Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22214051 | 17 days ago | | | 0 | 0.0000011207521 | |
| 22159793 | 18 days ago | | | 0 | 0.000000309433759470 | |
| 21082119 | a month ago | | | 0 | 4.5451887e-7 | |
| 19318000 | 3 months ago | | | 0 | 1.7324803e-7 | |
| 18215610 | 4 months ago | | | 0 | 0.0000011679171 | |
| 16963608 | 5 months ago | | | 0 | 2.1764700e-7 | |
| 16963597 | 5 months ago | | | 0 | 2.1710700e-7 | |
| 16903577 | 5 months ago | | | 0 | 8.7916090e-7 | |
| 16523699 | 5 months ago | | | 0 | 4.6067343e-7 | |
| 16237966 | 5 months ago | | | 0 | 0.0000010481325 |
ABI
ABI objects
Getter at block 22938556
DOMAIN_SEPARATOR() view returns (bytes32)
0xece40f6acdd8a0b811ab6012868f28c16794adbfb83a84ba1a32d31d3709316f
decimals() view returns (uint8)
18
name() view returns (string)
snailcoin
symbol() view returns (string)
NAIL
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
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(string _name, string _symbol, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.