Kizuna

Verified contract

Active on Ethereum with 4,497 txns
Deployed by via 0x4e915c97 at 17334981
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional variables

No balances found for "Kizuna"

0xb395e00f6e80bca7a8329f2557e7d6ee10a894a255cf64b64cd33fe799cc0ba2
0x655efcf7cd08e82c39fd3dbaa118e7062f530262636f7d09606a67e03c4f0d15
0xfd4a7d81e87cee273899a23535863169211175fd6f9b3e3e1e240f6d5c9db687
0xfe6d37dfa4e08c7545f7d56c8620893008a208c41f00c5faf9e6c6bd4e6b924c
0x353b01288b94e78c928c030f03241b793262f34a5a24922b4a934ca7834a6ebe
0x830c692844d53f3fc3ddd842b93e08c7654da1d196dee58a6edc93bef204a094
0x80e6427744e3f315225c92abc36c6028ee59f4e9b242469ab1984f8cde451bb6
0x463007d74ac94948a29f1935464513dd719b3c2d6078c818d3967189bdcd19eb
0x094e38e8203bb9638623c311d8a91bd617ef9ffdd0fe3cce81792f3c381898b0
0xca07ef233250bbcd22271d2034dd46f0d273f6ebefc96f3dbc6367f8f0fa07f8

Functions
Getter at block 20913062
baseURI(view returns (string)
https://arweave.net/-QfysUiPSpO7VFt-leGIMby1xGar-nZ_XWbSnunCUm4/
freeMintMerkleRoot(view returns (bytes32)
0xfbdc490a45a9871d51e0ab463bfbc5c9f81bdb0abd38afd94da97669cf80c7a5
freeMintSupply(view returns (uint256)
58
isFreeMintPaused(view returns (bool)
true
isMetadataFrozen(view returns (bool)
false
isPublicMintPaused(view returns (bool)
true
isRevealed(view returns (bool)
true
isWhitelistMintPhase1Paused(view returns (bool)
true
isWhitelistMintPhase2Paused(view returns (bool)
true
maxSupply(view returns (uint256)
7777
mintLimitPerWallet(view returns (uint256)
3
name(view returns (string)
Kizuna
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x641e70d310bb12136d2e967f1f55f43ac02dd4bc
publicPrice(view returns (uint256)
0
symbol(view returns (string)
KZN
totalSupply(view returns (uint256)
7777
treasuryWallet(view returns (address)
0x641e70d310bb12136d2e967f1f55f43ac02dd4bc
whitelistPhase1MerkleRoot(view returns (bytes32)
0xd603b65365045ecf37eaf841b70296b30b8f329eb4218e9b154f386a66f3714b
whitelistPhase2MerkleRoot(view returns (bytes32)
0x5d1793689c9f4ac3cc0ef392b1951cc81375073252b8c895b10c6280dea5aff4
whitelistPrice(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
freeAddressesMintedAmount(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintAddressesMintedAmount(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
whitelistAddressesMintedAmount(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
changeRoyaltySettings(address _royaltyReceiveruint96 _feeNumerator
freeMint(uint256 _amountToMintuint256 _maxAmountForAddressbytes32[] _merkleProof
freezeMetadata(
mint(uint256 _amountToMintpayable 
reduceMaxSupply(uint256 _newMaxSupply
renounceOwnership(
reveal(string _baseUri
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setFreeMintMerkleRoot(bytes32 _merkleRoot
setOperatorFilteringEnabled(bool value
setPublicPrice(uint256 _price
setWhitelistPhase1MerkleRoot(bytes32 _merkleRoot
setWhitelistPhase2MerkleRoot(bytes32 _merkleRoot
setWhitelistPrice(uint256 _price
teamMint(address _touint256 _amountToMint
togglePauseForFreeMint(
togglePauseForPublicMint(
togglePauseForWhitelistMintPhase1(
togglePauseForWhitelistMintPhase2(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMintPhase1(uint256 _amountToMintuint256 _maxAmountForAddressbytes32[] _merkleProofpayable 
whitelistMintPhase2(uint256 _amountToMintuint256 _maxAmountForAddressbytes32[] _merkleProofpayable 
withdrawBalance(
withdrawBalanceToOwner(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataFrozen(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PauseForFreeMintToggled(bool isPaused
PauseForPublicMintToggled(bool isPaused
PauseForWhitelistMintToggled(bool isPaused
PublicPriceChanged(uint256 newPrice
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WhitelistPriceChanged(uint256 newPrice
Constructor
constructor(uint256 _maxSupplyuint256 _reservedSupplyuint256 _freeMintSupplyaddress _treasuryWalletstring _initialURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(