Kid

Unverified contract

Proxy

Active on Base with 214 txns
Deployed by via 0xec131ab4 at 22672250
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "Kid"

0x4aeaf4afbee86ac35b67179b4e6852fdee2634f6aa5e2cda0f6f26a285e0bdc5
0xc580c50931230aee3e9e6ede4b5e817eeb30844b11e270d1f4ed045a8b242bd5
0xfb58933c2230bfd4711feb1e000a580868fa5147d56e06591bc436cfcf78a6b5
0x7394e2fcfc4edc0ec28331ba844918a08fb0d39756b7691fa2aab458cd59a919
0x3019c2606c4ea1060e4fc5a513d873c3d11229c0420ca173cc53390fc6f0fc8e
0x362effcb50150956fd2d144021bb2fbea36e791ef134af34ce5471f2aec5891c
0xe62bf814c93225c5877779db3bf652b98363374977926f69c00678ff019e12b3
0xe09c54cef618254c6a60c5c09fab65c381f3f93574280d7fac8ae22eaf0b22ec
0x8d70791e5bf48d1b3e7078d194437f5a6cdedc64126e345f24d71f4f489b5c2d
0x3edb04805b2b6fe0028645d8774a496f786edcf634b7d77f02555f5e131861a5

Functions
Getter at block 22742750
decimals(view returns (uint8)
18
name(view returns (string)
Kid
symbol(view returns (string)
KID
totalSupply(view returns (uint256)
1000000000000000000000000000
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(