Exhibition

Verified contract

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

No balances found for "Exhibition"

0x1383b9e4c813eb52a6b06618372be5effb8056ffe8acb9ecb4c7b5b0fc33262d
0xb773a7e3ba766bf5457f96cc2cecbaec1289761ad5bd1f2bf0cbd47f408ed6f9
0x8025beeca54e4f53e4cb54529ae7d556995615954a7052c99f887598375b1ed2
0x8cf5c159f572409e5acf7766b81830269817ebfd899b0ac4aa284838f332bd88
0xc449ea9141d9477161a630ab137c3226a249441bd0cf6665755b04193dc4eb35
0xe85fa34ad28f05b68c89a966bfdaf545019642746f4019eaa6eae1977c1b6cd6
0xf539e45eb91cef47def7d6fded5424bb1935032ba6548ddc03361db35d2d0e53
0x67eeea945baaa41999143e01790772132b7498204756f33349e7cedb737c3021
0x280d4360a4f57f1d14606950cf0d97ae03eed2f88b68d483b1e31cb1e5baf2ab
0x4490c986abd74bfa728b4c69dba34a9b180b9b9f32c3e03d77f3ab8d20ca03a6

Functions
Getter at block 20888077
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)
0x101419e2d84470d900c41b86974b5912c92f01fe
totalSupply(view returns (uint256)
100
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