CROX

Verified contract

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

No balances found for "CROX"

0xe0bb848f46ec470e03403017e0d188209f0a8de3924504de5c3894ce74d84177
0x37614f0ea562d297e02b776a9bbdaeb82c4c673d2315b62c469b20a79d0600ef
0x311f3c75fdfd9b5cd0a528c0926b13427655a30672a96de3c967ea28cda0faa8
0x26b7c5bb1d09a8af14f40f0aee272f0343bcfab3294eaf2eb37d4045ca3e674b
0xe3ac55165b4614188923a2a778b29710f5455bbd171220acf26f2fe17732d43d

Functions
Getter at block 22980813
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
CROX
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
CROX
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account