Demonized Azuki
Verified contract
Active on
Ethereum with 6,066 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 "Demonized Azuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276931 | 2 days ago | | | 0 | 0.00036692506 | |
| 21261100 | 4 days ago | | | 0 | 0.00052344600 | |
| 21261073 | 4 days ago | | | 0 | 0.00057548848 | |
| 21259892 | 4 days ago | | | 0 | 0.00023035999 | |
| 21259880 | 4 days ago | | | 0 | 0.00043451991 | |
| 21257201 | 5 days ago | | | 0 | 0.00043981284 | |
| 21208954 | 11 days ago | | | 0 | 0.00071214896 | |
| 21205699 | 12 days ago | | | 0 | 0.00035651124 | |
| 21177540 | 16 days ago | | | 0 | 0.00077413327 | |
| 21163204 | 18 days ago | | | 0 | 0.00051307563 |
ABI
ABI objects
Getter at block 21290142
FREE_MINT_MAX_QTY() view returns (uint256)
800
GIFT_MAX_QTY() view returns (uint256)
44
MAX_QTY_PER_WALLET() view returns (uint256)
20
PAID_MINT_MAX_QTY() view returns (uint256)
8044
PRICE() view returns (uint256)
38000000000000000
TOTAL_MAX_QTY() view returns (uint256)
8888
TOTAL_MINT_MAX_QTY() view returns (uint256)
8844
giftedQty() view returns (uint256)
44
maxFreeQtyPerWallet() view returns (uint256)
1
mintedQty() view returns (uint256)
8844
name() view returns (string)
Demonized Azuki
owner() view returns (address)
0xda3fccb3749091dee53e34509ebbb66ea6d1cc6e
symbol() view returns (string)
DEZUKI
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(address) 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)
gift(address[] receivers)
mint(uint256 _mintQty) 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)
setMaxFreeQtyPerTx(uint256 _maxQtyPerTx)
setProxyRegistryAddress(address proxyAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.