Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Verb"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17967527 | a year ago | | | 0 | 0.00090773281 | |
| 16554499 | 2 years ago | | | 0 | 0.00084782941 | |
| 16257540 | 2 years ago | | | 0 | 0.00055568377 | |
| 15783384 | 2 years ago | | | 0 | 0.0011491192 | |
| 15683078 | 2 years ago | | | 0 | 0.0016870014 | |
| 15609840 | 2 years ago | | | 0 | 0.00013114744 | |
| 15466040 | 2 years ago | | | 0 | 0.00051481290 | |
| 15466002 | 2 years ago | | | 0 | 0.00016430407 | |
| 15466001 | 2 years ago | | | 0 | 0.00026433650 | |
| 15401601 | 2 years ago | | | 0 | 0.00016879535 |
ABI
ABI objects
Getter at block 21428760
ADDRESS_1() view returns (address)
0x7badc616fb80d3937677f9c2a4bf837dea2af8ec
ADDRESS_2() view returns (address)
0x188a3c584f0de9ee0eabe04316a94a41f0867c0c
DUTCH_MINT_LIMIT() view returns (uint256)
3
DUTCH_SUPPLY() view returns (uint256)
5100
LAST_PRICE_DA() view returns (uint256)
100000000000000000
MAX_SUPPLY() view returns (uint256)
7500
MINT_LIMIT() view returns (uint256)
5
PRESALE_MINT_LIMIT() view returns (uint256)
1
RESERVE_SUPPLY() view returns (uint256)
400
currentDAPrice() view returns (uint256)
100000000000000000
dutchAuctionEndTime() view returns (uint256)
1652641200
dutchAuctionStartTime() view returns (uint256)
1652630400
dutchMints() view returns (uint256)
113
isDutchAuctionActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
name() view returns (string)
Verb
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x95d9f3484284b06a6d844bb3900d2901e88e4727
presaleStartTime() view returns (uint256)
95692420831
publicSaleStartTime() view returns (uint256)
95787115231
refundAmount() view returns (uint256)
0
refundEndTime() view returns (uint256)
1652875810
symbol() view returns (string)
VERB
totalSupply() view returns (uint256)
680
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
usedDigests(bytes32) view returns (bool)
userPurchase(address) view returns (uint256 dutchSpent, uint256 dutchMinted, uint256 presaleMinted, bool claimed)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
dutchMint(uint256 numberOfTokens) payable
dutchRefund()
mint(uint256 numberOfTokens, uint64 expireTime, bytes sig) payable
presaleMint(bytes32[] proof) 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)
setPreSaleRoot(bytes32 _presaleRoot)
setSigner(address _signer)
setTimestamps(uint256 _dutchAuctionStartTime, uint256 _presaleStartTime, uint256 _publicSaleStartTime, uint256 _refundEndTime)
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(uint256 _dutchAuctionStartTime, uint256 _presaleStartTime, uint256 _publicSaleStartTime, uint256 _refundEndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.