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

Eminem

Verified contract

Active on Base with 4 txns
Deployed by via 0x015d17a6 at 17868481
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Eminem"

0x55d429a07e1bd044b976714df6e81499d774a705e165a0130aae8e02d640f0e0
0x9f91bc0e779f3bb520d77e28fec103ec8f4060ba8829084c3f7dffaf56fae881
0xfb8eb4a623d8cf70d6b9d6dc65c29e0b8ae168bd29261b29e7934d4ce466ca15
0xdb00a6e760edba08b292e131ef46f39c131f11a3d5cfe043c34fb4eda2ddf996

Functions
Getter at block 23902366
decimals(view returns (uint8)
18
name(view returns (string)
Eminem
symbol(view returns (string)
Eminem
totalSupply(view returns (uint256)
650000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 initialSupply
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