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 "ClankerPT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23588747 | 26 minutes ago | | | 0 | 0.0000010848096 | |
| 23588715 | 27 minutes ago | | | 0 | 0.0000010959662 | |
| 23587899 | an hour ago | | | 0 | 5.1229836e-7 | |
| 23586535 | 2 hours ago | | | 0 | 7.3785614e-7 | |
| 23586343 | 2 hours ago | | | 0 | 0.0000016109531 | |
| 23586341 | 2 hours ago | | | 0 | 0.0000016130484 | |
| 23586337 | 2 hours ago | | | 0 | 0.0000013701929 | |
| 23586336 | 2 hours ago | | | 0 | 0.0000013696194 | |
| 23583873 | 3 hours ago | | | 0 | 0.0000050935572 | |
| 23582829 | 4 hours ago | | | 0 | 0.000000509241974128 |
ABI
ABI objects
Getter at block 23589527
castHash() view returns (string)
0xa888268c38354e0524190c819cb729bb021a72dc
decimals() view returns (uint8)
18
deployer() view returns (address)
0xd91b19c9df42e7f8a89b359a60a0e6674aac9154
fid() view returns (uint256)
898722
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/226f4588-c83e-4bcc-5bb0-59269bc0cd00/original
name() view returns (string)
ClankerPT
symbol() view returns (string)
CPT
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)