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 "Clankernet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23130588 | 11 minutes ago | | | 0 | 0.0000020272905 | |
| 23126573 | 2 hours ago | | | 0 | 0.0000010616554 | |
| 23126220 | 3 hours ago | | | 0 | 0.0000019943274 | |
| 23117054 | 8 hours ago | | | 0 | 0.0000010806362 | |
| 23112848 | 10 hours ago | | | 0 | 0.0000020663230 | |
| 23102414 | 16 hours ago | | | 0 | 0.0000024596846 | |
| 23097686 | 18 hours ago | | | 0 | 0.0000021595825 | |
| 23096869 | 19 hours ago | | | 0 | 0.0000020451581 | |
| 23090201 | a day ago | | | 0 | 0.0000021820080 | |
| 23088724 | a day ago | | | 0 | 0.0000021198401 |
ABI
ABI objects
Getter at block 23130928
castHash() view returns (string)
0x1210859be160fa44466f7717351fbd1f05e9b6ad
decimals() view returns (uint8)
18
deployer() view returns (address)
0xd9e1b1a9d5dcc1869beac6712959c2b88473c0ec
fid() view returns (uint256)
862185
image() view returns (string)
name() view returns (string)
Clankernet
symbol() view returns (string)
⚙️
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)