Exhibition

Verified contract

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

No balances found for "Exhibition"

0xa730d8c350ae457e7eed229bdc1f25b6049c4a0e82ab712cbd5e078d500688c4
0x00bae2115e263b5a89497d81952bc10061946cb158189a5e949c012b645fc2b0
0x9352ec6ff0a68a101a0e678d2ccb7f26e271d460a548e604dc881fce02d6a9e9
0x6ed0f8b60d6f227da96757fc2465ebfa69008cd7ac3c64af71bc49e6b4e268a0
From
0xb2f6f832dd4b2d7bbc737cd871661350ac7002cb603d892298c0eaac349c975a
0x5a869f92f7467f4d994bd9827211cf289e918d5b02cd898c8f217d449c74766a
0xe6758c025d15283c792a231fb630997056fa1c619d7602050fdd1b0ab04aa9a2
0x4249248f408861de93719488af4103623124386676f0512298dce04dd050efbf
0xc506ee714210931db9e2d0029a02ae1ba494838c92255fbcbb959d254b14b1db
0x975dadf78f532448b4da22563c2f4f7d95f740d511dea6036aac5247e83bab6d

Functions
Getter at block 21223660
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseUri(view returns (string)
ipfs://
gatewayManager(view returns (address)
0x1bfe7452477accc0188c34b3a4e8e3b15bf671b0
mintingManager(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
Exhibition
owner(view returns (address)
0x071eb3522ad3b9d9cf998622ad41fd8a517dbb4a
totalSupply(view returns (uint256)
20
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 creatoruint256[] tokenIdsstring[] tokenCidsaddress royaltyRecipientuint256 royaltyValue
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_address minter_address gatewayManager_string contractName_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator