MoshiMinterProxy
Verified contract
Proxy
Active on
Base with 22,150 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22762905 | 37 minutes ago | | | 0 | 0.0000013241684 | |
| 22762859 | 38 minutes ago | | | 0 | 0.0000014999005 | |
| 22762756 | 42 minutes ago | | | 0 | 0.0000015000064 | |
| 22762675 | an hour ago | | | 0 | 0.0000015000064 | |
| 22761010 | 2 hours ago | | | 0 | 0.0000013241684 | |
| 22760490 | 2 hours ago | | | 0 | 0.0000013765209 | |
| 22760461 | 2 hours ago | | | 0 | 0.0000015697803 | |
| 22760304 | 2 hours ago | | | 0 | 0.0000015698862 | |
| 22760223 | 2 hours ago | | | 0 | 0.0000015698862 | |
| 22760162 | 2 hours ago | | | 0 | 0.0000015697803 |
ABI
ABI objects
Getter at block 22764008 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
adminMinter() view returns (address)
0xc701344e0e7fd31a7a348f0ea71ccb7f9833b107
owner() view returns (address)
0xa064db8fbfe520664442ee0e2650cc1c6c8f971e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
pic1155Impl() view returns (address)
0x168dbc5ea60d03eba4d8083f7a95a4bcb8137700
picImplementation() view returns (address)
0x168dbc5ea60d03eba4d8083f7a95a4bcb8137700
Read-only
getPicContract(address account) view returns (address)
picContractOf(address) view returns (address)
State-modifying
Events acceptOwnership()
initialize(address owner_, address initialAdminMinter)
mintNewPic(address to, uint256 quantity, struct MoshiPicConfig picConfig, struct MoshiContractConfig contractConfig) payable returns (address, uint256)
mintNewPicAdmin(address to, uint256 quantity, struct MoshiPicConfig picConfig, struct MoshiContractConfig contractConfig) returns (address, uint256)
renounceOwnership()
setAdminMinter(address newMinter)
setPicImplementation(address pic1155Impl_)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AdminMinterChanged(address indexed newAdminMinter)
Initialized(uint64 version)
NewPicContract(address indexed owner, address indexed newContract)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pic1155ImplSet(address indexed newImpl)
Upgraded(address indexed implementation)
constructor(address implementation, bytes data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotAdminMinter(address sender)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PicImplementationNotSet()
SenderNotNewContractOwner()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)