Project Vendetta
Verified contract
Active on
Ethereum with 463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Project Vendetta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20700812 | 3 months ago | | | 0 | 0.00014726963 | |
| 20652187 | 3 months ago | | | 0 | 0.000043514575 | |
| 20010931 | 6 months ago | | | 0 | 0.00045492523 | |
| 19915929 | 6 months ago | | | 0 | 0.00082042179 | |
| 19910134 | 6 months ago | | | 0 | 0.00022973434 | |
| 19827363 | 7 months ago | | | 0 | 0.00042827271 | |
| 19820239 | 7 months ago | | | 0 | 0.00034148925 | |
| 19815632 | 7 months ago | | | 0 | 0.00025114105 | |
| 19733543 | 7 months ago | | | 0 | 0.0013450966 | |
| 19621582 | 8 months ago | | | 0 | 0.0010855104 |
ABI
ABI objects
Getter at block 21279494
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxFreePurchase() view returns (uint256)
1
maxPublicMints() view returns (uint256)
333
maxPurchase() view returns (uint256)
2
maxSupply() view returns (uint256)
333
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Project Vendetta
owner() view returns (address)
0x13ede5b6f7d3da059ae4b6c7ad0a8c254c70f6ca
publicMints() view returns (uint256)
154
saleIsActive() view returns (bool)
true
symbol() view returns (string)
QSPY
totalReleased() view returns (uint256)
1540000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
333
Read-only
OnWhiteList(address walletaddr) view returns (bool)
_payees(uint256) view returns (address)
addressesThatMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freelist(address) view returns (uint256 presalemints, bool exists)
getApproved(uint256 tokenId) view returns (address)
getWalletOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events addToFreeList(address[] newWalletaddr)
approve(address operator, uint256 tokenId)
claim()
freelistMint(uint256 numberOfTokens) payable
mint(uint256 _count) payable
ownerMint(address _to, uint256 _count)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPublicMints(uint256 _maxPublicMints)
setMaxPurchase(uint256 _maxPurchase)
setMintPrice(uint256 _mintPrice)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()