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 "Monkzuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16910651 | 2 years ago | | | 0 | 0.00063599077 | |
| 15350885 | 2 years ago | | | 0 | 0.00060266310 | |
| 15255230 | 2 years ago | | | 0 | 0.00047675530 | |
| 15207258 | 2 years ago | | | 0 | 0.00016462789 | |
| 15066077 | 2 years ago | | | 0 | 0.00093090035 | |
| 14852057 | 3 years ago | | | 0 | 0.0017037389 | |
| 14725677 | 3 years ago | | | 0 | 0.0014975609 | |
| 14717505 | 3 years ago | | | 0 | 0.0025175550 | |
| 14712105 | 3 years ago | | | 0 | 0.0032194539 | |
| 14706805 | 3 years ago | | | 0 | 0.0040049052 |
ABI
ABI objects
Getter at block 21327289
FREE_MINT_MAX_QTY() view returns (uint256)
555
GIFT_MAX_QTY() view returns (uint256)
30
MAX_QTY_PER_WALLET() view returns (uint256)
20
PRICE() view returns (uint256)
40000000000000000
TOTAL_MAX_QTY() view returns (uint256)
5555
TOTAL_MINT_MAX_QTY() view returns (uint256)
5525
giftedQty() view returns (uint256)
0
maxFreeQtyPerWallet() view returns (uint256)
1
mintedQty() view returns (uint256)
754
name() view returns (string)
Monkzuki
owner() view returns (address)
0x7e7b814d0771170c1345749a0506b35802056bac
symbol() view returns (string)
MONKZUKI
totalSupply() view returns (uint256)
754
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.