🍌 Token
Unverified contract
Proxy
Active on
Base with 553 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001632 |
$0 | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21825652 | 2 hours ago | | | 0 | 0.000000306087315786 | |
| 21723182 | 2 days ago | | | 0 | 2.1579909e-7 | |
| 21709167 | 3 days ago | | | 0 | 0.0000016101507 | |
| 21590097 | 6 days ago | | | 0 | 1.4250279e-7 | |
| 21473157 | 8 days ago | | | 0 | 1.4489374e-7 | |
| 21392373 | 10 days ago | | | 0 | 2.5775760e-7 | |
| 21391295 | 10 days ago | | | 0 | 2.5407392e-7 | |
| 21304342 | 12 days ago | | | 0 | 2.5764521e-7 | |
| 21196052 | 15 days ago | | | 0 | 0.000000209929727040 | |
| 21155159 | 16 days ago | | | 0 | 0.0000014622858 |
ABI
ABI objects
Getter at block 21830068
decimals() view returns (uint8)
18
name() view returns (string)
🍌 Token
symbol() view returns (string)
🍌
totalSupply() view returns (uint256)
200000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize(address _mintTo, uint256 _totalSupply, string _name, string _symbol)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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)
InvalidInitialization()
NotInitializing()