ReceiptERC1155

Verified contract

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

No balances found for "ReceiptERC1155"

0xe8f4256acc104c2fefbe0825c3c026a34a8ddb94130ffbeac1d2342768f941af
0x3ae8aae181ec4eed6358ed6e8c9985be528f4e47abb5399b03a1ae13b6c1f1c3
0x18b77cead2ea31f5b6963557ce9d9574dd3ad0e4c6794bb0884dc58fa3a478d6
0xd5b88491df644665e88cf50217514ce371bbdab7e95bbc56daa0861e9f4a9fc4
0x9bae7d40f2800934c985d05e3db97ea204e583b234a83cb650724a5976251590
0xa2b72d953eececd9d18c432ed60d403e4c8c2edffed3d3cfb126fae535fe3b96
0x61b860883c4daa6e2181a0b26fc2dd2c0669251cb0437da21c5075ed514e828d
0xe734742908a1a5c5c932ad30a0e95c1e08201f59c535924dd9cdcbd8537ff752

Functions
Getter at block 22760265
contractURI(view returns (string)
{"name":"Ump DEGEN Wassie Stickers","description":"Own a future piece of cryptocurrency history by being one of the first people to make a purchase using UMP.","image":"ipfs://bafkreiba6dj2x5pkmuimcivbyymlbyc422iylip2bymxphtpgtfo4huin4","external_link":"x.com/ump_eth"}
owner(view returns (address)
0x9b7a78f673678b247a3808496786dd16c61cdb32
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getTokenMetadata(uint256 tokenIdview returns (struct ReceiptERC1155TokenMetadata)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
changeOwnership(address newOwner
mint(address accountuint256 iduint256 amountbytes data
mintBatch(address touint256[] idsuint256[] amountsbytes data
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setContractURI(string newURI
setTokenMetadata(uint256 tokenIdstring namestring descriptionstring imagestring termsOfServicestring[] supplementalImages
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractURIUpdated(string newURI
OwnershipChanged(address indexed previousOwneraddress indexed newOwner
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 contractURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account