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 |
---|---|---|---|---|---|
OPL | ERC-20 | 19K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15905046 | 2 years ago | | | 0 | 0.00057680910 | |
| 12497754 | 4 years ago | | | 0 | 0.0017775870 | |
| 10846297 | 4 years ago | | | 0 | 0.0025747490 | |
| 10816248 | 4 years ago | | | 0 | 0.0041364820 | |
| 10768314 | 4 years ago | | | 0 | 0.0084272001 | |
| 10768282 | 4 years ago | | | 0 | 0.0083429280 | |
| 10768260 | 4 years ago | | | 0 | 0.0082706120 | |
| 10763177 | 4 years ago | | | 0 | 0.010173737 | |
| 10001821 | 5 years ago | | | 0 | 0.00016854400 | |
| 9352650 | 5 years ago | | | 0 | 0.000054792400 |
ABI
ABI objects
Getter at block 21294293
adminVer() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
OnPlace
owner() view returns (address)
0x454782191d49feab1b26052a71ab143ea0e7b76a
symbol() view returns (string)
OPL
totalSupply() view returns (uint256)
210000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events 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)
burnWithDecimals(uint256 _value, uint256 _dec) returns (bool success)
checkAdmin()
emission(uint256 _value)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
Emission(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.