Opacity
Verified contract
Active on
Ethereum with 31,471 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($964.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REQ | ERC-20 | 8.573745K | $0.112445 |
$964.07 | |
OPQ | ERC-20 | 1.318089K | -- | -- | |
PRL | ERC-20 | 1 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787160 | 2 months ago | | | 0 | 0.00053093573 | |
| 19895946 | 6 months ago | | | 0 | 0.00016076148 | |
| 19494490 | 8 months ago | | | 0 | 0.00084499200 | |
| 19481280 | 8 months ago | | | 0 | 0.0011404010 | |
| 19251795 | 9 months ago | | | 0 | 0.00051039502 | |
| 18483351 | a year ago | | | 0 | 0.00052302117 | |
| 18312924 | a year ago | | | 0 | 0.00033065995 | |
| 17532854 | a year ago | | | 0 | 0.00082759798 | |
| 17507871 | a year ago | | | 0 | 0.00088389128 | |
| 17288749 | 2 years ago | | | 0 | 0.0014257500 |
ABI
ABI objects
Getter at block 21258375
claimAmount() view returns (uint256)
500000000000000000
decimals() view returns (uint8)
18
director() view returns (address)
0x47db829f846af3835526727028d8436a67e4c9e2
directorLock() view returns (bool)
false
epoch() view returns (uint256)
31536000
feeAmount() view returns (uint256)
100000000000000000
funds() view returns (uint256)
0
name() view returns (string)
Opacity
payAmount() view returns (uint256)
400000000000000000
retentionMax() view returns (uint256)
40000000000000000000
symbol() view returns (string)
OPQ
totalSupply() view returns (uint256)
130000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
buried(address) view returns (bool)
claimed(address) view returns (uint256)
State-modifying
Events amendClaim(uint8 claimAmountSet, uint8 payAmountSet, uint8 feeAmountSet, uint8 accuracy) returns (bool success)
amendEpoch(uint256 epochSet) returns (bool success)
amendRetention(uint8 retentionSet, uint8 accuracy) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
bury() returns (bool success)
claim(address _payout, address _fee) returns (bool success)
selfLock() payable
transfer(address _to, uint256 _value)
transferDirector(address newDirector)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdrawFunds()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
Bury(address indexed _target, uint256 _value)
Claim(address indexed _target, address indexed _payout, address indexed _fee)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.