XYZ Governance Token
Verified contract
Active on
Ethereum with 16,211 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($495.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 290.033009 | $0.999329 |
$289.84 | |
USDC | ERC-20 | 175.921414 | $0.999066 |
$175.76 | |
USDT | ERC-20 | 30 | $1.00 |
$30 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256453 | 2 hours ago | | | 0 | 0.00023148691 | |
| 21256269 | 3 hours ago | | | 0 | 0.00048389919 | |
| 21255840 | 4 hours ago | | | 0 | 0.00039526637 | |
| 21255568 | 5 hours ago | | | 0 | 0.00037298181 | |
| 21254594 | 8 hours ago | | | 0 | 0.00047652343 | |
| 21254216 | 10 hours ago | | | 0 | 0.00041229149 | |
| 21253629 | 12 hours ago | | | 0 | 0.00040482907 | |
| 21253413 | 12 hours ago | | | 0 | 0.00043635986 | |
| 21253205 | 13 hours ago | | | 0 | 0.00042497139 | |
| 21252919 | 14 hours ago | | | 0 | 0.00054441631 |
ABI
ABI objects
Getter at block 21257091
decimals() view returns (uint8)
18
name() view returns (string)
XYZ Governance Token
owner() view returns (address)
0xa8047c2a86d5a188b0e15c3c10e2bc144cb272c2
symbol() view returns (string)
XYZ
totalSupply() view returns (uint256)
1135000000000000000000000000
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(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
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.