Vigilante
Verified contract
Active on
Ethereum with 935 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Vigilante"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20329398 | 4 months ago | | | 0 | 0.00028333604 | |
| 19654973 | 7 months ago | | | 0 | 0.00069648184 | |
| 19599407 | 8 months ago | | | 0 | 0.00072866593 | |
| 19438322 | 8 months ago | | | 0 | 0.0018961121 | |
| 19438321 | 8 months ago | | | 0 | 0.0019827758 | |
| 19438320 | 8 months ago | | | 0 | 0.0020085904 | |
| 19144292 | 10 months ago | | | 0 | 0.0012999675 | |
| 18908223 | a year ago | | | 0 | 0.00031094680 | |
| 18908207 | a year ago | | | 0 | 0.00059792261 | |
| 18760720 | a year ago | | | 0 | 0.0010378973 |
ABI
ABI objects
Getter at block 21260371
AUCTION_DROP_INTERVAL() view returns (uint256)
900
AUCTION_DROP_PER_STEP() view returns (uint256)
39583333333333333
AUCTION_END_PRICE() view returns (uint256)
100000000000000000
AUCTION_PRICE_CURVE_LENGTH() view returns (uint256)
43200
AUCTION_START_PRICE() view returns (uint256)
2000000000000000000
amountForAuctionAndDev() view returns (uint256)
3777
amountForDevs() view returns (uint256)
677
getAuctionPrice() view returns (uint256)
2000000000000000000
maxPerAddressDuringMint() view returns (uint256)
420
name() view returns (string)
Vigilante
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x2f55ff71c9e5bdf2ba477f09f425f89f417e14b1
provenanceHash() view returns (string)
QmNQa5Vjf6hXfWZN1yFBd33VidHw1VFZdG7iyLMBVQSaA4
s_requestId() view returns (uint256)
11174989092656740471001432621930316696622270717134035570970458601047500313246
saleConfig() view returns (uint32 auctionSaleStartTime, uint32 publicSaleStartTime, uint64 mintlistPrice, uint64 publicPrice)
(auctionSaleStartTime=0, publicSaleStartTime=1654820000, mintlistPrice=0, publicPrice=100000000000000000)
state() view returns (string)
Metadata Revealed
symbol() view returns (string)
Vigilante
totalSupply() view returns (uint256)
1519
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
s_randomWords(uint256) view returns (uint256)
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)
State-modifying
Events allowlistMint() payable
approve(address to, uint256 tokenId)
auctionMint(uint256 quantity) payable
devMint(uint256 quantity)
endAllowlistMintAndStartAuction(uint32 timestamp, uint256 start_priceWEI, uint256 end_priceWEI, uint256 auction_durationSec, uint256 drop_freqSec)
endAuctionAndStartPublicMint(uint64 publicPriceWei, uint32 publicSaleStartTime)
publicSaleMint(uint256 quantity) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setProvenanceHash(string hash)
startAllowlistMint(uint64 mintlistPriceWei)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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 maxBatchSize_, uint256 collectionSize_, uint256 amountForAuctionAndDev_, uint256 amountForDevs_, uint64 subscriptionId)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)