Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRQ | ERC-20 | 1.968386K | $0.092239 |
$181.56 | |
DAFI | ERC-20 | 21.923481K | $0.000632 |
$13.86 | |
ROOK | ERC-20 | 8.553725 | $0.763186 |
$6.53 | |
BOR | ERC-20 | 1 | $3.30 |
$3.3 | |
MEV | ERC-20 | 25M | -- | -- | |
SPICE | ERC-20 | 897.97207 | -- | -- | |
SCIFI | ERC-20 | 272.000277 | -- | -- | |
ARCH | ERC-20 | 163.40688 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158719 | 19 minutes ago | | | 0 | 0.00090152093 | |
| 21155753 | 10 hours ago | | | 0 | 0.00042675931 | |
| 21154575 | 14 hours ago | | | 0 | 0.00024537385 | |
| 21154145 | 16 hours ago | | | 0 | 0.00050726575 | |
| 21152359 | a day ago | | | 0 | 0.00061735276 | |
| 21143132 | 2 days ago | | | 0 | 0.00085190495 | |
| 21141152 | 2 days ago | | | 0 | 0.00044801405 | |
| 21136434 | 3 days ago | | | 0 | 0.00086111121 | |
| 21135657 | 3 days ago | | | 0 | 0.0011661708 | |
| 21135452 | 3 days ago | | | 0 | 0.00052862851 |
ABI
ABI objects
Getter at block 21158811
decimals() view returns (uint8)
18
name() view returns (string)
ROOK
symbol() view returns (string)
ROOK
totalSupply() view returns (uint256)
1268245040784428350070278
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isOperator(address account) view returns (bool)
operators(uint256) view returns (address)
State-modifying
Events addMinter(address account)
addOperator(address account)
approve(address spender, uint256 amount) returns (bool)
blacklistRecoverableToken(address _token)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address _nextOwner)
initialize(string name, string symbol, uint8 decimals)
mint(address account, uint256 amount) returns (bool)
recoverTokens(address _token)
renounceMinter()
renounceOperator()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.