VerbLand

Verified contract

Active on Ethereum with 592 txns
Deployed by via 0x1bcc54fd at 15617467
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $912.06
0x29f89dbf333a82ceb0c358cd4c67b396c5d9077c10ac455c89dd898c34aeee01
0xbf2665c56ec3ee318b41c098e461b17b5598c8899076afa68df5723123707a33
0x0c95d013bc8f20de808d1f3e1cb86e80e6263173adbf50515c99bfa4551f94c0
0x2651a1e8eb94b39b2cb530a2224d2ea2c0a097133c1bab29a7123cdfdd959f1c
0xb93e59a9517842d100bd8606e3cce71e16902db351c729ff0109a0b00a0033e5
0x6fbb7b7c646a9599e166ef97dff37ca59977b05fb626f63c167fc46116c75bfe
0x86dc2a64f425d6c8716777bcbd7267368ca284b7b14560203a2f561228fe99b3
0x1c42ba96cd47c9efa9a173bfaac0ee8221a7b029485f56c21eee734ca6349b56
0x72b25717aa95ff9180e2a82b1694ad4f3585cb0c151e77286fd1597e0e5ecfbe
From
0x0305bf0b46910a0098ffd01746b3ee28dc7584c7052a115742aef071b0c4b453

Functions
Getter at block 21193899
ADDRESS_1(view returns (address)
0xf2cd22c01675f941e866e0ad01088279a935bea6
ADDRESS_2(view returns (address)
0x188a3c584f0de9ee0eabe04316a94a41f0867c0c
MAX_SUPPLY(view returns (uint256)
10000
MINT_LIMIT(view returns (uint256)
150
PUBLIC_PRICE(view returns (uint256)
20000000000000000
RESERVE_SUPPLY(view returns (uint256)
100
TRANSACTION_LIMIT(view returns (uint256)
150
WL_PRICE(view returns (uint256)
20000000000000000
isPresaleActive(view returns (bool)
true
isPublicSaleActive(view returns (bool)
true
name(view returns (string)
VerbLand
owner(view returns (address)
0x772b182c2536fa6aad1c20f2d29e351e4095f57b
symbol(view returns (string)
VERBLAND
totalSupply(view returns (uint256)
798
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
usedDigests(bytes32view returns (bool)
userPurchase(addressview returns (uint256 presaleMinteduint256 freeMinted)
State-modifying
approve(address touint256 tokenId
decreaseSupply(uint256 _maxSupply
devMint(address[] _addressesuint256[] quantities
freeMint(bytes32[] proofuint256 numberOfTokensuint256 maxMint
mint(uint256 numberOfTokensuint64 expireTimebytes sigpayable 
presaleMint(bytes32[] proofuint256 numberOfTokensuint256 maxMintpayable 
renounceOwnership(
reveal(bool revealedstring _baseURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setFreeMintRoot(bytes32 _freemintRoot
setMintLimit(uint256 _mintLimit
setPreSaleRoot(bytes32 _presaleRoot
setPreSaleStatus(
setPresalePrice(uint256 _wlPrice
setPublicPrice(uint256 _publicPrice
setPublicSaleStatus(
setSigner(address _signer
setTransactionLimit(uint256 _transactionLimit
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(