Verse Works

Verified contract

Active on Ethereum with 11,933 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"

0xb17798dfbad07c11966c8dd69718a346b4d3c59b66525a35c0a4ee35e573f06a
0x5f4d68d51771a66455c5d5e90e30e5e1d56c91b9b21df39e3b02c5c16538551f
0x6c8143d8a309fb81fb8428b1eefea7955e0cdafb1a220f408321fb2704045d15
0xbcfb9393e1f9a6712724b92dcfd8923bca8b24b8046b08ac2f69febc8a0537a6
From
0x49ae276004ad9557eabbb0c827c664a9a63011c2948149849f56081d891e6d7c
0x76ff9fc938a2a5adcd7c60e1ca8ad7837f572fdfc466aab3c77eb7e76690656a
0xa255dea491accfce060a55c219dd998f54f404879e235c80946dbd26d6bd497e
0x0d115cd7b10e3bcf7f0c0900e17a79745f7fcf45f43f76432a824060cab72d14
0x0465077c74a4c76aeadad8373fa59be3875a097a3c6ad9b43c6dcafd6f8871b7
0x341e4343c1d6261c44fd7b6b298c8b3850181bde0e43345e9bdbf396ca1e68ab

Functions
Getter at block 21284337
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