CumRocket
Verified contract
Active on
Ethereum with 469 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CumRocket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20769335 | 3 months ago | | | 0 | 0.00032809846 | |
| 20401541 | 4 months ago | | | 0 | 0.000062195435 | |
| 20257813 | 5 months ago | | | 0 | 0.00011692419 | |
| 19854596 | 7 months ago | | | 0 | 0.00020481002 | |
| 19838826 | 7 months ago | | | 0 | 0.00017158540 | |
| 19376514 | 9 months ago | | | 0 | 0.0016377666 | |
| 19261368 | 10 months ago | | | 0 | 0.0012753723 | |
| 18848277 | a year ago | | | 0 | 0.00071342886 | |
| 18439983 | a year ago | | | 0 | 0.00039111749 | |
| 17434567 | 2 years ago | | | 0 | 0.00055618038 |
ABI
ABI objects
Getter at block 21385191
cap() view returns (uint256)
690690609000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
CumRocket
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CUMMIES
totalSupply() view returns (uint256)
690690609000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 cap_, uint256 initialBalance_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.