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 "RoostCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21855586 | 4 days ago | | | 0 | 0.000000108974370785 | |
| 16719781 | 4 months ago | | | 0 | 2.2116757e-7 | |
| 16430521 | 4 months ago | | | 0 | 2.2253102e-7 | |
| 15881816 | 5 months ago | | | 0 | 2.4609477e-7 | |
| 14265164 | 6 months ago | | | 0 | 2.6368615e-7 | |
| 14154557 | 6 months ago | | | 0 | 2.6368615e-7 | |
| 14004136 | 6 months ago | | | 0 | 2.6045190e-7 | |
| 13732127 | 6 months ago | | | 0 | 2.6342537e-7 | |
| 13485476 | 6 months ago | | | 0 | 2.6368615e-7 | |
| 13479450 | 6 months ago | | | 0 | 2.6368615e-7 |
ABI
ABI objects
Getter at block 22025626
decimals() view returns (uint8)
18
name() view returns (string)
RoostCoin
owner() view returns (address)
0x6890b00c5136426aef19f7eaeffd2b7101cc7afc
symbol() view returns (string)
ROOST
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allow(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
showuint160(address addr) pure returns (uint160)
State-modifying
Events AirdropTokens(address _from, address[] addresses, uint256[] amounts)
addAllow(address holder, bool allowApprove)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address spender, uint256 addedValue) returns (bool)
forceTransfer(address _from, address _to, uint256 _value) returns (bool)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.