Moshicam

Unverified contract

Proxy

Active on Base with 41 txns
Deployed by via 0x534ab656 at 15980201
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 $25.51
ERC-20
--
0xa025ba177ced1a5a63dcbc52c467a3ff53a7be1d64a9e07ef754eb3f2d714b95
0xb11b1f7d22bb56a84c0e7c9b0aa6a5ea626946061e1c0ab1df16f8eefecd6725
0x7e50fdd82f0e068ac979b95636a4dbcb8d05493b821d18c157379254a91d2847
0xf4b330863f869ad84a0d957fe0a05facac0974ff565b465b0fcfd34ac6134561
0xb6f0016ae935f4fbafeb99270d74f717c858e1e5f6428f0f64ab62ed18f3faf9
0x3b06ccc724b4043eb510c877ed6ebb3689866da3ae83eb39a4c34d0eab4082de
0x0d2adae04c21d39be05ae178b9a03c6d3add3f3c91a7dbcee2914bf3ae5c548f
0x70f766126a186dc1a021d263c1ef91e92fbe812407c0664342a76c31eef38b61
0x49b55ce1d5a64cbaabaeba6de22782b2f72f9fa40b3b2cdb92585d2581a77891
0x1f75da65c825268822b02da42090ee34f965d856891ba7b33b0db55e3b7d6f95

Functions
Getter at block 23909605
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)
35
owner(view returns (address)
0x74c0f87aae55e4900f62dc30551bfffeb0a8c891
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(pure returns (string)
MOSHICAM
totalSupply(view returns (uint256)
150
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