Moshicam
Unverified contract
Proxy
Active on
Base with 128,360 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
-
variable spans 48 additional slots
Balances ($467.17)
Native
Value
$467.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.18678 | $2,501.16 |
$467.17 | |
Claim LIDO | ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21822138 | 2 hours ago | | | 0.0001 | 5.1168617e-7 | |
| 21820597 | 3 hours ago | | | 0.0001 | 5.1329124e-7 | |
| 21817768 | 5 hours ago | | | 0.0001 | 5.2329122e-7 | |
| 21816629 | 5 hours ago | | | 0.0001 | 4.6791086e-7 | |
| 21816628 | 5 hours ago | | | 0.0001 | 4.6813545e-7 | |
| 21816628 | 5 hours ago | | | 0.0001 | 4.6910309e-7 | |
| 21816508 | 6 hours ago | | | 0.0001 | 4.6464430e-7 | |
| 21816507 | 6 hours ago | | | 0.0001 | 4.6464430e-7 | |
| 21816507 | 6 hours ago | | | 0.0001 | 4.6475260e-7 | |
| 21816506 | 6 hours ago | | | 0.0001 | 4.6442913e-7 |
ABI
ABI objects
Getter at block 21826460
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)
17
owner() view returns (address)
0xcffeec7a704116cbad67d59d8b8710f7dd41e9d4
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
MOSHICAM
totalSupply() view returns (uint256)
128286
usingPrefixedScheme() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
borderId(uint256 id) view returns (uint256)
borderOf(uint256) view returns (uint256)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenUidOf(uint256) view returns (string)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events acceptOwnership()
collect(address to, uint256 id, uint256 quantity) payable
initialize(struct MoshiContractConfig config)
mint(address to, uint256 quantity, struct MoshiPicConfig config) payable returns (uint256)
mintAdmin(address to, uint256 quantity, struct MoshiPicConfig config) returns (uint256)
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)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint64 version)
MoshiCollected(address indexed to, uint256 indexed id, uint256 indexed borderId, uint256 quantity)
MoshiCreated(address indexed to, uint256 indexed id, uint256 indexed borderId, uint256 quantity)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SplitFees(address indexed moshi, uint256 moshiCut, address indexed picCreator, uint256 picCreatorCut, address indexed borderCreator, uint256 borderCreatorCut)
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)
Withdraw(address indexed to, uint256 amount)
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)
InvalidInitialization()
InvalidPicConfiguration(string message)
InvalidSplitCutTotal()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
TokenIdDoesNotExist(uint256 id)