Exhibition

Verified contract

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

No balances found for "Exhibition"

0x15db6d841a1930a2cb50fe84540251ed95658da0c04e8a26a90954ab543adbd1
0xda8fe229196ee0c9b067a5a19323d0eab6dde36b41ec127f30a87f27d56de428
0x72c70f47f9a5e8c6d49350d68a0a9f64eed0dd8e9c6ae1b1092d56f6b9e91573
0x60c29332a2b4a52af607d0a110c43268f89dc84914a3cc52f11942a19a3a13c6
0x6f6d97059038f375866cf6a1ca23bf3ddcc37401fe27e2732ca6fe9312c6612d
0x31049c5f7dabb8bbfcfc3711640a6beab5b788d8376488f37a2c824dc2b4cf9c
0xa1e98126504509e0b566b01fe1a54b67908eca45be277b229a5064f9def70552
0xda841b77b86a688f2101368f30b31cb8a9ed69deebd08e00fbb9fc6db0218d4a
0xa693468fcf1fce80c10230a4ea4b792a043d2d71d6cfd292c320d73d07abd3fc
0xebb5f96862a9ff5cfc12d45bfc580b0cfe5211f53811fe0648b668d4d2fa8e78

Functions
Getter at block 20882019
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)
0x0c192889c5a96fb5a541df829b5233b9df3418e6
totalSupply(view returns (uint256)
161
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