🍌 Token

Unverified contract

Proxy

Active on Base with 579 txns
Deployed by via 0x2ef3…66d6 at 12173662
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
Value $0
ERC-20
--
0xaf0c841e6fc62ad111145406341705bbc21d1422c2df6eb6d3ff35cbbc333410
0xeb47de2d9813a18bf9e3c04276756cd1fc9fcd890633cca5be1fcba31051249d
0x51b603d2f6e694e66d74d8f20a7b83a837dd0ef1cc72ab1db38551224f3bf11a
0xb7e86a4da7de27bb90f5cf6874a64ca4d7d06324a93d611ee59ff990d08656bd
0x62db7dc8b44164a2203b847617dad27eccdc9ad760b70a204c7c2752e41169bb
0x4de402251dc27c453add31a6a2d31c024892b6e8b77b13df0a9a7066f67a2619
0x87120b56b90326c34940e02e9b68131b1905fe2b578fcbf83a8a74926dcddf72
0x929f3117c47340609d4760eac6209ccea1963ea3cbe8772b19db182eef5c667b
0xd57dd51d80d2c0c60cf036d003fdecf95c681d4c8c0700c8d22a2eb2416b292e
0xbbc2690a26244bf4d07b0dfc1f374e1461eeb1e845d50255c1661e8170342011

Functions
Getter at block 22982405
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
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)
Events
Approval(address indexed owner, address indexed spender, uint256 value) 
Initialized(uint64 version) 
Transfer(address indexed from, address indexed to, uint256 value) 
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
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()Â