Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($960.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 960.46 | $1.00 |
$960.46 | |
XUM | ERC-20 | 42.61883K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408719 | 3 months ago | | | 0 | 0.000029935000 | |
| 20408439 | 3 months ago | | | 0 | 0.000029935000 | |
| 20395697 | 3 months ago | | | 0 | 0.000024965000 | |
| 16022970 | 2 years ago | | | 0 | 0.00037989000 | |
| 16022951 | 2 years ago | | | 0 | 0.00034951000 | |
| 15778978 | 2 years ago | | | 0 | 0.00072569000 | |
| 15439871 | 2 years ago | | | 0 | 0.0012834190 | |
| 14906935 | 2 years ago | | | 0 | 0.00074895000 | |
| 14549956 | 3 years ago | | | 0 | 0.00084087740 | |
| 14310611 | 3 years ago | | | 0 | 0.0021898170 |
ABI
ABI objects
Getter at block 21162043
decimals() view returns (uint8)
18
name() view returns (string)
XUM
owner() view returns (address)
0x9cc74953633cf3675465384bf0f3cd5b0b37c772
symbol() view returns (string)
XUM
totalSupply() view returns (uint256)
5000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
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.