Exhibition

Verified contract

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

No balances found for "Exhibition"

0x26655c4220a7d38b3c3ac3e41db24b097ecb0625d4d5ca4bce7d96396e0f3c97
0x1fc6f1bf39ffc975b03f2b895ac9d00cc8da2e8a7c7f714132a348a5090d8a6f
0x8de287e52c67f8bacd5b55dfef8bd15b3314c05cc66bb4964f7999410bd3cf56
From
0xe092292921130a5036c83dc8135b0a7dd538f6b1dbd41decfd1d2a5fdd8a7f90
0x7a43582c0311c2a92849aac493dcf36539c3342f7cbf605d232e7028ab431fc4
0x4f032d4cb290064586a03b7647caa76968fc552baa0fedef6100a403116c33ae
0xb8ef6e0fe1e2f97a8a0cf7ea9db7364e651ae96fe504a98d0b985c7b094bd3b3
0xfaf5b74e3d6a2e13afd495ca32038286a0e7cb2bc868675665c5e14a0659fb46
0xca8449cb63db94c98616e90b13a13430c836010c835712782d5cb9059b833b30
0x00aa4f826535eed154ae13322700b15e4cdd81ed4ad6aaa34cc1478581b0112d
From

Functions
Getter at block 21219741
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)
0xb7123852cbe6af9e0a7c1dba9aae6ab5084ad2fe
totalSupply(view returns (uint256)
60
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