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 "PEW PEW"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23166357 | 8 hours ago | | | 0 | 0.0000011449954 | |
| 23153262 | 15 hours ago | | | 0 | 6.1440854e-7 | |
| 23147272 | 18 hours ago | | | 0 | 0.0000043472706 | |
| 23125827 | a day ago | | | 0 | 7.8652501e-7 | |
| 23121193 | a day ago | | | 0 | 0.0000021986577 | |
| 23106396 | 2 days ago | | | 0 | 0.0000011957984 | |
| 23105498 | 2 days ago | | | 0 | 0.0000029178409 | |
| 23085590 | 2 days ago | | | 0 | 0.0000013335988 | |
| 23030276 | 3 days ago | | | 0 | 0.000070552822 | |
| 23030132 | 3 days ago | | | 0 | 0.0000012806441 |
ABI
ABI objects
Getter at block 23180418
castHash() view returns (string)
0xf665e99369c35cd1533dd08bfbbbbd4fda37244a
decimals() view returns (uint8)
18
deployer() view returns (address)
0x71b632fd5c0bb128f4d54724963d775cc177d11f
fid() view returns (uint256)
205891
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/2a87ffe0-4803-4838-dfd2-8067b5a51d00/original
name() view returns (string)
PEW PEW
symbol() view returns (string)
PEW
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)