Virtue Founders Pass
Verified contract
Active on
Ethereum with 1,512 txns
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 "Virtue Founders Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20961779 | 2 months ago | | | 0 | 0.00056013524 | |
| 20685236 | 3 months ago | | | 0 | 0.00018562118 | |
| 20524190 | 4 months ago | | | 0 | 0.000057674421 | |
| 20287474 | 5 months ago | | | 0 | 0.00010682126 | |
| 20150287 | 5 months ago | | | 0 | 0.000076880417 | |
| 19632943 | 8 months ago | | | 0 | 0.00085564875 | |
| 19167655 | 10 months ago | | | 0 | 0.0017351402 | |
| 19104893 | 10 months ago | | | 0 | 0.00069792209 | |
| 19019914 | 10 months ago | | | 0 | 0.0019849671 | |
| 18947611 | a year ago | | | 0 | 0.00029636673 |
ABI
ABI objects
Getter at block 21306861
contractURI() view returns (string)
ipfs://QmTbVy4g7rRwRSXLQpwQgbCMefr68GTKXCWquqnpAheZBo
merkleRoot() view returns (bytes32)
0x632e69dd4516dea134cae5f6b25902f8613252579dd99ea40c71837854d9308e
name() view returns (string)
Virtue Founders Pass
owner() view returns (address)
0x51a5ca02aa359355b230c6707e640fc6bb811c37
passURI() view returns (string)
ipfs://QmYHSn9umhidFk1DhXWudc1sethPQ1yBY65yo4ck42wrnR
symbol() view returns (string)
VFP
totalSupply() view returns (uint256)
500
whitelistURI() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintAdmin(uint256 _quantity)
mintWhitelist(bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setURIs(string _contractURI, string _passURI)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()