Source & ABI

Resources for developers

Developer Resources

The source & ABI area contains options to download your original contract source code and application binary interface. These options are for intended for developers wanting to interact with the smart contract.

ABI The Contract Application Binary Interface (ABI) is the standard way to interact with contracts in the Ethereum ecosystem, both from outside the blockchain and for contract-to-contract interaction. Data is encoded according to its type, as described in this specification.

Source Code Users and other developers should be able to verify a smart contract’s source code. Source code verification assures users and developers that the published contract code is the same code running at the contract address on the Ethereum blockchain.

Last updated