XiaoYan
Verified contract
Active on
Ethereum with 1,897 txns
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 "XiaoYan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21035781 | a month ago | | | 0 | 0.00031517200 | |
| 17098381 | 2 years ago | | | 0 | 0.0013923543 | |
| 17097842 | 2 years ago | | | 0 | 0.0023072592 | |
| 17096573 | 2 years ago | | | 0 | 0.0017934898 | |
| 17096020 | 2 years ago | | | 0 | 0.0017245735 | |
| 17095982 | 2 years ago | | | 0 | 0.0016626598 | |
| 17095823 | 2 years ago | | | 0 | 0.0017656286 | |
| 17095460 | 2 years ago | | | 0 | 0.0017437798 | |
| 17095452 | 2 years ago | | | 0 | 0.0018226871 | |
| 17095444 | 2 years ago | | | 0 | 0.0017752597 |
ABI
ABI objects
Getter at block 21265365
baseURI() view returns (string)
ipfs://bafybeifgz4dphx7l3txixeeszghwnc7dyklffj3r3vnvn7ucnxab7tyzpy/
isMintOpen() view returns (bool)
true
maxSupply() view returns (uint256)
2500
maxWalletFreeSupply() view returns (uint256)
2
maxWalletSupply() view returns (uint256)
20
name() view returns (string)
XiaoYan
nextTokenId() view returns (uint256)
2501
owner() view returns (address)
0x5eb6c38b877596e5c24b081a87a63ccc6a48a115
startTokenId() pure returns (uint256)
1
symbol() view returns (string)
XY
totalSupply() view returns (uint256)
2500
unitPrice() view returns (uint256)
2000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setIsMintOpen(bool _isMintOpen)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()