Moshicam

Unverified contract

Proxy

Active on Base with 43 txns
Deployed by via 0x4a35a896 at 15813629
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 $9.42
ERC-20
--
0xe3888748703b2b22d1d95c87c5650b99c6fa75c6a26531e377a227e498f0a987
0xbcbbe3a3c610ae8bc6efe7af1d32dc8b9f39096f33da815bdd37f14c8716d2c1
0xc31afbae376a9f9c7ac08670cded561b7f0200df6904b0f1cf18b472e455c6b9
0xceca9f8d1357bcd7a80758660d012cdc93f7c209ba16ec881a86c24a02b2af91
0x5ba5302c4bfcbfa99c35515fc724ee5b0e06d3a79dcf14fd753fe8a1c0231ad8
0xa1b23449a60ca6a8c8a97219f92154e7ea6f11d88d5438456423d9c861a56a4f
0xe49cbad69c0032a99f7c0499e5719102b8c199080b3b7d4151550c39699c5711
0xa5f8c6ab4c00a63b417658a148cb63596c2de746656e2fc6584a2780066d68a8
0x35b61e5d6420f4f21d91516ae4db606295427ffcce8060509f18a06d2b6b2662
0xd9cdf3152527fb6b4cbf2d6e989e87cf7e00e4a70234fb86f6be627273ac3440

Functions
Getter at block 23857403
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)
104
owner(view returns (address)
0xb4c15fb4be3ff49429a763410c88a25381cc89c4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(pure returns (string)
MOSHICAM
totalSupply(view returns (uint256)
289
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