MarshmallowMob
Verified contract
Active on
Ethereum with 1,292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8fa6…8ef5
-
variable spans 6 additional slots
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "MarshmallowMob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907574 | a year ago | | | 0 | 0.00061735281 | |
| 18881511 | a year ago | | | 0 | 0.0010119571 | |
| 17959035 | a year ago | | | 0 | 0.00056391116 | |
| 17944964 | a year ago | | | 0 | 0.0012211676 | |
| 17491279 | a year ago | | | 0 | 0.00070372081 | |
| 17337924 | a year ago | | | 0 | 0.0017516222 | |
| 17311198 | a year ago | | | 0 | 0.0011785445 | |
| 17308526 | a year ago | | | 0 | 0.0017254230 | |
| 17004309 | 2 years ago | | | 0 | 0.00049835437 | |
| 16773134 | 2 years ago | | | 0 | 0.00073931258 |
ABI
ABI objects
Getter at block 21200480
CLAIM_QUANTITY() view returns (uint256)
88
FREE_MINT_LIMIT() view returns (uint256)
5
FREE_QUANTITY() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
6444
PRICE() view returns (uint256)
30000000000000000
WHITELIST_LIMIT() view returns (uint256)
2
claimQuantity() view returns (uint256)
88
currentSalePeriod() view returns (uint256)
0
freeQuantity() view returns (uint256)
0
getPrice() view returns (uint256)
30000000000000000
giveawayTokens() view returns (uint256)
0
name() view returns (string)
MarshmallowMob
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MM
totalSupply() view returns (uint256)
2647
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimTokenUsed(uint256 tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintBalanceCheck(address user) view returns (uint256)
freeMintedBalance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
usedLoLTokenIds(uint256) view returns (bool)
whitelistMintBalanceCheck(address user) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
changeSalePeriod(uint256 _period)
claimMint(uint256[] _tokenIds)
freeMintLimit(uint256 _freeMintLimit)
giveawayMint()
mainMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _lolContractAddress, address[7] _addresses, uint256[7] _shares)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()