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 "War"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23609474 | a day ago | | | 0 | 8.6143448e-7 | |
| 23607877 | a day ago | | | 0 | 0.0000047914922 | |
| 23551027 | 3 days ago | | | 0 | 7.1837732e-7 | |
| 23541299 | 3 days ago | | | 0 | 1.1118115e-7 | |
| 23541288 | 3 days ago | | | 0 | 1.1118115e-7 | |
| 23540711 | 3 days ago | | | 0 | 2.1009342e-7 | |
| 23488571 | 4 days ago | | | 0 | 0.000000209220568178 | |
| 23485533 | 4 days ago | | | 0 | 0.0000039202729 | |
| 23484504 | 4 days ago | | | 0 | 0.0000047914922 | |
| 23484153 | 4 days ago | | | 0 | 0.0000013209445 |
ABI
ABI objects
Getter at block 23659603
castHash() view returns (string)
0x62da6f3d02ae488f9831db7018099f127e2b1703
decimals() view returns (uint8)
18
deployer() view returns (address)
0xc8f8c7c7ac58a51c3649b66a964838542a609133
fid() view returns (uint256)
2643
image() view returns (string)
name() view returns (string)
War
symbol() view returns (string)
WAR
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)