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 |
---|---|---|---|---|---|
XTRD | ERC-20 | 1.435699M | -- | -- | |
FXT | ERC-20 | 219.507K | -- | -- | |
DAXT | ERC-20 | 5.448323K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
MIN | ERC-20 | 10 | -- | -- | |
MIN | ERC-20 | 10 | -- | -- | |
XPGC | ERC-20 | 5 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20755057 | 2 months ago | | | 0 | 0.000088407211 | |
| 20626955 | 2 months ago | | | 0 | 0.000081397763 | |
| 20572702 | 3 months ago | | | 0 | 0.000041705410 | |
| 20572518 | 3 months ago | | | 0 | 0.000060379282 | |
| 20496229 | 3 months ago | | | 0 | 0.000094278485 | |
| 20416969 | 3 months ago | | | 0 | 0.000089285273 | |
| 20226430 | 4 months ago | | | 0 | 0.0010335032 | |
| 19995820 | 5 months ago | | | 0 | 0.00022973143 | |
| 19942873 | 6 months ago | | | 0 | 0.00024063082 | |
| 19272750 | 9 months ago | | | 0 | 0.0016265440 |
ABI
ABI objects
Getter at block 21157946
contactInformation() view returns (string)
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
XTRD
owner() view returns (address)
0x2b9f07b73b7c67da00dcad5d42de3a6b7406f1cb
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
reclaimableOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XTRD
totalSupply() view returns (uint256)
952457688000000000000000000
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)
blacklist(address node)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
isBanned(address node) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
reclaimOwnership()
resetReclaim()
setContactInformation(string info)
setupReclaim()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unblacklist(address node)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _node)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unblacklisted(address indexed _node)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.