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 "Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23164425 | 9 hours ago | | | 0 | 0.0000016575929 | |
| 23098585 | 2 days ago | | | 0 | 0.0000023031333 | |
| 23098166 | 2 days ago | | | 0 | 0.0000032773735 | |
| 23097883 | 2 days ago | | | 0 | 0.0000061945970 | |
| 23097876 | 2 days ago | | | 0 | 0.0000061865649 | |
| 23097752 | 2 days ago | | | 0 | 0.0000092068000 | |
| 23097741 | 2 days ago | | | 0 | 0.0000061945970 |
ABI
ABI objects
Getter at block 23181024
castHash() view returns (string)
0x1d386970d9d4744b81853d04d059147f509e0b27
decimals() view returns (uint8)
18
deployer() view returns (address)
0xe20c54bae4826173346a50e48b78c60fa141d333
fid() view returns (uint256)
249562
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/75ee8ab9-b8de-41d6-903c-4e10ee921b00/original
name() view returns (string)
purrbyte
symbol() view returns (string)
PBT
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)