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 "clungl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23156896 | 17 days ago | | | 0 | 0.0000049864997 | |
| 23150587 | 17 days ago | | | 0 | 3.3560161e-7 | |
| 23150585 | 17 days ago | | | 0 | 3.3483812e-7 | |
| 23025623 | 20 days ago | | | 0 | 5.8882342e-7 | |
| 23025621 | 20 days ago | | | 0 | 5.8805993e-7 | |
| 23019697 | 20 days ago | | | 0 | 0.000069681439 | |
| 23019646 | 20 days ago | | | 0 | 0.000046816549 |
ABI
ABI objects
Getter at block 23886712
castHash() view returns (string)
0xdfd6a45520c56f0bbcc47d3c2ed51b85aa1e5cc6
decimals() view returns (uint8)
18
deployer() view returns (address)
0x99a75c15dc2ac8be196c4d97114ede1cf2ec484e
fid() view returns (uint256)
888919
image() view returns (string)
name() view returns (string)
clungl
symbol() view returns (string)
ELUNG
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)