Zukiblowon
Verified contract
Active on
Ethereum with 681 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 "Zukiblowon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19079558 | 10 months ago | | | 0 | 0.00051581502 | |
| 18865522 | a year ago | | | 0 | 0.00062527691 | |
| 18789582 | a year ago | | | 0 | 0.0020685151 | |
| 17547177 | a year ago | | | 0 | 0.00044391527 | |
| 15580490 | 2 years ago | | | 0 | 0.00024335488 | |
| 15513564 | 2 years ago | | | 0 | 0.00029746143 | |
| 15159146 | 2 years ago | | | 0 | 0.00023935826 | |
| 15155349 | 2 years ago | | | 0 | 0.0013693544 | |
| 15151625 | 2 years ago | | | 0 | 0.00072235706 | |
| 15142699 | 2 years ago | | | 0 | 0.0011899599 |
ABI
ABI objects
Getter at block 21313036
cost() view returns (uint256)
4500000000000000
hiddenMetadataUri() view returns (string)
hidden
isFreeMintOpen() view returns (bool)
true
maxFreeMintAmountPerAddr() view returns (uint256)
25
maxFreeMintSupply() view returns (uint256)
5555
maxMintAmountPerTx() view returns (uint256)
150
maxSupply() view returns (uint256)
5555
name() view returns (string)
Zukiblowon
owner() view returns (address)
0x4029d593432ac84a4817f2d3e0dc488f2d413384
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
ZUKIBLOWON
totalSupply() view returns (uint256)
5555
uriPrefix() view returns (string)
ipfs://QmPGjJimLRWdvpAD6YZPVsQSWrpZ7aE2xZ71psEhYsRnns/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
cutMaxSupply(uint256 _maxSupply)
freeMint(uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreeMintAmountPerAddr(uint256 _maxFreeMintAmountPerAddr)
setMaxFreeMintSupply(uint256 _maxFreeMintSupply)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
toggleIsFreeMintOpen()
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(uint256 _maxSupply, uint256 _cost, uint256 _maxFreeMintSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()