Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,193.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 78.321 | $14.21 |
$1,112.94 | |
REN | ERC-20 | 2.035661K | $0.03942 |
$80.25 | |
OCP | ERC-20 | 3.126194K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
UFR | ERC-20 | 0.003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16517169 | 2 years ago | | | 0 | 0.00074715093 | |
| 15614637 | 2 years ago | | | 0 | 0.00025942093 | |
| 15538967 | 2 years ago | | | 0 | 0.00052680341 | |
| 14790217 | 2 years ago | | | 0 | 0.0023712654 | |
| 14132124 | 3 years ago | | | 0 | 0.0029678814 | |
| 13792920 | 3 years ago | | | 0 | 0.0033263367 | |
| 13734156 | 3 years ago | | | 0 | 0.0047884800 | |
| 13488909 | 3 years ago | | | 0 | 0.0067496284 | |
| 12981118 | 3 years ago | | | 0 | 0.0040759200 | |
| 12959729 | 3 years ago | | | 0 | 0.00096800000 |
ABI
ABI objects
Getter at block 21160583
decimals() view returns (uint8)
18
name() view returns (string)
OCP
owner() view returns (address)
0xe08ed96e8c706869e14c9592b9fd1e2a78d04ecb
paused() view returns (bool)
false
symbol() view returns (string)
OCP
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
addressLocked(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfLocked(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockAddress(address addr)
lockAddressValue(address _addr, uint256 _value)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockAddress(address addr)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.