Exhibition

Verified contract

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

No balances found for "Exhibition"

0xcd69bdfcdee5c7e92d20e0ac19c2981cbd59e0ae554ab78ca95d7af2be3aade4
0x4edefe21d10c4a9404786be03d1e484b1a9308a501be78fbf2877721b4aee7c5
0xf075b633e0f3430ffa1cf7b5ccf4185e298776a68137e0aa2de91652e8bef113
0x80120564d46a3db6f282357034e74afe2c58cf321e935db071363b8a2b3d20f4
0xf8c74114dc7b745513974102d3af2c3e8550cfd9c7f61a49ad66ef749dbe01ba
0x726e0136daf7c94fceda1e757a61fc9ff4ed5f6a41e72666ac50ca331d3e07ee
0x4bdf32fa69a18384c2bec0288bc3846e19072d214c67c084ffbae970a991c012
0x9cfb2e5e5be36c82c8138cea1a9949f58a2858c4989083265d93ffe8237c84d1
0xe664579beac8de4031200489cb3e02385a4873c12b41f4272c6c1d5c80661e92
0x7f9a4c85238d6794c98090097c011c59ecabb4525037262c89b7f98a397dafa1

Functions
Getter at block 21410541
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)
0x3f50c925e19a4c145378553a2e3e1d55bf554cf5
totalSupply(view returns (uint256)
64
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