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

Cross The Ages

Verified contract

Active on Ethereum with 10,723 txns
Deployed by via 0x91a88923 at 19792505
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $57.01
0x0917f5abdb0b1c12b3eae7c134cdbb538ca49681a4d7bd2df774236db46d4a30
0xe68bb6aa6a72a8b22e0b88c37c0290163dcaf20a04f106fd4ef822a75a41927b
0xdfcb480a3ba09fb7102838be7012976a7e6e37f45c0e6d02430f630eb20c4bad
0x788f9aa185111399a873740adceab5772b13f88e8629498fcbcdc06556fa39a8
0x2b6ff8091816cd4874743c2913d28fc017f1a26a42fb679955470c2853383f62
0xf114451659fc9e2890cd8ce3a0077b7d9f2c5ea4b72e23dea61ec378dd321605
0x62dd47d0e7b8bb35b51a97cc3d359c30456109796577d906a4059c72882c1c36
0xb22bc3431203c7156f881a76020b707d5b77c18d14552950ea285611f66ba171
0x01be45604c9f654122aedb026e5d56b177244c4f9c3271d85befc7db53d18870
0x231711986c23d663ec25a91e3cd4f97376b3217d66f54d8e50837670cb25e1eb

Functions
Getter at block 20792747
DECIMALS(view returns (uint8)
18
NAME(view returns (string)
Cross The Ages
SUPPLY(view returns (uint32)
500000000
SYMBOL(view returns (string)
CTA
decimals(view returns (uint8)
18
name(view returns (string)
Cross The Ages
symbol(view returns (string)
CTA
totalSupply(view returns (uint256)
500000000000000000000000000
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(
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