XENO Governance Token
Verified contract
Active on
Ethereum with 10,444 txns
Balances ($217.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GXE | ERC-20 | 38.01K | $0.005734 |
$217.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151061 | a day ago | | | 0 | 0.00042121200 | |
| 21150881 | a day ago | | | 0 | 0.00043001035 | |
| 21150733 | a day ago | | | 0 | 0.00047351331 | |
| 21150684 | a day ago | | | 0 | 0.00047859920 | |
| 21147638 | 2 days ago | | | 0 | 0.00020905882 | |
| 21146219 | 2 days ago | | | 0 | 0.00024505056 | |
| 21146200 | 2 days ago | | | 0 | 0.00038611100 | |
| 21144007 | 2 days ago | | | 0 | 0.00092928537 | |
| 21143894 | 2 days ago | | | 0 | 0.00077222200 | |
| 21143808 | 2 days ago | | | 0 | 0.00087752500 |
ABI
ABI objects
Getter at block 21160674
decimals() view returns (uint8)
18
getMinter() view returns (address)
0x765277eebeca2e31912c9946eae1021199b39c61
getOwner() view returns (address)
0xb96847e8beb5181b6fbc8d3f49c7a72bbab771a4
name() view returns (string)
XENO Governance Token
owner() view returns (address)
0xb96847e8beb5181b6fbc8d3f49c7a72bbab771a4
symbol() view returns (string)
GXE
totalSupply() view returns (uint256)
200000217861730000000000000
underlying() view returns (address)
0x0000000000000000000000000000000000000000
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)
burn(address from, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeMinter(address newMinter)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterTransferred(address indexed previousMinter, address indexed newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address owner, address minter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.