Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22828578 | 12 hours ago | | | 0 | 0.0000013299249 | |
| 22794651 | a day ago | | | 0 | 0.0000011851326 | |
| 22794623 | a day ago | | | 0 | 0.0000013755172 | |
| 22794511 | a day ago | | | 0 | 0.0000020570213 | |
| 22790282 | a day ago | | | 0 | 3.6049041e-7 | |
| 22748567 | 2 days ago | | | 0 | 0.0000065048246 | |
| 22717371 | 3 days ago | | | 0 | 0.0000065048246 | |
| 22716509 | 3 days ago | | | 0 | 0.0000071699345 | |
| 22712461 | 3 days ago | | | 0 | 0.0000047962090 | |
| 22712136 | 3 days ago | | | 0 | 0.0000011805069 |
ABI
ABI objects
Getter at block 22850403
decimals() pure returns (uint8)
18
name() view returns (string)
Emperor Tuna
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x9edc0c33b47750215f0e3a49945dcbfb38828472
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
ETT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
FailedInnerCall()
InvalidPair(address pair)
InvalidToken(address tokenAddress)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)