Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Energy Sword"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22301955 | 15 days ago | | | 0 | 1.3203784e-7 | |
| 21385044 | a month ago | | | 0 | 0.0000024344367 | |
| 14554162 | 6 months ago | | | 0 | 0.0000020083699 | |
| 13863259 | 7 months ago | | | 0 | 0.0000020111291 | |
| 13774571 | 7 months ago | | | 0 | 0.0000010292418 | |
| 13715323 | 7 months ago | | | 0 | 0.0000074902392 | |
| 13518031 | 7 months ago | | | 0 | 9.5621045e-7 | |
| 12965528 | 8 months ago | | | 0 | 0.0000011714406 | |
| 12961018 | 8 months ago | | | 0 | 0.0000020111291 | |
| 12834810 | 8 months ago | | | 0 | 8.8221195e-7 |
ABI
ABI objects
Getter at block 22941156
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x4c1478f0bb6cf2d74f365fc605907956a130d66c4ca251b95f86a92e96d4690d
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() pure returns (string)
Energy Sword
symbol() pure returns (string)
Ͽ﴾>══
totalSupply() view returns (uint256 result)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()