Exhibition

Verified contract

Active on Ethereum with 998 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Exhibition"

0x5fd2c01e52ab34dff2b4bfd1b0989294e83254bbc1291047222ce39b4d7c386b
0xc326eeca1059d05c4f6d6aa7f32591cb78c94e5e78c94ac6175082fbb1967625
0x342bf1d41fa01beaf64de22c9c97014b8f26105726fd7102c6aedaf5f0fa40bf
0x006faf0a390579e8b961fed4c78714766685b91d8ee996eca42d02886ca00988
0x44849d2939efc9c72dbd83f3f19310a4ddaaf9b4d0997e29befc3f57e1899f58
0x9bca9cafa89b3d5e0e69369dd070df6e1aa52351fa5b4453e57dece20a6bdb38
0xeaaf62e6b4fae23b49d0442c98850e8340826b162f637662a67ad16fdd936d0e
0x207e503fdd0ee176bd4341999aea7bda14f41bd77124950138c7df522672f4f5
0xa14e87aac006f7d9df725da900483a9babc2a35d7d9abdd91a0f2fea5fe08e92
0x9faec4543dc6f8cbffca5d8100c161ddd524519a6fd05afe6686d66b771aadb4

Functions
Getter at block 21222888
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)
0x4bed1d532b7c7bd148eb43c8473dca3685fd271d
totalSupply(view returns (uint256)
916
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