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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
RPD | ERC-20 | 10K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20330132 | 4 months ago | | | 0 | 0.00023957266 | |
| 20306258 | 4 months ago | | | 0 | 0.00025493684 | |
| 17657911 | a year ago | | | 0 | 0.00096447152 | |
| 17657892 | a year ago | | | 0 | 0.00089222537 | |
| 15204492 | 2 years ago | | | 0 | 0.00033044993 | |
| 12811211 | 3 years ago | | | 0 | 0.00052980075 | |
| 12794341 | 3 years ago | | | 0 | 0.0010149555 | |
| 12749268 | 3 years ago | | | 0 | 0.00080952065 | |
| 12717134 | 3 years ago | | | 0 | 0.00055704000 | |
| 12689071 | 3 years ago | | | 0 | 0.00052037000 |
ABI
ABI objects
Getter at block 21169446
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Rapids
owner() view returns (address)
0x008d2d0f38a15907ed2d0faefaaaf749b2ec16c4
symbol() view returns (string)
RPD
totalSupply() view returns (uint256)
35000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.