Azuki Mfer
Verified contract
Active on
Ethereum with 8,332 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 "Azuki Mfer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253429 | 5 days ago | | | 0 | 0.00025504650 | |
| 21253429 | 5 days ago | | | 0 | 0.00044409650 | |
| 21246373 | 6 days ago | | | 0 | 0.00072864277 | |
| 21239253 | 7 days ago | | | 0 | 0.00066976137 | |
| 21138264 | 21 days ago | | | 0 | 0.00045134389 | |
| 21099771 | a month ago | | | 0 | 0.00018757562 | |
| 21027517 | a month ago | | | 0 | 0.00033513485 | |
| 20762598 | 2 months ago | | | 0 | 0.00066015312 | |
| 20697322 | 3 months ago | | | 0 | 0.00017947830 | |
| 20590043 | 3 months ago | | | 0 | 0.000024122749 |
ABI
ABI objects
Getter at block 21291983
allowedMintSupply() view returns (uint256)
10000
maxAmountPerMint() view returns (uint256)
10
maxMintPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
36900000000000000
name() view returns (string)
Azuki Mfer
owner() view returns (address)
0x5f5ac33ae9b4af4b704a6d89d79f0c55e0e0ae72
publicSaleStartTime() view returns (uint32)
1645970400
reservedAmount() view returns (uint256)
300
symbol() view returns (string)
AZUKIMFER
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) 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 approve(address to, uint256 tokenId)
devMint(uint256 amount)
publicMint(uint256 amount, uint256 code) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowedMintSupply(uint256 newLimit)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxAmountPerMint(uint256 newMaxAmountPerMint)
setMaxMintPerWallet(uint256 newMaxMintPerWallet)
setMintPrice(uint256 newMintPrice)
setPublicSaleCode(uint256 newCode)
setPublicSaleStartTime(uint32 newTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.