Get Contract by ID
Last updated
Last updated
Return the contract information given an id
The ID or hex encoded EVM address (with or without 0x prefix) associated with this contract.
^(\d{1,10}\.){0,2}(\d{1,10}|(0x)?[A-Fa-f0-9]{40})$
OK
Network entity ID in the format of shard.realm.num
"0.1.2"
^\d{1,10}\.\d{1,10}\.\d{1,10}$
7776000
Network entity ID in the format of shard.realm.num
"0.1.2"
^\d{1,10}\.\d{1,10}\.\d{1,10}$
"1586567700.453054000"
^\d{1,10}(\.\d{1,9})?$
false
A network entity encoded as an EVM address in hex.
"0000000000000000000000000000000000001f41"
^(0x)?[A-Fa-f0-9]{40}$
"1586567700.453054000"
^\d{1,10}(\.\d{1,9})?$
Network entity ID in the format of shard.realm.num
"0.1.2"
^\d{1,10}\.\d{1,10}\.\d{1,10}$
"contract memo"
Network entity ID in the format of shard.realm.num
"0.1.2"
^\d{1,10}\.\d{1,10}\.\d{1,10}$
Network entity ID in the format of shard.realm.num
"0.1.2"
^\d{1,10}\.\d{1,10}\.\d{1,10}$
A timestamp range an entity is valid for
The contract bytecode in hex during deployment
"0x01021a1fdc9b"
The contract bytecode in hex after deployment
"0x0302fa1ad39c"