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 "Azuki2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18082197 | a year ago | | | 0 | 0.00052365304 | |
| 17082830 | 2 years ago | | | 0 | 0.0020551251 | |
| 16196368 | 2 years ago | | | 0 | 0.00058371950 | |
| 16071270 | 2 years ago | | | 0 | 0.0010100918 | |
| 15479061 | 2 years ago | | | 0 | 0.00084054285 | |
| 15459903 | 2 years ago | | | 0 | 0.00079927060 | |
| 15352722 | 2 years ago | | | 0 | 0.00079127871 | |
| 15350583 | 2 years ago | | | 0 | 0.00055708884 | |
| 15348005 | 2 years ago | | | 0 | 0.0014983601 | |
| 15332910 | 2 years ago | | | 0 | 0.00043561321 |
ABI
ABI objects
Getter at block 21220267
FreeSupply() view returns (uint256)
1000
MaxperWallet() view returns (uint256)
100
MaxperWalletFree() view returns (uint256)
2
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://QmQFkLSQysj94s5GvTHPyzTxrawwtjgiiYS2TBLgrvw8CW/
cost() view returns (uint256)
1000000000000000
maxSupply() view returns (uint256)
10000
name() view returns (string)
Azuki2
notRevealedUri() view returns (string)
owner() view returns (address)
0x2338c96d34cd69e1ebad8936582bd2a3d84d6d16
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
AZUKI2
totalSupply() view returns (uint256)
920
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId)
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeMaxPerWallet(uint256 _limit)
setFreesupply(uint256 _newsupply)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _initBaseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()