X2Y2Token
Verified contract
Active on
Ethereum with 142,658 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,333.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.215204K | $1.001 |
$4,219.42 | |
X2Y2 | ERC-20 | 24.325201K | $0.004643 |
$112.93 | |
1INCH | ERC-20 | 1.963407 | $0.393725 |
$0.77 | |
eMax | ERC-20 | 121.814973 | -- | -- | |
ThinkBook | ERC-20 | 213.518134M | -- | -- | |
GEM | ERC-20 | 28.362033M | -- | -- | |
$AAI | ERC-20 | 420.69 | -- | -- | |
CG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264391 | 15 hours ago | | | 0 | 0.00082507537 | |
| 21263903 | 17 hours ago | | | 0 | 0.00068646744 | |
| 21263654 | 17 hours ago | | | 0 | 0.00054338400 | |
| 21262263 | a day ago | | | 0 | 0.00019659641 | |
| 21262263 | a day ago | | | 0 | 0.00019659641 | |
| 21261028 | a day ago | | | 0 | 0.00037013687 | |
| 21259003 | a day ago | | | 0 | 0.00055403592 | |
| 21258377 | a day ago | | | 0 | 0.00045653216 | |
| 21258316 | a day ago | | | 0 | 0.00049800942 | |
| 21258297 | a day ago | | | 0 | 0.00043225419 |
ABI
ABI objects
Getter at block 21268840
SUPPLY_CAP() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
X2Y2Token
owner() view returns (address)
0xb329e39ebefd16f40d38f07643652ce17ca5bac1
symbol() view returns (string)
X2Y2
totalSupply() view returns (uint256)
999944301994301994304536576
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)
mint(address account, uint256 amount) returns (bool status)
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(address _premintReceiver, uint256 _premintAmount, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.