Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16324858 | 5 months ago | | | 0 | 4.7367473e-7 | |
| 16232433 | 5 months ago | | | 0 | 0.0000019506593 | |
| 16106732 | 5 months ago | | | 0 | 0.000000404884810680 | |
| 16061817 | 5 months ago | | | 0 | 0.000000065407331368 | |
| 16045225 | 5 months ago | | | 0 | 5.2826195e-7 | |
| 15982193 | 5 months ago | | | 0 | 9.3676107e-7 | |
| 15930802 | 5 months ago | | | 0 | 0.0000013561921 | |
| 15925319 | 5 months ago | | | 0 | 9.7012470e-7 | |
| 15851785 | 5 months ago | | | 0 | 2.6519413e-7 | |
| 15851777 | 5 months ago | | | 0 | 2.6609361e-7 |
ABI
ABI objects
Getter at block 23059733
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x27bf69b880683b9814cdff00bd9e761289b7bdf3882857f77d9b3436484d44f7
decimals() view returns (uint8)
18
name() view returns (string)
Yap
symbol() view returns (string)
YAP
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()