Exhibition

Verified contract

Active on Ethereum with 570 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"

0xc2eaf3b87fd12220704403557e60021d16be3777ac36c7289edbcd0ce1239efc
0x92cea87c1e35457394bf25f3c1a454b32972497c4e2024019eebc777e81aea1a
0x4ccf350279a7de7b3ff178212f38198073bad1e011b2bcd68aaf94717d0bed54
0x26e221aeaa1d71993dbd1dd400541e32e71df7d35deff6936821278fef78208f
0xf1dc4c2a0d6aaaa41ed5136f2db994e9d831f8fb7313c56a68fd26eff6601bf4
0xecb131914b2f0d691974388b17c0cbe79ae36b9e081f461f4141d92c2bfcab02
0xcbda55b49ccabb5a3ecb28af62a09855a841f9e4c45b99a5f7e0fcb419428aff
0xb7309ec0c3364541f1bc1070eac49218e1ae4ab07d0a865c52fc8d6e7a305739
0xee85d4bf13684016352730ba56c3c68074ca4df58a1041d42a59f5f941767c7a
0x61a08b41585d59ddd97f3437d03e3b701136edb55c3f6e82cd230280db006e18

Functions
Getter at block 21398182
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