Verse Works v0.3.0

Verified contract

Active on Ethereum with 757 txns
Deployed by via 0xa2780733 at 16238469
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Verse Works v0.3.0"

0x6dd90542d298c370c30f3c02f83259e6f6b3b91f7afe8a9590812858f327be0d
0xcaa22e4bee2abd33825f6d51c5940beff0af5726eff13e3bc22ec13df0573b3f
0x20707d7830b760555fa33c0d9a7c44901ace332a4d7cb2f739dcfdd331c4af34
0xc6cdea9f3fced3b1215804b91c1c65fe3f9317cf63b0061e5f28959872da11d4
0x739f4ad8e9e625927ff7ffd9aa93ea851e078c3af8975f92b1fd5ae1ee420c4c
0x1deff378aadcfc78770d908b8a695807ccc49d2541cfb1bc4f3580f5b692d598
0x531de9b52c712896a56c09be47697adc182aab09aecc2f794f67e745d795aee7
0x236bf26a75b6701f1d1d24e6883b12cfbda8d4c4c95b8ea41ecfababe5b9468e
0x796c645ea062ab5ff2ff9a89215b8418872f23ae5464f3d98c8b963bb740a094
0x83ee731ab63bf4c5a385d77b3c252e48e73c14d37fbc6bc761baceeb9097247c

Functions
Getter at block 21229702
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseUri(view returns (string)
https://0p.infura-ipfs.io/ipfs/
gatewayManager(view returns (address)
0x1bfe7452477accc0188c34b3a4e8e3b15bf671b0
mintingManager(view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name(view returns (string)
Verse Works v0.3.0
owner(view returns (address)
0xb9d986224fa704d3c8217a1301081a3c721b35bd
totalSupply(view returns (uint256)
804
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
setCIDs(uint256[] tokenIdsstring[] cids_
setGatewayManager(address gatewayManager_
setMintingManager(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_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator