Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "Y2123"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20073169 | 5 months ago | | | 0 | 0.00071070909 | |
| 18887279 | 10 months ago | | | 0 | 0.00097715931 | |
| 17855814 | a year ago | | | 0 | 0.00072017333 | |
| 17773342 | a year ago | | | 0 | 0.00064378810 | |
| 17773335 | a year ago | | | 0 | 0.0011049095 | |
| 17376021 | a year ago | | | 0 | 0.0014451304 | |
| 16952926 | 2 years ago | | | 0 | 0.00099774990 | |
| 16797207 | 2 years ago | | | 0 | 0.0033981734 | |
| 16464823 | 2 years ago | | | 0 | 0.00051017461 | |
| 16420391 | 2 years ago | | | 0 | 0.0010890503 |
ABI
ABI objects
Getter at block 21167361
MAX_FREE_MINT() view returns (uint256)
15
MAX_RESERVE_MINT() view returns (uint256)
35
MAX_SUPPLY() view returns (uint256)
500
MAX_SUPPLY_GENESIS() view returns (uint256)
500
availableSupplyIndex() view returns (uint256)
500
freeMintCount() view returns (uint256)
15
freeMintEnabled() view returns (bool)
true
maxMintPerAddress() view returns (uint256)
2
maxMintPerTx() view returns (uint256)
3
mintPrice() view returns (uint256)
63000000000000000
name() view returns (string)
Y2123
owner() view returns (address)
0x8360d6d8a7b00c0564130b0f1fb6e82789415dee
paused() view returns (bool)
true
presaleEnabled() view returns (bool)
false
reserveMintCount() view returns (uint256)
35
saleEnabled() view returns (bool)
true
symbol() view returns (string)
Y2123
totalSupply() view returns (uint256)
500
Read-only
addressMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeMintMinted(address) view returns (uint256)
getAddressWriteBlock(address addr) view returns (uint64)
getApproved(uint256 tokenId) view returns (address)
getTokenIDs(address addr) view returns (uint256[])
getTokenWriteBlock(uint256 tokenId) view returns (uint64)
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) view returns (string)
whitelistMinted(address) view returns (uint256)
State-modifying
Events addAdmin(address addr)
airDrop(address[] recipient, uint256[] quantity)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(bytes32[] proof) payable
mint(address recipient)
paidMint(uint256 amount, bytes32[] proof) payable
removeAdmin(address addr)
renounceOwnership()
reserve(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeRoot(bytes32 root)
setMaxFreeMint(uint256 newMaxFreeMint)
setMaxMintPerAddress(uint256 newMaxMintPerAddress)
setMaxMintPerTx(uint256 newMaxMintPerTx)
setMaxReserveMint(uint256 newMaxReserveMint)
setMaxSupply(uint256 newMaxSupply)
setMerkleRoot(bytes32 root)
setMintPrice(uint256 newPrice)
setPaused(bool _paused)
toggleFreeMint()
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOriginAccess(uint256[] tokenIds)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(uint256 indexed id)
Minted(uint256 indexed id)
MintedNonTxOrigin(address indexed addr, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PresaleActive(bool active)
SaleActive(bool active)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.