VLVT Collective

Verified contract

Proxy

Active on Ethereum with 1,604 txns
Deployed by via 0x5ce9a63c at 17057606
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 6 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 3 additional slots

No balances found for "VLVT Collective"

0x418115b032389793eb158cc0e3846abbcbf1dcf3e1744b00b969648f498d2d5d
0x973acf2cbd1ca7e00a6b814ccccea8afe60467d1c4b2bb8fc4c5e7a05e2a459d
0xe4b5593a9e8804f58815ea0ff7b2d8e7be200f8de431db717e53239bc6f1183e
0x0018ba7a73370c189b8ee682d4d0648e61fcbdba2da48170295dd55959c3bd5f
0x5e1ff1f1c1542883e9f9458ec3a7ec04efbc6d567dad149fe6769153966d38b7
0xc9fe24610c90dd7fab68456a0b317a4443aa0a6948d43085a22172330a4bff31
0xbaa4feac145be35eab3888fd3f33eb2ad03625739c6f64c7f5efee580dc7e4f3
0x626092ce8d624cf8ae2e59f6c3fe8663f87b1dcbbfea7e23cdbebd27651b6542
0x34476042c6e9eb966f7563c5a4ec3a0436961b82ed0228c5ac06cac693378cd6
0x3328bde9a83360a67ea32cfde2ecebfa18e8e992d433a136efc734edde1fba3a

Functions
Getter at block 20880264
 
facetAddresses(view returns (address[] facetAddresses_)
 
facets(view returns (struct IDiamondLoupeFacet[] facets_)
name(view returns (string)
VLVT Collective
owner(view returns (address result)
0xe28e27239d891762024863d40a19338da8559792
symbol(view returns (string)
VLVT
totalSupply(view returns (uint256)
1111
treasury(view returns (address)
0xe28e27239d891762024863d40a19338da8559792
Read-only
balanceOf(address ownerview returns (uint256)
facetAddress(bytes4 _functionSelectorview returns (address facetAddress_)
facetFunctionSelectors(address _facetview returns (bytes4[] _facetFunctionSelectors)
getApp(bytes32 nameview returns (struct INiftyKitAppRegistryApp)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
rolesOf(address userview returns (uint256 roles)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
_initialize(address owner_string name_string symbol_address royalty_uint16 royaltyBps_
approve(address operatoruint256 tokenIdpayable 
grantRoles(address useruint256 rolespayable 
installApp(bytes32 name
installApp(bytes32 namebytes data
removeApp(bytes32 name
removeApp(bytes32 namebytes data
renounceOwnership(payable 
renounceRoles(uint256 rolespayable 
revokeRoles(address useruint256 rolespayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setTreasury(address newTreasury
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address owneraddress treasuryaddress royaltyuint16 royaltyBpsstring namestring symbolbytes32[] apps
Fallback and receive
fallback(
receive(
Errors
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(