XRT Token
Verified contract
Active on
Ethereum with 7,894 txns
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 |
---|---|---|---|---|---|
XRT | ERC-20 | 14.8K | -- | -- | |
XRT | ERC-20 | 920 | -- | -- | |
NBAI | ERC-20 | 300 | -- | -- | |
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15432637 | 2 years ago | | | 0 | 0.000045428000 | |
| 12782526 | 3 years ago | | | 0 | 0.0015525886 | |
| 12622449 | 3 years ago | | | 0 | 0.00026385100 | |
| 12331470 | 4 years ago | | | 0 | 0.0031805021 | |
| 12081269 | 4 years ago | | | 0 | 0.0040785002 | |
| 11967933 | 4 years ago | | | 0 | 0.0087855273 | |
| 11355457 | 4 years ago | | | 0 | 0.00064000530 | |
| 11225821 | 4 years ago | | | 0 | 0.0010946367 | |
| 11199669 | 4 years ago | | | 0 | 0.00098358660 | |
| 11199488 | 4 years ago | | | 0 | 0.00068185800 |
ABI
ABI objects
Getter at block 21123387
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
XRT Token
owner() view returns (address)
0x073db5ac9aa943253a513cd692d16160f1c10e74
symbol() view returns (string)
XRT
totalSupply() view returns (uint256)
500000000000000000000000000
version() view returns (string)
X1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
maximumToken() returns (uint256)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Minted(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.