Oracle Network Protocol
Verified contract
Active on
Ethereum with 19,893 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($59.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 58.93 | $1.009 |
$59.46 | |
ONP | ERC-20 | 219.9779 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20677394 | 2 months ago | | | 0 | 0.000091518940 | |
| 20676344 | 2 months ago | | | 0 | 0.000080550642 | |
| 20676107 | 2 months ago | | | 0 | 0.000040011277 | |
| 20676082 | 2 months ago | | | 0 | 0.000058054674 | |
| 19355354 | 8 months ago | | | 0 | 0.0027055579 | |
| 18884411 | 10 months ago | | | 0 | 0.0011238150 | |
| 18332415 | a year ago | | | 0 | 0.00016204827 | |
| 15717227 | 2 years ago | | | 0 | 0.00095255434 | |
| 13931028 | 3 years ago | | | 0 | 0.0035980214 | |
| 13724048 | 3 years ago | | | 0 | 0.0049405540 |
ABI
ABI objects
Getter at block 21160254
decimals() view returns (uint8)
18
governance() view returns (address)
0x4fe5969ee9ae9851a955cadce1c6156afb854a30
name() view returns (string)
Oracle Network Protocol
symbol() view returns (string)
ONP
totalSupply() view returns (uint256)
246901754423974259446430
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, 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.