CheckTheChain
Verified contract
Active on
Ethereum with 284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CheckTheChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19114356 | 10 months ago | | | 0 | 0.00062575922 | |
| 19112720 | 10 months ago | | | 0 | 0.00068970925 | |
| 17055751 | 2 years ago | | | 0 | 0.0011743328 | |
| 16736886 | 2 years ago | | | 0 | 0.0012218219 | |
| 16688308 | 2 years ago | | | 0 | 0.0025952286 | |
| 16673119 | 2 years ago | | | 0 | 0.0014038566 | |
| 16666924 | 2 years ago | | | 0 | 0.0012341995 | |
| 16660122 | 2 years ago | | | 0 | 0.00081844229 | |
| 16626829 | 2 years ago | | | 0.0048 | 0.00083607122 | |
| 16626827 | 2 years ago | | | 0.0048 | 0.00081619129 |
ABI
ABI objects
Getter at block 21285006
name() view returns (string)
CheckTheChain
owner() view returns (address)
0xa85572cd96f1643458f17340b6f0d6549af482f5
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
286
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
mint() payable
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.