This contract is being backfilled. You may encounter incomplete storage history.

🍌 Token

Unverified contract

Proxy

Active on Base with 10 txns
Deployed by via 0xf01cea79 at 11911419
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
Value $13.08
ERC-20
--
0xfb3b7cea80a3fb798d638aadba99ffd31176c0b4abb7ddee6ac911ebf863126a
0xfc88d99228a81ddab24cc419cf581c1e78ace8273febc54c580d0ac04720f6ed
0xd666d2625c4e221dfc70281837f044441319ded59ac6d19e065e8113799b19ef
0xfc83bcbbcabc0fd85b5d0633d6fac2be1e7d9b16489f09d343ca6093bafc778d
0x32a8208ab3ec42567be092b5dcadd82d73292b98079199458d9b528a59e5be9d
0xe9fd5a4b661707a3b3504830dbfe71eadf2d01b1e4c7068da441ce5b865180e1
0x0a6caa9c66413ff49c756b97621310015b51979b5771fc9a0050bc14b485df99
0x67960929624161e234606b15e48ffa7d4b9422ca20b2583b61a2cd9783ee2939
0x193dd038edbd42949367a0e9b275139ee2f879a4438a65f0f34564ffb0f40a55
0x30a3947a2ffe277c366a199b0aa7c942fb76516d049ed361ce2927949b64de9b

Functions
Getter at block 23933431
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(