Exhibition

Verified contract

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

No balances found for "Exhibition"

0x1cb2f896ed8ddf68b37e68d6fcf95418f72899262d6ed33f282625f24ea1e353
0x4f0f48faba64669aee271d41d61eb0ad19e0bc5142359c41fed2a608bfbd9766
0xfb0689131c36c6bbfdcb16a4e0eebb880be2003e75f89a45533ddc35f3041668
0x8d37ce7f8948adc7533edffab68fda6f9b848cde260267f0d07f1037b75e66cb
0x56a6b59aa9bce3637a48e0bb0a53cfab024eae8fb3375467555446480bb4fb45
0x4ae5d5ea0d8676bac1d735990744c079e8a09ff0bcec3e55c35c3be909cc8b69
From
0xbbaec000ee7cc7fa7062d8fec2e75bdd54f1179276189d55a234f7faa99affb7
0xceec5f22935a949de28d16f7b915465f8e7412f695f8167f5d61878b38ac188b
0x916c24a2a25ef565a0e1e4edaaee1ffafc67e3907d040d1511b479eef22f47f1
0x4439837797f6d8926dedc1c140830b18f5bcc96ec93a9d99614057df314ff062

Functions
Getter at block 21172108
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)
0x6e6ef74909914f9adaeb08a9f6b446d6d99a0e5c
totalSupply(view returns (uint256)
150
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