Woodlanderz
Verified contract
Active on
Ethereum with 902 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Woodlanderz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20220209 | 5 months ago | | | 0 | 0.00040124859 | |
| 19343616 | 9 months ago | | | 0 | 0.0023993611 | |
| 18869511 | a year ago | | | 0 | 0.00078796553 | |
| 18351137 | a year ago | | | 0 | 0.00024446489 | |
| 17867542 | a year ago | | | 0 | 0.00083096558 | |
| 17765708 | a year ago | | | 0 | 0.0013199390 | |
| 17569629 | a year ago | | | 0 | 0.00062150400 | |
| 17569624 | a year ago | | | 0 | 0.00062150400 | |
| 17473447 | a year ago | | | 0 | 0.00060232801 | |
| 17375432 | 2 years ago | | | 0 | 0.0018243896 |
ABI
ABI objects
Getter at block 21324584
MAX_SUPPLY() view returns (uint256)
7777
MAX_VAULT_MINT() view returns (uint256)
77
baseTokenURI() view returns (string)
https://nftstorage.link/ipfs/bafybeidi24txlgmeofqt5cxg7d5uu7fquio5p4db67og4yzlz4n7zt6vsq/
isHolderFreeMint() view returns (bool)
false
isPaused() view returns (bool)
true
isPresaled() view returns (bool)
true
isPublicMint() view returns (bool)
false
isRevealed() view returns (bool)
true
name() view returns (string)
Woodlanderz
owner() view returns (address)
0xc68818562fd2a759117a0addd351f12889241aca
settings() view returns (uint256 whitelist1Price, uint256 whitelist2Price, uint256 whitelist3Price, uint256 whitelist1MaxCount, uint256 whitelist2MaxCount, uint256 whitelist3MaxCount, uint256 publicPrice, uint256 publicMaxCount, uint256 holderRatio)
(whitelist1Price=25000000000000000, whitelist2Price=20000000000000000, whitelist3Price=0, whitelist1MaxCount=2, whitelist2MaxCount=3, whitelist3MaxCount=112, publicPrice=25000000000000000, publicMaxCount=3, holderRatio=1)
signers() view returns (address signerAddress1, address signerAddress2, address signerAddress3, address signerAddress4)
(signerAddress1=0x00f8fd86805c3c55379aac4c7c93f1d2965f74f7, signerAddress2=0xdad48e668b4edf8045a6ae0b2c09ad35279e3e51, signerAddress3=0xd5ce22a4995e694a41a7c1b0678f803d98cc7673, signerAddress4=0x5ef55acd6097760c2bea1caaacd55570175a79ef)
symbol() view returns (string)
WDLZ
totalSupply() view returns (uint256)
600
unrevealedTokenURI() view returns (string)
https://woodlanderz.mypinata.cloud/ipfs/QmbKDUgjpmVvgRqDf3UUPq59VvPgpMA1A4h7z1F5fZEc6s/
vaultMinted() view returns (uint256)
77
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeHolderAddresses(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
holderMint(bytes signature)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string baseURI)
setPlaceholderTokenUri(string unrevealedURI)
setRevealed()
setSettings(uint256 _whitelist1Price, uint256 _whitelist2Price, uint256 _whitelist3Price, uint256 _whitelist1MaxCount, uint256 _whitelist2MaxCount, uint256 _whitelist3MaxCount, uint256 _publicPrice, uint256 _publicMaxCount, uint256 _holderRatio)
setSigners(address _signerAddress1, address _signerAddress2, address _signerAddress3, address _signerAddress4)
toggleHolderFreeMint()
togglePause()
togglePresale()
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
vaultMint(uint256 quantity, address receiver)
whitelist1Mint(uint256 quantity, bytes signature) payable
whitelist2Mint(uint256 quantity, bytes signature) payable
whitelist3Mint(uint256 quantity, bytes signature) payable
withdraw(uint256 amountPercent, address receiver)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()