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

š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®

Verified contract

Active on Base with 340 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®"

0x2b3a58a85d2e4c276446c4573af690028a5b4ab50446246f74ed437434b96d14
0xfbae356aa6e1542639a9f917f81ed0c289e329c654ae62b75c96c00da6404a53
0x96d7e198b98150eed55d5ab07530ea22b01611d2d0f0d4d536f17971e720081b
0x88a9cd676ecc91a50775a36c17a57e6ace552a2740345e61d0ebee89bd85b9f1
0x7238924b2324dcb178e235af7f39d3e7fbde9631193474f4b997e2401d397a6c
0xaef67286204874639e045f660d50e6f5513b332fb0bd1419c81c84b3c7d656f7
0x76c9fec36ca0fb78998c901a5361b5a9a2fb698fbbe49aa465f256c693eb7e95
0xfd92061e0503808495a4cf56db9d61cf670fbd2b1734f1950ba5d94f0800944d
0x562b034dfffde33077102a25a6bcbf85d1dd8b310a4de5c3e59dc19268276ced
0x75cec1d1c7633aaae8c94364602e4b0220052e3ce4bd8d0fd26317fb4da4df77

Functions
Getter at block 22762421
decimals()Ā viewĀ returnsĀ (uint8)
18
name()Ā viewĀ returnsĀ (string)
š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®
symbol()Ā viewĀ returnsĀ (string)
š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®
totalSupply()Ā viewĀ returnsĀ (uint256)
1000000000000000000000000000
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)
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)Ā 
Transfer(addressĀ indexedĀ from,Ā addressĀ indexedĀ to,Ā uint256Ā value)Ā 
Constructor
constructor(stringĀ name_,Ā stringĀ symbol_,Ā uint256Ā maxSupply_)Ā 
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)Ā