CryptoMoonShots
Verified contract
Active on
Ethereum with 1,538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOTM | ERC-20 | 113.9653 | -- | -- | |
WOOF! | ERC-20 | 6.419405 | -- | -- | |
wCRES | ERC-20 | 0.482756 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257412 | a day ago | | | 0 | 0.00036081432 | |
| 21257358 | a day ago | | | 0 | 0.00039486053 | |
| 21245917 | 3 days ago | | | 0 | 0.00075046500 | |
| 21240683 | 4 days ago | | | 0 | 0.00044838814 | |
| 21237959 | 4 days ago | | | 0 | 0.0012321923 | |
| 21210530 | 8 days ago | | | 0 | 0.00060191230 | |
| 21206632 | 8 days ago | | | 0 | 0.00045878764 | |
| 21187112 | 11 days ago | | | 0 | 0.0016107321 | |
| 21173335 | 13 days ago | | | 0 | 0.0014949103 | |
| 21035074 | a month ago | | | 0 | 0.00046141130 |
ABI
ABI objects
Getter at block 21266829
_totalSupply() view returns (uint256)
1250000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CryptoMoonShots
ownership() view returns (address)
0x1635b1f11e94b5feace6ee36e9adab7f31c88e9a
symbol() view returns (string)
CMS
totalSupply() view returns (uint256)
1250000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.