Clank the Halls
Verified contract
Active on
Base with 278 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 "Clank the Halls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23243196 | an hour ago | | | 0 | 0.0000013070644 | |
| 23218799 | 15 hours ago | | | 0 | 6.7435487e-7 | |
| 23207755 | 21 hours ago | | | 0 | 0.0000012924297 | |
| 23201265 | a day ago | | | 0 | 6.8029415e-7 | |
| 23185020 | a day ago | | | 0 | 0.0000052268000 | |
| 23183551 | a day ago | | | 0 | 6.9048596e-7 | |
| 23183542 | a day ago | | | 0 | 6.8990459e-7 | |
| 23179953 | 2 days ago | | | 0 | 0.0000012995066 | |
| 23179951 | 2 days ago | | | 0 | 0.0000012978216 | |
| 23179004 | 2 days ago | | | 0 | 0.0000012924297 |
ABI
ABI objects
Getter at block 23245473
castHash() view returns (string)
0xf875e8344ecb7ed7cbe247dee7a3de58a56e93e5
decimals() view returns (uint8)
18
deployer() view returns (address)
0x2271fe6d76ab94352ef826d97445048bd8c4d45f
fid() view returns (uint256)
1626
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/a1821126-baa3-4656-7413-beed9dce9900/original
name() view returns (string)
Clank the Halls
symbol() view returns (string)
HALLS
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)