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 |
---|---|---|---|---|---|
LFG | ERC-20 | 1.560579M | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22687694 | 2 days ago | | | 0 | 8.7727244e-7 | |
| 22680828 | 2 days ago | | | 0 | 6.9970102e-7 | |
| 22651880 | 2 days ago | | | 0 | 0.000000304821467112 | |
| 22570596 | 4 days ago | | | 0 | 4.5273840e-7 | |
| 22475138 | 7 days ago | | | 0 | 0.0000011953084 | |
| 22469078 | 7 days ago | | | 0 | 4.6122030e-7 | |
| 22440789 | 7 days ago | | | 0 | 4.4878121e-7 | |
| 22429349 | 8 days ago | | | 0 | 5.8482098e-7 | |
| 22390418 | 8 days ago | | | 0 | 4.4975375e-7 | |
| 22313942 | 10 days ago | | | 0 | 6.9323167e-7 |
ABI
ABI objects
Getter at block 22756130
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x24d025e08be66699fb809c7c354fe06097001610e3d0532c4590fc23d52b4c06
decimals() view returns (uint8)
18
mintAmount() view returns (uint24)
42756
mintsRemaining() view returns (uint16)
0
name() pure returns (string)
LFG
owner() view returns (address)
0x58b36156a268ec1e28ac781554c556e5152f7450
symbol() pure returns (string)
LFG
totalSupply() view returns (uint256 result)
498523476000000000000000000
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)
mint(address to)
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)
withdrawERC20(address token)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyClaimed()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
MaxClaimed()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()