OptionRoom Token
Verified contract
Active on
Ethereum with 17 txns
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 "OptionRoom Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014644 | 15 days ago | | | 0 | 0.0017684541 | |
| 21014643 | 15 days ago | | | 0 | 0.00076038398 | |
| 21014640 | 15 days ago | | | 0 | 0.00084829751 | |
| 21014637 | 15 days ago | | | 0 | 0.00075750946 | |
| 21014636 | 15 days ago | | | 0 | 0.00084868162 | |
| 21014635 | 15 days ago | | | 0 | 0.00076337149 | |
| 21014635 | 15 days ago | | | 0 | 0.00085642749 | |
| 21014635 | 15 days ago | | | 0 | 0.0013217075 | |
| 21014635 | 15 days ago | | | 0 | 0.0031362995 | |
| 21014634 | 15 days ago | | | 0 | 0.00077062005 |
ABI
ABI objects
Getter at block 21119701
decimals() view returns (uint8)
18
deployer() view returns (address)
0xf71708c59be7e32b9ff2aa174f07311869c6bf0c
name() view returns (string)
OptionRoom Token
paused() view returns (bool)
false
pausedTime() view returns (uint256)
0
symbol() view returns (string)
ROOM
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blockedAddresses(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockAddress(address account, bool blockFlag)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
resume()
retrieveToken(address tokenAddress, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AccountBlocked(address indexed account, bool blockState)
Approval(address indexed owner, address indexed spender, uint256 value)
ERC20Paused()
ERC20Resumed()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.