Moshicam

Unverified contract

Proxy

Active on Base with 9,560 txns
Deployed by via 0x4f488d11 at 15810668
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $23.49
ERC-20
--
0x139103521805503060c3376e10b320eeca50f3e1b5489e30561940438e3efe9e
0xe331b0210f2362907244b85922b095a5b79068a5cc4948b0e721e1233b43fd97
0x8f0b9538be2069601d55fa1c362000e6885f531b6d403d7c210c6bc80337106b
0xf2d72ef9306bd31f7b05f9c1f1ffbe896091ceaf2fe65f0ced2311caf1887464
0x703c4488841042e4e02cc4522fb48263f7fbcc53798f5ea16f37ed2c9cc2c0c3
0xbf8d05855ebe87037a6581ad3cbdb8b036eac327f0045c2d9568cfe06b33a045
0x462d3931b8ba6f3d823420fc48d1cf5eff40aff03dc4960f026d6c5006b505f0
0xed2e90e4eb1b3637e7b2485027e9d776f69ec6fde7aa323b869dc720a25f4d42
0xeec0dc068921cfcf09e2d0fa07bcecd36b368b213fb9b60e04008a0866b25631
0x9eaf57ec6f1c98ee83273aae84a542eae354e717cbaff2e732b537b34a708135

Functions
Getter at block 22900737
borderRegistry(view returns (address)
0x75bd14eb13bef81db5ab07ff53a2db3b7e6a42a7
mintPrice(view returns (uint256)
100000000000000
minter(view returns (address)
0xaceb0de9f3efab3c50bf4dc6b14706f119e39dd8
moshiCollectFee(view returns (uint16)
2000
moshiWallet(view returns (address)
0x09bcaf46e8e42f47b79c36f53f446c798e5d4678
name(pure returns (string)
Moshicam
nextTokenId(view returns (uint256)
336
owner(view returns (address)
0xdbbab936426838461c87a6fcd5358c3cf51f8716
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(pure returns (string)
MOSHICAM
totalSupply(view returns (uint256)
10554
usingPrefixedScheme(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
borderId(uint256 idview returns (uint256)
borderOf(uint256view returns (uint256)
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenUidOf(uint256view returns (string)
totalSupply(uint256 idview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
acceptOwnership(
collect(address touint256 iduint256 quantitypayable 
initialize(struct MoshiContractConfig config
mint(address touint256 quantitystruct MoshiPicConfig configpayable returns (uint256)
mintAdmin(address touint256 quantitystruct MoshiPicConfig configreturns (uint256)
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint64 version
MoshiCollected(address indexed touint256 indexed iduint256 indexed borderIduint256 quantity
MoshiCreated(address indexed touint256 indexed iduint256 indexed borderIduint256 quantity
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SplitFees(address indexed moshiuint256 moshiCutaddress indexed picCreatoruint256 picCreatorCutaddress indexed borderCreatoruint256 borderCreatorCut
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
Withdraw(address indexed touint256 amount
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
InvalidPicConfiguration(string message
InvalidSplitCutTotal(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenIdDoesNotExist(uint256 id