Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Xyxyx"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122185 | 5 days ago | | | 0 | 0.00093673761 | |
| 21062407 | 14 days ago | | | 0 | 0.00038592465 | |
| 21008447 | 21 days ago | | | 0 | 0.00053809800 | |
| 20958358 | a month ago | | | 0 | 0.00052837710 | |
| 20951488 | a month ago | | | 0 | 0.00049951279 | |
| 20885520 | a month ago | | | 0 | 0.00059424504 | |
| 20850832 | a month ago | | | 0 | 0.00032421146 | |
| 20827228 | 2 months ago | | | 0 | 0.0010086379 | |
| 20827213 | 2 months ago | | | 0 | 0.0010332658 | |
| 20797583 | 2 months ago | | | 0 | 0.00058089009 |
ABI
ABI objects
Getter at block 21161118
decimals() view returns (uint8)
18
minted() view returns (uint256)
1327
name() view returns (string)
Xyxyx
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XYXYX
totalSupply() view returns (uint256)
128000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getColor1(uint256 tokenId) pure returns (uint256)
getColor2(uint256 tokenId) pure returns (uint256)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 tokenId) pure returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()