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 "December"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23151525 | 6 hours ago | | | 0 | 0.0000023315299 | |
| 23140690 | 12 hours ago | | | 0 | 0.0000052268000 | |
| 23136742 | 14 hours ago | | | 0 | 0.0000058190540 | |
| 23133707 | 16 hours ago | | | 0 | 0.0000042045868 | |
| 23126327 | 20 hours ago | | | 0 | 0.000095224428 | |
| 23126269 | 20 hours ago | | | 0 | 0.0000076258619 | |
| 23126221 | 20 hours ago | | | 0 | 0.0000016604720 | |
| 23126180 | 20 hours ago | | | 0 | 0.0000015809933 | |
| 23126171 | 20 hours ago | | | 0 | 0.0000015436773 | |
| 23126158 | 20 hours ago | | | 0 | 0.0000026347388 |
ABI
ABI objects
Getter at block 23162756
castHash() view returns (string)
0xdfb45e98cb2e8a21f7834e2dbabf407f2edcabc2
decimals() view returns (uint8)
18
deployer() view returns (address)
0xc45c9f773c646ff6ce29ddff485ab23bc789c4b8
fid() view returns (uint256)
297075
image() view returns (string)
name() view returns (string)
December
symbol() view returns (string)
THE END
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)