Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39,428.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 35.216577K | $1.001 |
$35,251.79 | |
USDC | ERC-20 | 4.01938K | $0.999593 |
$4,017.74 | |
HOPR | ERC-20 | 1.544K | $0.061992 |
$95.72 | |
SHIB | ERC-20 | 2.545825M | $0.000025 |
$63.39 | |
ARPA | ERC-20 | 2 | $0.053563 |
$0.11 | |
XEND | ERC-20 | 12.350296K | -- | -- | |
XEND | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243544 | 5 hours ago | | | 0 | 0.00093867782 | |
| 21228303 | 2 days ago | | | 0 | 0.00045178064 | |
| 21226923 | 3 days ago | | | 0 | 0.00042296361 | |
| 21226913 | 3 days ago | | | 0 | 0.00028582106 | |
| 21224273 | 3 days ago | | | 0 | 0.00077021815 | |
| 21205646 | 6 days ago | | | 0 | 0.00049252432 | |
| 21200783 | 6 days ago | | | 0 | 0.00064906116 | |
| 21200033 | 6 days ago | | | 0 | 0.00056864980 | |
| 21200002 | 6 days ago | | | 0 | 0.00071298853 | |
| 21188155 | 8 days ago | | | 0 | 0.0011289147 |
ABI
ABI objects
Getter at block 21245103
decimals() view returns (uint8)
18
name() view returns (string)
XEND
owner() view returns (address)
0x5195ad65e40c79e11661486b39978ff268f3b342
paused() view returns (bool)
false
price() view returns (uint256)
0
symbol() view returns (string)
XEND
totalSupply() view returns (uint256)
196500000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events SetPrice(uint256 priceInWei)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantAccess(address minter)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount)
mint(uint256 amount)
revokeAccess(address minter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
withdrawTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.