Wojakians

Verified contract

Active on Ethereum with 9,551 txns
Deployed by via 0x418ee791 at 16147699
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables
 (#2886)
ERC-721
--
0x2a593323ec09887c0abe1d46ce46b87c9177ad84c90ae66b926eb014caad3326
0xf3dc74179987988c7d2d9300b178a5c3e26a22360b7b8d90cd0e8e0d6e10b09e
0x795008a4c57ac5b409666f69348942af4c07d22da385b449791022abb18358c7
0x98188a4ad132b13e8bffe29e0afec5e52137e26ab8ca0c0137a9310bf7324fed
0xb444e1901505b5fc26e73146ce54bb2d04bc72ecb2a6ddd172b3c5301864a11c
0xca7fea6a1da0704cd457c74e8638b72588d20005aa695f314a5ff7b2ead2cd5c
0x610e6046d0f4438f3e3c1db85f4856e0367a15194eb47df8f31baf958ae590f7
0x17d041a4f4f2d349bf89536f687e238433cda346a7468c8a9cfaaedcc138b4f9
0x5bdf4baeccda96e917c6c8f5e1c426e6dd5a5870e050938e678355afc0d7625c
0xfb66879faf6e3b0b82ae9637b894f43a8244b096e5ff4bc416910253ae82e1ae

Functions
Getter at block 20863766
maxMintAmountPerPresaleAccount(view returns (uint64)
10
maxMintAmountPerPublicAccount(view returns (uint64)
100
merkleRoot(view returns (bytes32)
0x4c85577991b9e78682a67546db3ea2163c603a8553a307afc0d32473bd846fc0
name(view returns (string)
Wojakians
owner(view returns (address)
0x66d6b5521255d3f9594924b8b4631c2ab70ecc5d
presaleActive(view returns (bool)
false
presaleCost(view returns (uint256)
400000000000000000
presaleMaxSupply(view returns (uint64)
2000
presaleTotalSupply(view returns (uint64)
27
publicMaxSupply(view returns (uint64)
2000
publicSaleActive(view returns (bool)
true
publicSaleCost(view returns (uint256)
640000000000000000
publicSaleT1Active(view returns (bool)
false
publicSaleT2Active(view returns (bool)
false
publicSaleT3Active(view returns (bool)
false
publicT1MaxSupply(view returns (uint64)
400
publicT1SaleCost(view returns (uint256)
1000000000000000000
publicT1TotalSupply(view returns (uint64)
0
publicT2MaxSupply(view returns (uint64)
300
publicT2SaleCost(view returns (uint256)
2000000000000000000
publicT2TotalSupply(view returns (uint64)
0
publicT3MaxSupply(view returns (uint64)
300
publicT3SaleCost(view returns (uint256)
3000000000000000000
publicT3TotalSupply(view returns (uint64)
0
publicTotalSupply(view returns (uint64)
1308
symbol(view returns (string)
Wojakians
totalMinted(view returns (uint256)
9648
totalSupply(view returns (uint256)
9646
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getPresaleAmountMintedPerAccount(address _ownerview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 _tokenId
buyWith(uint256 _mintAmountaddress _receiver
mintForAddress(uint256 _mintAmountaddress _receiver
presaleMint(bytes32[] _merkleProofuint64 _mintAmountpayable 
publicMint(uint64 _mintAmountpayable 
publicMintT1(uint64 _mintAmountpayable 
publicMintT2(uint64 _mintAmountpayable 
publicMintT3(uint64 _mintAmountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setMaxMintPerPresaleAccount(uint64 _maxMintAmountPerPresaleAccount
setMaxMintPerPublicAccount(uint64 _maxMintAmountPerPublicAccount
setMerkleRoot(bytes32 _merkleRoot
setPresaleActive(bool _state
setPresaleCost(uint256 _presaleCost
setPresaleMaxSupply(uint64 _presaleMaxSupply
setPublicActive(bool _state
setPublicMaxSupply(uint64 _publicMaxSupply
setPublicSaleCost(uint256 _publicSaleCost
setPublicT1SaleCost(uint256 _publicSaleCost
setPublicT2SaleCost(uint256 _publicSaleCost
setPublicT3SaleCost(uint256 _publicSaleCost
setT1Active(bool _state
setT1MaxSupply(uint64 _setT1MaxSupply
setT2Active(bool _state
setT2MaxSupply(uint64 _setT2MaxSupply
setT3Active(bool _state
setT3MaxSupply(uint64 _setT3MaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
withdrawTokens(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(