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 "Mr. Cheese"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23639552 | 16 hours ago | | | 0 | 3.8437345e-7 | |
| 23495221 | 4 days ago | | | 0 | 0.0000065886426 | |
| 23465874 | 5 days ago | | | 0 | 8.6734180e-7 | |
| 23465715 | 5 days ago | | | 0 | 8.8500220e-7 | |
| 23465090 | 5 days ago | | | 0 | 7.4347188e-7 | |
| 23464336 | 5 days ago | | | 0 | 8.1242255e-7 | |
| 23464335 | 5 days ago | | | 0 | 8.1335463e-7 | |
| 23464328 | 5 days ago | | | 0 | 8.1371392e-7 | |
| 23463477 | 5 days ago | | | 0 | 6.7170251e-7 | |
| 23462484 | 5 days ago | | | 0 | 9.2436250e-7 |
ABI
ABI objects
Getter at block 23668822
castHash() view returns (string)
0xd7ae0459d8975061d90eaa1fafb55a47a050b62e
decimals() view returns (uint8)
18
deployer() view returns (address)
0x7064856fccf7af18d2fc7d2f279e23bdffd7cd34
fid() view returns (uint256)
468819
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/44804ddc-765d-4f80-8277-4dafcd02fc00/original
name() view returns (string)
Mr. Cheese
symbol() view returns (string)
CHEESEMAN
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string castHash_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)