Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ORX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21317294 | 5 hours ago | | | 0 | 0.0058760500 | |
| 21317276 | 5 hours ago | | | 0 | 0.0055291440 | |
| 21317031 | 6 hours ago | | | 0 | 0.0017580780 | |
| 21312326 | a day ago | | | 0 | 0.00097542059 | |
| 21311579 | a day ago | | | 0 | 0.00092501279 | |
| 21309165 | a day ago | | | 0 | 0.00060518537 | |
| 21309160 | a day ago | | | 0 | 0.0010855884 | |
| 21309125 | a day ago | | | 0 | 0.00067548132 | |
| 21308374 | a day ago | | | 0 | 0.00074078456 | |
| 21307697 | 2 days ago | | | 0 | 0.00036191113 |
ABI
ABI objects
Getter at block 21318781
BASE_SUPPLY() view returns (uint256)
1000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x5e8603bcec023192ffc60be52091d6881f6e8fece61de5b98530b85070ff0939
SUPPLY_CAP() view returns (uint256)
1270600000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Ouroboros, version=1, chainId=1, verifyingContract=0xd536e7a9543cf9867a580b45cec7f748a1fe11ec, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
minterAddress() view returns (address)
0x4c93d6380d22c44850bdfa569df5dd96e278622b
minterSupply() pure returns (uint256)
1000000000000000000000000000
name() view returns (string)
Ouroboros
orxStakingAddress() view returns (address)
0xe293dfd4720308c048b63afe885f5971e135eb1e
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ORX
totalSupply() view returns (uint256)
14206077432195059197220350
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
attachMinter(address _minterAddress)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
sendToFeeStaking(address _sender, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _orxStakingAddress)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)