X,Y Coordinates
Verified contract
Active on
Ethereum with 20,869 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.01 | $3,176.64 |
$31.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144823 | 2 days ago | | | 0 | 0.00088775834 | |
| 20926586 | a month ago | | | 0 | 0.00050645902 | |
| 20662920 | 2 months ago | | | 0 | 0.000087391500 | |
| 20453037 | 3 months ago | | | 0 | 0.000030310000 | |
| 20094928 | 5 months ago | | | 0 | 0.00023922039 | |
| 19894798 | 6 months ago | | | 0 | 0.00014025289 | |
| 19841994 | 6 months ago | | | 0 | 0.00033402307 | |
| 19835535 | 6 months ago | | | 0 | 0.00019058063 | |
| 19830353 | 6 months ago | | | 0 | 0.00019504878 | |
| 19799635 | 6 months ago | | | 0 | 0.00020308290 |
ABI
ABI objects
Getter at block 21157989
ERC712_VERSION() view returns (string)
1
contractURI() view returns (string)
https://assets.nfty.dev/xy/contract.json
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x7d0a42770031a4b858aa2cd5bcff3fafbeb254f424880af11bb6284d9c4cf889
getHeight() pure returns (uint256)
128
getWidth() pure returns (uint256)
128
name() view returns (string)
X,Y Coordinates
owner() view returns (address)
0xe3ca71f5d505937959893cdefd2704f062e14833
symbol() view returns (string)
XYC
totalSupply() view returns (uint256)
16384
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getX(uint256 tokenId) pure returns (uint256)
getY(uint256 tokenId) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
claim(uint256 x, uint256 y)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateContractURI(string _contractURI)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.