Hotchpotch
Verified contract
Active on
Ethereum with 104 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hotchpotch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20188232 | 6 months ago | | | 0 | 0.00014392898 | |
| 19785299 | 7 months ago | | | 0 | 0.00026053238 | |
| 19785258 | 7 months ago | | | 0 | 0.00032895695 | |
| 18054035 | a year ago | | | 0 | 0.00059353039 | |
| 18054025 | a year ago | | | 0 | 0.00059989233 | |
| 18044513 | a year ago | | | 0 | 0.00062404369 | |
| 18006258 | a year ago | | | 0 | 0.00076746823 | |
| 18006255 | a year ago | | | 0 | 0.00080717677 | |
| 18005848 | a year ago | | | 0 | 0.00082267460 | |
| 17577739 | a year ago | | | 0 | 0.00083149811 |
ABI
ABI objects
Getter at block 21392891
baseMetadataURI() view returns (string)
https://static.m1nm1n.xyz/hotchpotch/metadata/
defaultPercentageBasisPoints() view returns (uint96)
1000
defaultRoyaltiesReceipientAddress() view returns (address)
0xdc10f29d2f606b5f973ff90c68c624f62a6b14b9
name() view returns (string)
Hotchpotch
owner() view returns (address)
0xdc10f29d2f606b5f973ff90c68c624f62a6b14b9
symbol() view returns (string)
HOTCHPOTCH
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRaribleV2Royalties(uint256) view returns (struct LibPartPart[])
isApprovedForAll(address account, address operator) view returns (bool)
minters(address) view returns (bool)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 amount)
mint(address to, uint256 id, uint256 amount, bytes data)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseMetadataURI(string _baseMetadataURI)
setDefaultPercentageBasisPoints(uint96 _defaultPercentageBasisPoints)
setDefaultRoyaltiesReceipientAddress(address _defaultRoyaltiesReceipientAddress)
setMinter(address _minter, bool _value)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
SetMinter(address indexed minter, bool value)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _baseMetadataURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.