Exhibition

Verified contract

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

No balances found for "Exhibition"

0x2fb9dc2bf3fe94def9e9c875d43db43ddb8b5864a399c0c3dd805e93d0aa6049
0x2744cdf05bbf916399ec375585d74dea557b35502b364ed3ffefe7dfb1a2966d
0x424d8c0e027b16f793dabe9535dc863fbeced370a57db583f3315ff841deb6b7
0x1a3584373a89c79eb37d09e7e7915169b12c002ecbf37ad1f8ec28222f077c89
0xef4a48c6e26036d99d35c9d18de05fbf4bc9755b6a8a19de8e7103287d02c4c3
0xb1231de993abd0f42b75f441125abea93afb890cb14f990d1824007c20475a6f
0xc4236d75bda43cce0bba2934c449bf57099f33cbc82d45ecd5c99079921246cb
0x6440e255a7ddf7a1c081a7eb1be0126ede0a3e36033ca4a89467bff7cccf4068
0x6307a4c24c6b13b4508421fed10a64b7fa5f0415e9fecbb192b022bcc8f4e276
0x8931a6f29197761d9340f79772d2c27faf1534cba3f36c553b80ff18800fa937

Functions
Getter at block 20872136
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)
0xc8ce3bd5bbf44df44fa087ed929304cc44ad848a
totalSupply(view returns (uint256)
800
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