Option Token
Verified contract
Active on
Ethereum with 179 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 "Option Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13763951 | 3 years ago | | | 0 | 0.0018549349 | |
| 13714082 | 3 years ago | | | 0 | 0.0034333551 | |
| 13689878 | 3 years ago | | | 0 | 0.0034308000 | |
| 13688808 | 3 years ago | | | 0 | 0.0071914286 | |
| 13687548 | 3 years ago | | | 0 | 0.0042110796 | |
| 13524020 | 3 years ago | | | 0 | 0.0048769701 | |
| 13396328 | 3 years ago | | | 0 | 0.0032270138 | |
| 13396104 | 3 years ago | | | 0 | 0.0025731000 | |
| 13326123 | 3 years ago | | | 0 | 0.0018955022 | |
| 13313395 | 3 years ago | | | 0 | 0.0025731000 |
ABI
ABI objects
Getter at block 21286864
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
Option Token
owner() view returns (address)
0x9a52d7a11b97d47e630cfc85325ea127d41f91aa
paused() view returns (bool)
false
symbol() view returns (string)
OT
totalSupply() view returns (uint256)
9034490100000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyBlackFunds(address _blackListedUser)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeBlackList(address _clearedUser)
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.