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 "Roos Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17820743 | a year ago | | | 0 | 0.0016344757 | |
| 17809167 | a year ago | | | 0 | 0.00068115481 | |
| 17809051 | a year ago | | | 0 | 0.00042227856 | |
| 17809049 | a year ago | | | 0 | 0.00041757938 | |
| 17809014 | a year ago | | | 0 | 0.00036148323 | |
| 17809009 | a year ago | | | 0 | 0.00065332988 | |
| 17809008 | a year ago | | | 0 | 0.00068027906 | |
| 17808994 | a year ago | | | 0 | 0.00084550554 |
ABI
ABI objects
Getter at block 21159739
decimals() pure returns (uint8)
18
name() pure returns (string)
Roos Coin
symbol() pure returns (string)
Roos
totalSupply() view returns (uint256)
10000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromRewards(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromFees(address account)
excludeFromRewards(address account)
includeInFees(address account)
includeInRewards(address account)
renounceOwnership()
setFeesEnabled(bool enabled)
setLiquidityPool(address liquidityPool)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.