Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,018.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.61 | $3,308.17 |
$2,017.98 | |
TSUKA | ERC-20 | 5.55 | $0.014255 |
$0.08 | |
KEYS | ERC-20 | 100.88 | $0.000687 |
$0.07 | |
SMTH | ERC-20 | 100T | -- | -- | |
SMTH | ERC-20 | 100T | -- | -- | |
Azuki | ERC-20 | 100T | -- | -- | |
Azuki | ERC-20 | 10T | -- | -- | |
ZAPP | ERC-20 | 318.472399M | -- | -- | |
GRDN | ERC-20 | 133.333333M | -- | -- | |
| ERC-20 | 55.560137M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243873 | 4 hours ago | | | 0 | 0.00082893558 | |
| 21243336 | 5 hours ago | | | 0 | 0.00069153223 | |
| 21242675 | 8 hours ago | | | 0 | 0.00061384076 | |
| 21242655 | 8 hours ago | | | 0 | 0.00029198604 | |
| 21242655 | 8 hours ago | | | 0 | 0.00029198604 | |
| 21242591 | 8 hours ago | | | 0 | 0.00088360932 | |
| 21242470 | 8 hours ago | | | 0 | 0.00052616465 | |
| 21242414 | 9 hours ago | | | 0 | 0.00067435526 | |
| 21241554 | 11 hours ago | | | 0 | 0.00037752298 | |
| 21240952 | 13 hours ago | | | 0 | 0.00067272264 |
ABI
ABI objects
Getter at block 21244956
AUCTION_DROP_INTERVAL() view returns (uint256)
1200
AUCTION_DROP_PER_STEP() view returns (uint256)
50000000000000000
AUCTION_END_PRICE() view returns (uint256)
150000000000000000
AUCTION_PRICE_CURVE_LENGTH() view returns (uint256)
20400
AUCTION_START_PRICE() view returns (uint256)
1000000000000000000
amountForAuctionAndDev() view returns (uint256)
8900
amountForDevs() view returns (uint256)
200
maxPerAddressDuringMint() view returns (uint256)
5
name() view returns (string)
Azuki
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
saleConfig() view returns (uint32 auctionSaleStartTime, uint32 publicSaleStartTime, uint64 mintlistPrice, uint64 publicPrice, uint32 publicSaleKey)
(auctionSaleStartTime=0, publicSaleStartTime=1674145770, mintlistPrice=500000000000000000, publicPrice=0, publicSaleKey=0)
symbol() view returns (string)
AZUKI
totalSupply() view returns (uint256)
10000
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAuctionPrice(uint256 _saleStartTime) view returns (uint256)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events allowlistMint() payable
approve(address to, uint256 tokenId)
auctionMint(uint256 quantity) payable
devMint(uint256 quantity)
endAuctionAndSetupNonAuctionSaleInfo(uint64 mintlistPriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime)
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setAuctionSaleStartTime(uint32 timestamp)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPublicSaleKey(uint32 key)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForAuctionAndDev_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.