ROOMDAO COIN (RDC)
Verified contract
Active on
Ethereum with 273 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 |
---|---|---|---|---|---|
RDC | ERC-20 | 54.847K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8721488 | 5 years ago | | | 0 | 0.000091280000 | |
| 8418620 | 5 years ago | | | 0 | 0.00036929230 | |
| 8318910 | 5 years ago | | | 0 | 0.00016684650 | |
| 8202069 | 5 years ago | | | 0 | 0.000037077000 | |
| 8148902 | 5 years ago | | | 0 | 0.00093623400 | |
| 8132683 | 5 years ago | | | 0 | 0.00024100050 | |
| 7971381 | 5 years ago | | | 0 | 0.0021325330 | |
| 7920819 | 5 years ago | | | 0 | 0.0021351570 | |
| 7919829 | 5 years ago | | | 0 | 0.0021351570 | |
| 7911715 | 5 years ago | | | 0 | 0.00093738600 |
ABI
ABI objects
Getter at block 21217483
INITIAL_SUPPLY() view returns (uint256)
60000000000000000000000000
currentCrowdsale() view returns (address)
0x9712867811aa6c20aa9923d15099fc7c62927805
decimals() view returns (uint32)
18
name() view returns (string)
ROOMDAO COIN (RDC)
owner() view returns (address)
0xa01be04db606f1b03ccbf53702f6e25ddf6b5119
symbol() view returns (string)
RDC
totalSupply() view returns (uint256)
60000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishCrowdsale() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
startCrowdsale0(address _crowdsale)
startCrowdsale1(address _crowdsale)
startCrowdsale2(address _crowdsale)
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)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _foundation, address _team, address _BAP)
This contract contains no fallback and receive objects.
This contract contains no error objects.