Exhibition

Verified contract

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

No balances found for "Exhibition"

0xf428e096c9ea9de46c3a93f3ec5858ce974577c5ed873518c2c9989cd912d6c9
0x3dcc1305e6cbc294a9c94335f4d2aaa9f1e16b1a0b1c4860be7bedb864fe23b8
0x06cf51e33d5bf624c901e349f0129e015897f7bd701f3fd758eadedcba73ea61
0xab616166c31ba2ac88ae7b7109d4dbad546e535d85895ab2877807bac24994ce
0x989d9aa8d7e74654c20f89736abbdad870f5138867603672cc8ff3f6b2c40f73
0x8aff81820c3a9069077fc8fafa1f6325a5ac3b58530d0b666ccc8e6e533629d5
0xa67018acf5ccf5eb8fa298ecb87a4e8fbe5b1c2b1933bbd6a8b8e807798bbc12
0x345e39a738e56ed6fb796e0ebb69a32448906acf23c3dede533b5bd991fc783c
0xd1aacc46040e52dd868ee3b5adc77a20c4f6e01ddcd698edc0140ec649250edf
0x0132441e4389973955220d551918a6021d2342018678ca95e9522d38ed1763db

Functions
Getter at block 21091007
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)
0x4edb333cac62ffff94e1ab17365747465d9f962f
totalSupply(view returns (uint256)
133
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