Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($912.06)
Native
Value
$912.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.3 | $3,040.21 |
$912.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19916385 | 6 months ago | | | 0 | 0.00036743183 | |
| 19081756 | 10 months ago | | | 0 | 0.00044978096 | |
| 18368266 | a year ago | | | 0 | 0.00033591811 | |
| 18196328 | a year ago | | | 0 | 0.00039687144 | |
| 18166925 | a year ago | | | 0 | 0.00033090899 | |
| 18162992 | a year ago | | | 0 | 0.00036330000 | |
| 17334857 | a year ago | | | 0 | 0.0011904936 | |
| 17333094 | a year ago | | | 0 | 0.0012605529 | |
| 16586270 | 2 years ago | | | 0 | 0.0016939329 | |
| 16459267 | 2 years ago | | | 0 | 0.00067692648 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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[])
usedDigests(bytes32) view returns (bool)
userPurchase(address) view returns (uint256 presaleMinted, uint256 freeMinted)
State-modifying
Events approve(address to, uint256 tokenId)
decreaseSupply(uint256 _maxSupply)
devMint(address[] _addresses, uint256[] quantities)
freeMint(bytes32[] proof, uint256 numberOfTokens, uint256 maxMint)
mint(uint256 numberOfTokens, uint64 expireTime, bytes sig) payable
presaleMint(bytes32[] proof, uint256 numberOfTokens, uint256 maxMint) payable
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()