MarketCollection

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xa96e147b at 10838639
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MarketCollection"

No transactions found for "MarketCollection"


Functions
Getter at block 22922195
contractURI(view returns (string)
/8453/0x4946dc92f8c8463ab6e4e714742dd13f6e6d80a6
name(view returns (string)
owner(view returns (address result)
0x000000000000b03943bc5083d5516fea9f20fb71
Read-only
balanceOf(address owneruint256 idview returns (uint256 result)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
isApprovedForAll(address owneraddress operatorview returns (bool result)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 idview returns (string)
State-modifying
burn(address fromuint256 iduint256 amount
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(string name_string contractBaseURI_
mint(address touint256 id
mintNewMedia(address creatorstring tokenURIreturns (uint256 id)
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool isApproved
transferOwnership(address newOwnerpayable 
updateContractURI(
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
ContractBaseURI(string contractBaseURI
ContractURIUpdated(
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountBalanceOverflow(
AlreadyInitialized(
ArrayLengthsMismatch(
InsufficientBalance(
InvalidCreator(
InvalidToken(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotOwnerNorApproved(
StringsInsufficientHexLength(uint256 valueuint256 length
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(
Unauthorized(
UpdateCalledTooSoon(