Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($65.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOK | ERC-20 | 59.5477 | $1.10 |
$65.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18676507 | a year ago | | | 0 | 0.0015821745 | |
| 18646823 | a year ago | | | 0 | 0.0010164847 | |
| 18646806 | a year ago | | | 0 | 0.00075095734 | |
| 17378645 | 2 years ago | | | 0 | 0.0026095290 | |
| 17228027 | 2 years ago | | | 0 | 0.0030568622 | |
| 17222245 | 2 years ago | | | 0 | 0.0018863765 | |
| 17221963 | 2 years ago | | | 0 | 0.0025890657 | |
| 17221607 | 2 years ago | | | 0 | 0.0029003278 | |
| 15138770 | 2 years ago | | | 0 | 0.0012406044 | |
| 13723429 | 3 years ago | | | 0 | 0.0076645498 |
ABI
ABI objects
Getter at block 21398574
decimals() view returns (uint8)
12
name() view returns (string)
ROOK
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0a676a7af8c5ba369b7e12a70b7865c8b7422d11
symbol() view returns (string)
ROOK
totalSupply() view returns (uint256)
500000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(address account, uint256 amount) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
mint(address account, uint256 amount) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor()
fallback()
This contract contains no error objects.