WZKD

Verified contract

Active on Ethereum with 4,891 txns
Deployed by via 0x630c348e at 14927274
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional variables
Native
Value $0
0x2c0564e9b6ab8bc8561ed956eee870571e70031ac40947c4a18f89a846eab465
0x5c9ff4f6416be4f386271e5cfa4b9f1f7bf738a54bed59f99f238fb39c39f512
0xde9beb33f1d8ffeda98d9c67d817875bff33934fc4fa31b8422560f3b494925f
0x415691070c9b68e1e94ffd9604c0b63b40649620c104b49f7addf57818a67f8e
0xb400a10f0024090d83e634ae726f2fff8298aa615c65c29ce3388a918007f709
0x8f5608f450530ccd701547a1556bd98d68e42c76560bfcaadb39c5954ffdad78
0x234c23fbe296c04dd671ce552d2390d236f838138ceda31c88665b8fe0f0b34d
0x09ad61bd416dccfb32d076c4dabbfd5c52a44eab4e2b3a693bec7cb8d52d7588
0x83743254459464ab5fe06f1550ab88dc2e97abd3322dd4affc9633e5ed6f8938
0x554be5df6b94be9176ef5f7e35aec4d77a69ea23629390079b5d8abf1bd7bdaa

Functions
Getter at block 20953942
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isPrivate(view returns (bool)
false
isPublic(view returns (bool)
true
merkleRoot(view returns (bytes32)
0xd2c815c71d90e091c300fafdd7d9b686550ffdea5a110574ce2efb27557e43ed
name(view returns (string)
WZKD
owner(view returns (address)
0x9b0c5c21ba4d452934ad4c1cb314fbcfca132c7a
paused(view returns (bool)
false
price(view returns (uint256)
48000000000000000
requireAllowlist(view returns (bool)
true
symbol(view returns (string)
WZKD
totalReleased(view returns (uint256)
174696000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
4321
wlPrice(view returns (uint256)
48000000000000000
Read-only
_payees(uint256view returns (address)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAllowed(bytes32[] _proofaddress _addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address walletuint256 amount
approve(address touint256 tokenId
claim(
freeMint(uint256 amount
grantRole(bytes32 roleaddress account
privateMint(uint256 amountbytes32[] _proofpayable 
publicMint(uint256 amountpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApeLiquidContract(address value
setApeLiquidWallet(address value
setApprovalForAll(address operatorbool approved
setMaxPrivateMint(uint256 amount
setMaxPublicMint(uint256 amount
setMaxSupply(uint256 amount
setMerkleRoot(bytes32 root
setPrice(uint256 amount
setPrivate(bool value
setPublic(bool value
setRequireAllowlist(bool value
setTokenURI(string uri_
setWlPrice(uint256 amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string tokenURI_
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(