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

ROCKIE ON BASE

Verified contract

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

No balances found for "ROCKIE ON BASE"

0x171be7cd2f4dccba3a9cb1e0d3e12178f4410256fe090664421a0827e7922edc
0x5bfb64d1e317491c8cc8f17c80b2caf5dc494caeb76ac3e63e17a49ba00488c5
0x9147675585a5528603b7835c07206502421e8e6e9cadcae043c35495973dfc3a
0x5240ede9d287fecc3bfd6c8a682fa62b9a51737b1c1b118beec45e5ee62c0241

Functions
Getter at block 23902023
decimals(view returns (uint8)
18
name(view returns (string)
ROCKIE ON BASE
symbol(view returns (string)
ROCKIE
totalSupply(view returns (uint256)
540000000000000000000000000000
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