This contract is being backfilled. You may encounter incomplete storage history.

Verse Works

Verified contract

Active on Ethereum with 11,892 txns
Deployed by via 0xd3afdad4 at 16042872
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Verse Works"

0x66a9ba776fdf51f1c2926d94b2d38d89232190c022b08abc0de5fb3e25864d43
0x6fad72f44840d6b454e790f1c116f8c32c3019d93ff960c750fdaf4e5814028b
0x6bc06816c4b195ebfb945c2c153edb5b46d08b69090a106d1376f7ead69a45a4
0xba97fed0cb9d75a237d63676d857469f90a9bed36555a0ae5df2eca8d7b110de
0x567ff3e4613e5d2c997422e58194a67203595b3485a2f118cfd9360e160dc5ad
0x93ac307ad437c3f3055d47b8202e703ed74ff6ca3cfc68e2ebaecfb093166039
0xd83dba66e9cc8ba3a0c252a712a02ef20f19f5a54ef96e4043ac23581b60c421
0x189c53fa18a1f6357aa757c7eb042dfdfd12f95ed146b51c93976add5e02fd03
0xb9c1a38feb73c85177b9ee69f8bf10230dc7f23b6d63b97838a167d99445014a
0x4144e19c55c68598b1ff76a15fd540e5275d3b3ddc8443e8584b79628ddf7f2a

Functions
Getter at block 20797735
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseUri(view returns (string)
https://0prod.infura-ipfs.io/ipfs/
minter(view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name(view returns (string)
Verse Works
owner(view returns (address)
0xd46eb557762ebcdce876ca57040e3caa54836054
totalSupply(view returns (uint256)
11402
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
balances(uint256addressview returns (uint256)
cids(uint256view returns (string)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 tokenIduint256 valueview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 idview returns (string)
State-modifying
_doSafeTransferAcceptanceCheck(address operatoraddress fromaddress touint256 iduint256 amountbytes data
batchMintWithCreator(address toaddress[] creatorsuint256[] tokenIdsstring[] tokenCidsaddress[] royaltyRecipientsuint256[] royaltyValues
mint(address accountuint256 iduint256 amountstring cidaddress royaltyRecipientuint256 royaltyValue
mintBatch(address touint256[] idsuint256[] amountsstring[] tokenCidsaddress[] royaltyRecipientsuint256[] royaltyValues
mintWithCreator(address creatoraddress touint256 tokenIdstring cidaddress royaltyRecipientuint256 royaltyValue
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setCID(uint256 tokenIdstring cid
setMinter(address minter_
setRoyalties(uint256 tokenIdaddress royaltyRecipientuint256 royaltyValue
setURI(string newuri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string uri_address minter_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator