Contracts

Get Contract ABI for Verified Contract Source Codes

[https://docs.etherscan.io/api-endpoints/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

Query Parameters

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

Query Parameters

Last updated