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 "ROOST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12972163 | 8 months ago | | | 0 | 4.2814135e-7 | |
| 12349923 | 9 months ago | | | 0 | 0.00083239934 | |
| 12346880 | 9 months ago | | | 0 | 0.000081020935 | |
| 12346856 | 9 months ago | | | 0 | 3.9709367e-7 | |
| 12346579 | 9 months ago | | | 0 | 0.0000050551548 | |
| 12346579 | 9 months ago | | | 0 | 0.0000050551548 | |
| 12346579 | 9 months ago | | | 0 | 0.0000050551548 | |
| 12346578 | 9 months ago | | | 0 | 0.0000050551548 | |
| 12346578 | 9 months ago | | | 0 | 0.0000050551548 | |
| 12346578 | 9 months ago | | | 0 | 0.0000050551548 |
ABI
ABI objects
Getter at block 23595266
buyTaxPercent() view returns (uint256)
5
decimals() view returns (uint8)
18
name() view returns (string)
ROOST
owner() view returns (address)
0x9cfbc38063f74f6db01ad97b20e0759dcc8046d3
sellTaxPercent() view returns (uint256)
5
symbol() view returns (string)
roost
taxReceiver() view returns (address)
0x9cfbc38063f74f6db01ad97b20e0759dcc8046d3
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
changeTaxReceiver(address _newReceiver)
disableBuyTax()
disableSellTax()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxDisabled(address indexed taxDisabler)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellTaxDisabled(address indexed taxDisabler)
TaxReceiverChanged(address indexed oldReceiver, address indexed newReceiver)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _taxReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.