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 |
---|---|---|---|---|---|
XRI | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20427244 | 4 months ago | | | 0 | 0.00054693000 | |
| 20427172 | 4 months ago | | | 0 | 0.00091481000 | |
| 20427162 | 4 months ago | | | 0 | 0.0010457000 | |
| 20424701 | 4 months ago | | | 0 | 0.00012704024 | |
| 20424648 | 4 months ago | | | 0 | 0.000099901353 | |
| 20424422 | 4 months ago | | | 0 | 0.00013156652 | |
| 20420803 | 4 months ago | | | 0 | 0.00036462000 | |
| 20420787 | 4 months ago | | | 0 | 0.00038690300 | |
| 20402263 | 4 months ago | | | 0 | 0.00014249100 | |
| 20217728 | 5 months ago | | | 0 | 0.00020918800 |
ABI
ABI objects
Getter at block 21283863
DECIMALS() view returns (uint8)
8
INITIAL_SUPPLY() view returns (uint256)
5000000000000000000
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
XRoad
owner() view returns (address)
0x1abbb8a50473032acb38a97d97ca51bdd09de04b
symbol() view returns (string)
XRI
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishingMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
renounceOwnership()
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)
Burn(uint256 amount)
Mint(uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.