XENO NFT HUB
Verified contract
Active on
Ethereum with 7,217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
No balances found for "XENO NFT HUB"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20374618 | 4 months ago | | | 0 | 0.00010157804 | |
| 20354762 | 4 months ago | | | 0 | 0.000092454434 | |
| 20281040 | 4 months ago | | | 0 | 0.00011584479 | |
| 20187451 | 4 months ago | | | 0 | 0.00027134253 | |
| 20004152 | 5 months ago | | | 0 | 0.00031570852 | |
| 20004136 | 5 months ago | | | 0 | 0.00038582092 | |
| 20004112 | 5 months ago | | | 0 | 0.00053104797 | |
| 19825244 | 6 months ago | | | 0 | 0.00040345928 | |
| 19767440 | 6 months ago | | | 0 | 0.00065510720 | |
| 19766901 | 6 months ago | | | 0 | 0.00055860961 |
ABI
ABI objects
Getter at block 21157894
decimals() view returns (uint8)
18
initialSupply() pure returns (uint256)
2100000000
name() view returns (string)
XENO NFT HUB
paused() view returns (bool)
false
symbol() view returns (string)
XNO
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
isRecoverer(address account) view returns (bool)
State-modifying
Events addPauser(address account)
addRecoverer(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renouncePauser()
renounceRecoverer()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RecovererAdded(address indexed account)
RecovererRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.