Contracts
Get Contract ABI for Verified Contract Source Codes
Returns the Contract Application Binary Interface ( ABI ) of a verified smart contract.
https://api.w3w.ai/mantle/v1/developer/api
?module=contract
&action=getabi
&address=0x5989fb161568b9f133edf5cf6787f5597762797f
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
Parameter
Description
address
the contract address
that has a verified source code
Get Contract Creator and Creation Tx Hash
[https://docs.etherscan.io/api-endpoints/contracts#get-contract-creator-and-creation-tx-hash]
Returns a contract's deployer address and transaction hash it was created, up to 5 at a time.
https://api.w3w.ai/mantle/v1/developer/api
?module=contractaddresses
&action=getcontractcreation
&address=0x6af20623bcc96de7a12961d432ce352fdd9fd994,0x8ac95e6359e9b4b24080f1505096ba5762d2d120,0x7e12e32e2720bf9431b980d5e6ca1d7629b30be4
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
Parameter
Description
contractaddresses
the contract address
, up to 5 at a time
Last updated
Was this helpful?