XRT Token
Verified contract
Active on
Ethereum with 3,670 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 | 1.743587M | -- | -- | |
XRT | ERC-20 | 66.4K | -- | -- | |
ALI | ERC-20 | 5.55522K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
PCPie | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20640179 | 3 months ago | | | 0 | 0.00010805921 | |
| 20452847 | 4 months ago | | | 0 | 0.000052632000 | |
| 20149599 | 5 months ago | | | 0 | 0.000085200750 | |
| 15470068 | 2 years ago | | | 0 | 0.00022952940 | |
| 15309601 | 2 years ago | | | 0 | 0.0010853662 | |
| 15107837 | 2 years ago | | | 0 | 0.00038912105 | |
| 13589536 | 3 years ago | | | 0 | 0.011224927 | |
| 13385522 | 3 years ago | | | 0 | 0.0047900925 | |
| 13348236 | 3 years ago | | | 0 | 0.0052558145 | |
| 13348233 | 3 years ago | | | 0 | 0.0024964919 |
ABI
ABI objects
Getter at block 21258949 getApprovalCount() view returns (uint256) getFundReceiver() view returns (address)
decimals() view returns (uint8)
18
fundReceiver() view returns (address)
0x0000000000000000000000000000000000000000
maximumToken() view returns (uint256)
1000000000000000000000000000
minApproval() view returns (uint256)
5
mintingFinished() view returns (bool)
false
name() view returns (string)
XRT Token
owner() view returns (address)
0x761b087872a20f1f742c9b0541badbcc585db310
symbol() view returns (string)
XRT
totalSupply() view returns (uint256)
1000000000000000000000000000
version() view returns (string)
X1.1
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)
controllerApproval(address _from, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
replaceController(address _user) returns (bool)
setApprovalCount(uint256 _value)
setMinApprovalCount(uint256 _value) 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)
Controller(address _user)
Mint(address indexed to, uint256 amount)
MintFinished()
Minted(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _takeBackAcc)
This contract contains no fallback and receive objects.
This contract contains no error objects.