Project プルプル: Elemental Jani
Unverified contract
Proxy
Active on
Base with 1,350 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Project プルプル: Elemental Jani"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22003137 | 2 hours ago | | | 0 | 1.6109280e-7 | |
| 21967936 | a day ago | | | 0 | 1.3263044e-7 | |
| 21967243 | a day ago | | | 0 | 0.000000070438277136 | |
| 21955583 | a day ago | | | 0 | 0.000000088629658872 | |
| 21951875 | a day ago | | | 0 | 1.5791800e-7 | |
| 21939756 | 2 days ago | | | 0 | 1.8425420e-7 | |
| 21939745 | 2 days ago | | | 0 | 1.8425420e-7 | |
| 21939731 | 2 days ago | | | 0 | 1.8425420e-7 | |
| 21939718 | 2 days ago | | | 0 | 1.8425420e-7 | |
| 21939703 | 2 days ago | | | 0 | 1.8425420e-7 |
ABI
ABI objects
Getter at block 22006949 contractURI() view returns (string) description() view returns (string) getAllEditions() view returns (struct MintERC1155Edition[]) getPercentChances() view returns (uint256[])
MINTER() view returns (address)
0xa0662ffb7764cf43f8a555f313479e6f18cf9eec
VERSION() pure returns (string)
1.2.0
bannerURI() view returns (string)
imageURI() view returns (string)
ipfs://QmNUj9dZ49R3Bm4BrWC2WLPx7CbEY7MswHPHDByqqWFMB7
name() view returns (string)
Project プルプル: Elemental Jani
owner() view returns (address)
0x174115929c0ea323dcba769de18398404cce017d
totalEditions() view returns (uint256)
13
totalSupply() view returns (uint256)
33606
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
editions(uint256) view returns (string name, string imageURI, uint256 percentChance)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
safeTransferAcceptanceCheckOnMint(address to) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events initialize(address owner_, string name_, string imageURI_, string description_, struct MintERC1155Edition[] editions_, uint16 royaltyAmountBps)
mintBatch(address to, uint256[] ids, uint256[] amounts)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setContractInfo(string name_, string imageURI_, string description_, string bannerURI_, address royaltyReceiver, uint16 royaltyAmountBps)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ContractURIUpdated()
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
InvalidInitialization()
MintERC1155_ExcessEditions()
MintERC1155_PercentChance0()
MintERC1155_TotalPercentChanceNot100()
MintERC1155_Unauthorized()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)