Opes Protocol
Verified contract
Active on
Ethereum with 7,451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPX | ERC-20 | 89 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19969368 | 6 months ago | | | 0 | 0.0021198524 | |
| 19040995 | 10 months ago | | | 0 | 0.00079364690 | |
| 19039683 | 10 months ago | | | 0 | 0.0011678413 | |
| 12583649 | 3 years ago | | | 0 | 0.00040942112 | |
| 11419977 | 4 years ago | | | 0 | 0.0021263040 | |
| 11367209 | 4 years ago | | | 0 | 0.0027563200 | |
| 11288088 | 4 years ago | | | 0 | 0.0011812800 | |
| 11214299 | 4 years ago | | | 0 | 0.00060639040 | |
| 10559878 | 4 years ago | | | 0 | 0.0027939920 | |
| 10559871 | 4 years ago | | | 0 | 0.0044034841 |
ABI
ABI objects
Getter at block 21285303
decimals() view returns (uint8)
18
name() view returns (string)
Opes Protocol
owner() view returns (address)
0xecbd81702b4806eec1c40edf3a2cf4cfa8aa6730
paused() view returns (bool)
false
symbol() view returns (string)
OPX
totalSupply() view returns (uint256)
20000000000000000000000000000
version() view returns (string)
3.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchFreeze(address[] addresses, bool freeze)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
freezeAccount(address target, bool freeze)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.