Smol Moe

Verified contract

Active on Ethereum with 1,058 txns
Deployed by via 0x10b77205 at 16420973
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Smol Moe"

0xbf50b23359983ab0ed246ff2de6b665bdf1314bde5c3801499dd43124dbf775d
0x9d49e1086685af5643fbba5ced49dc42542e6dc4ef8ddffe19efef155157a2c2
0x2909ee44c02ec02398f80662a9db8188833b39a49b6a65c7e488d84868b3cac3
0xdb6b3885571b569101393791748627a7447c748f182fd11c311a83b108bfabf1
0x77ce8ed420685bea9571f03f82bad9cf214681ca189a59733168dc3314a22ab0
0xce6f50a217433062ae6bd2c7394c0ebdf083497f6090a4a7a4a0dc85d0b624da
0x119fd64511c05f3f31e3f2c9592a2a4964e595b0d22b35e426159f610188fbf7
0x9d3f8873b355501e60cc5b98615c5b7c1ae8783be3ef89d2ad02051142ed6b2f
0x713eae73a217d6e3646f530b4a4e12ae9ff68bdfda51cd7b8df9be3b38a46cde
0xc889285fea896fcf82936bf7b4739c06407c82610a295accf0c46f12cb64fe8e

Functions
Getter at block 21191308
STAGE_PHASE1(view returns (uint256)
1
STAGE_PHASE2(view returns (uint256)
2
STAGE_STOPPED(view returns (uint256)
0
currentStage(view returns (uint256)
0
maxTokensPerAddressPublicPhase1(view returns (uint256)
50
maxTokensPerAddressPublicPhase2(view returns (uint256)
0
maxTokensPerAddressWhiteListPhase1(view returns (uint256)
2
maxTokensPerTransaction(view returns (uint256)
50
name(view returns (string)
Smol Moe
owner(view returns (address)
0xbae6747ecbf1612d0318d3668c29406d24a0ada4
phase1Limit(view returns (uint256)
4444
phase1WhitelistLimit(view returns (uint256)
2222
phase2Limit(view returns (uint256)
0
phase2Price(view returns (uint256)
0
phase2PriceIncrement(view returns (uint256)
0
soldAmount(view returns (uint256)
1830
soldAmountPhase2(view returns (uint256)
0
symbol(view returns (string)
Smol Moe
tokenBaseURI(view returns (string)
ipfs://QmU8pUqj7xM5WwQtFNRkgUQ1ThQY1E5YTc79oSXo6n3WwG/
tokenPricePublic(view returns (uint256)
10000000000000000
tokenPriceWhitelist(view returns (uint256)
0
totalSupply(view returns (uint256)
1830
whitelistRoot(view returns (bytes32)
0x7f8f2969d051285c3bd1907b995e12b41909e6c852fba511463e9b49356212a9
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getContractInfo(address targetbytes32[] proofview returns (uint256 _currentStageuint256 _maxTokensAlloweduint256 _tokenPriceuint256 _phase2PriceIncrementuint256 _soldAmountuint256 _totalForSaleuint256 _purchasedAmountuint256 _phase1TotalLimituint256 _phase2TotalLimitbytes32 _whitelistRoot)
getMaxTokensAllowed(address targetbytes32[] proofview returns (uint256)
getMaxTokensForPhase(address targetbytes32[] proofview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
purchased(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenPrice(address targetbytes32[] proofview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setMaxTokensPerAddressPublicPhase1(uint256 val
setMaxTokensPerAddressPublicPhase2(uint256 val
setMaxTokensPerAddressWhiteListPhase1(uint256 val
setMaxTokensPerTransaction(uint256 val
setPhase1Limit(uint256 val
setPhase1WhitelistLimit(uint256 val
setPhase2Limit(uint256 val
setPhase2Price(uint256 val
setPhase2PriceIncrement(uint256 val
setTokenPricePublic(uint256 val
setTokenPriceWhitelist(uint256 val
setWhitelistRoot(bytes32 val
startPhase1(
startPhase2(
startPhase2WithInfo(uint256 _maxTokensPerAddressPublicPhase2uint256 _phase2Limituint256 _phase2Priceuint256 _phase2PriceIncrementuint256 _maxTokensPerTransaction
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(