🍌 Token

Unverified contract

Proxy

Active on Base with 553 txns
Deployed by via 0x2ef366d6 at 12173662
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
Value $0
ERC-20
--
0xf10366a85cb94dbdfa79c23ddc82ba08843bc98b073758bbe57b435c91c2ad10
0xd5b2e37b36889918b7cccf9a0839112b8725587cfd320c7a10572e1600a3206e
0x6ba2c0b94cf4a6da2bd6bdaa4b05f43da791f866f71da4c0f887feaeb8c43d4c
0x7ef352c597f6768767125645630e77c52ce129436e9e5177532f62eb7fb89238
0xc1170e3879b51e2ff3a85f0858f20bfb4dc551339c0aed81370f2e13ba97cec5
0xb5a6cc4b1ba4cbf989b910bc058fe4fb0bdba83a064f4d8b68a492d89a44519b
0x3ca22cce29a2e454d86f543944d3c1689bed4d06cd66aa76143fa5a6b739702c
0xc7c37da87ba081880f5eaf4a0b6383617efa1b131810e5a4ffba42c0c262cb8d
0x79c5a24c9882075c576ec99cd724d1f655917bf96077558fae29afc94808fc0a
0xcafe1ff4dac6da7770e0a1760642eec6549fa62547f3de3d0bd3a8eac59ed680

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
NotInitializing(