Roost Coin
Verified contract
Active on
Base with 114,479 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,918.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.29411 | $3,352.79 |
$986.09 | |
USDC | ERC-20 | 548.887652 | $0.998186 |
$547.89 | |
ROOST | ERC-20 | 147.095816K | $0.002045 |
$300.77 | |
DAI | ERC-20 | 62.834913 | $0.995078 |
$62.53 | |
BSHIB | ERC-20 | 328.116773K | $0.000041 |
$13.42 | |
DINO | ERC-20 | 37.963534K | $0.000063 |
$2.39 | |
AERO | ERC-20 | 1.412489 | $1.31 |
$1.85 | |
AWK | ERC-20 | 2.208M | $0.00 |
$1.03 | |
toby | ERC-20 | 11.111111M | $0.00 |
$0.51 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727372 | 36 minutes ago | | | 0 | 0.000000075998717195 | |
| 22722414 | 3 hours ago | | | 0 | 0.0000010585129 | |
| 22722133 | 4 hours ago | | | 0 | 0.000000043124024790 | |
| 22721266 | 4 hours ago | | | 0 | 0.000000082153660050 | |
| 22721203 | 4 hours ago | | | 0 | 0.000000082153660050 | |
| 22719013 | 5 hours ago | | | 0 | 0.0000051648910 | |
| 22718661 | 5 hours ago | | | 0 | 0.000000082004773158 | |
| 22718592 | 5 hours ago | | | 0 | 0.000000082026042714 | |
| 22718360 | 6 hours ago | | | 0 | 0.000000094802574306 | |
| 22718300 | 6 hours ago | | | 0 | 0.0000051648910 |
ABI
ABI objects
Getter at block 22728434
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Roost Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ROOST
totalSupply() view returns (uint256)
999999999999999999999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address[] accounts, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
setBots(address[] accounts, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool value)
Launch()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.