Exhibition

Verified contract

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

No balances found for "Exhibition"

0x1b9ef53287f217f8a536a674a58256154f3c9c04f3bc981435bb86d83a3a9355
0x3bcda11452511ae15076cd0957736a43fdc93306012e9b181d6a8eff7de0d687
0x4158a6fcd7b429178da22a3312fd851682f5ae28914c6c82fb741e2096b6855f
0xfe4475111f1bc084b824521d16ecfb995be1e0979627e823f53daa6817ac4215
0x35175eedce568da5ed630c63939f95dc4d31e6106044689b50fee037def4ee19
0x51422876f6d9f72e64f4e54f6fb9b99174517261fba7b8b306e79557345102c4
0x1161c3afed8ef0037be694e9b25b73bc54cd38682cc69bea02de0aec10144cc6
0x6891e975020e3401f245fbf3b1c40486eeb1b1f0f5afd5590cec2fc654ef2ad3
0x74399b82d19f5cef41bc02b95794353955466a390396d93ea1c856c7cbba3531
0x41c0746af44442be09e76756b914801f954143a471d0c3004fa9561fe090f282

Functions
Getter at block 21300400
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseUri(view returns (string)
ipfs://
gatewayManager(view returns (address)
0x1bfe7452477accc0188c34b3a4e8e3b15bf671b0
mintingManager(view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name(view returns (string)
Exhibition
owner(view returns (address)
0x162f035fbd5bf34cd376b58122997a5525585daf
totalSupply(view returns (uint256)
333
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