Project: VERSES

Verified contract

Proxy

Active on Ethereum with 109 txns
Deployed by via 0xb621cea1 at 16234411
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot

No balances found for "Project: VERSES"

0x112874b364d9193984396faa5e87cdb08aefa5228feb0e32d94514ace8758c3d
0xae3d51eb9642d3c19609bb10363a63e591083b70caf6eb5dbeac1810c2e54efa
0x25155888d332a5ae807486c962f3879b820ef1157b6b670b27a9fbdedd01f0e4
0xbae5ea3107a91679e90ea4d7bed04e65e81fe871ae970152ed9e20d7b31e07d7
0xf54027607d06b000676cb70ef281eafc8f55928e9ea5036cfa3b2bc7a6f12a93
0xe183ec35e0f2715384c9093463fd1ed4d767ca0cfe52e320da7152b4828abada
0xfa4a3c76567ccd32dec8e1174323775a16547dfd7eb2546468fbf80b50833028
0xd94d6bfd161045db3eb4610d2c535d81c5f04b07fc7ff61a2d34260a8a482832
0xfb014e34d558c3055e464988313258b2f9708303d7908376674c2c4b800658f9
0xa6b0912bf539fb759b240f2b8e3d8989ccb5f0db78db8e0549e66ccb41debcff

Functions
Getter at block 20902907
implementation(pure returns (address)
0xe880d8577a001e1bf3b60a709875788fe9e60a7f
config(view returns (address signeruint32 maxSupplyuint32 reserveAmountuint16 maxPerAddressuint8 statusbool revealedbool offsetEnabledbool operatorFilterEnableduint120 privatePriceuint120 publicPrice)
(signer=0x90a01a56ad1fa8f2f5053f11a6968c7fcb63d91e, maxSupply=250, reserveAmount=1, maxPerAddress=2, status=1, revealed=true, offsetEnabled=true, operatorFilterEnabled=false, privatePrice=60000000000000000, publicPrice=60000000000000000)
name(view returns (string)
Project: VERSES
owner(view returns (address)
0xdc1fa7fd597dd4d6d9b352004a006e6bae141adc
provenanceHash(view returns (string)
0xa23e56679b94946355f1593e5b923f75abebd036593b6a4099dcc59864643df8
symbol(view returns (string)
VRSS
tokenOffset(view returns (uint256)
33
totalReleased(view returns (uint256)
4800000000000000000
totalShares(view returns (uint256)
100000
totalSupply(view returns (uint256)
81
uri(view returns (string)
ipfs://Qme4aiSbGLrWQDX6vUCkZVBTaidjbMcL823aopUfJoAzco/
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address operatoruint256 tokenId
commitMetadata(
initialize(uint256 _noncebytes _signatureaddress[] _payeesuint256[] _sharesstring _namestring _symbolstring _uristring _provenanceHashstruct StructERC721_V1Config _config
privateMint(uint256 amountbytes signaturepayable 
publicMint(uint256 amountpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setConfig(struct StructERC721_V1Config _configpayable 
setOffset(bool useVRFpayable 
setProvenanceHash(string _provenanceHashpayable 
setRevealed(bool _revealedstring _uripayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(bytes data
Fallback and receive
fallback(
receive(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
StructERC721_CollectionNotRevealed(
StructERC721_ExceedsMaxPerAddress(
StructERC721_FunctionLocked(
StructERC721_InsufficientSupply(
StructERC721_InvalidMintStatus(
StructERC721_InvalidSignature(
StructERC721_InvalidTransactionValue(
StructERC721_NoContractMinting(
StructERC721_ProvenanceHashNotSet(
StructERC721_TokenOffsetAlreadySet(
StructERC721_TokenOffsetDisabled(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(