Orion Protocol
Verified contract
Active on
Ethereum with 161,074 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORN | ERC-20 | 996.553655K | $1.11 |
$1,106,174.56 | |
PNK | ERC-20 | 2.060796K | $0.015704 |
$32.36 | |
NCLR | ERC-20 | 137.960794 | -- | -- | |
ORN | ERC-20 | 60.16875 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156207 | 4 hours ago | | | 0 | 0.00063682310 | |
| 21156011 | 5 hours ago | | | 0 | 0.00048414010 | |
| 21155922 | 5 hours ago | | | 0 | 0.00032346902 | |
| 21154510 | 10 hours ago | | | 0 | 0.00031513321 | |
| 21154267 | 11 hours ago | | | 0 | 0.00048364961 | |
| 21154259 | 11 hours ago | | | 0 | 0.00048595442 | |
| 21153584 | 13 hours ago | | | 0 | 0.00067498165 | |
| 21153371 | 14 hours ago | | | 0 | 0.00053037548 | |
| 21152400 | 17 hours ago | | | 0 | 0.00055087426 | |
| 21152233 | 17 hours ago | | | 0 | 0.00028890510 |
ABI
ABI objects
Getter at block 21157429
cap() view returns (uint256)
10000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Orion Protocol
symbol() view returns (string)
ORN
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.