Smol Moe
Verified contract
Active on
Ethereum with 1,058 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Smol Moe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19772554 | 6 months ago | | | 0 | 0.00026950196 | |
| 19694213 | 7 months ago | | | 0 | 0.00015024345 | |
| 19694213 | 7 months ago | | | 0 | 0.00013878018 | |
| 18910242 | 10 months ago | | | 0 | 0.00050583377 | |
| 18052155 | a year ago | | | 0 | 0.00031403700 | |
| 17739609 | a year ago | | | 0 | 0.00084870000 | |
| 17657847 | a year ago | | | 0 | 0.00080702368 | |
| 17443510 | a year ago | | | 0 | 0.0014085201 | |
| 17368315 | a year ago | | | 0 | 0.00057958497 | |
| 17333694 | a year ago | | | 0 | 0.0013474991 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getContractInfo(address target, bytes32[] proof) view returns (uint256 _currentStage, uint256 _maxTokensAllowed, uint256 _tokenPrice, uint256 _phase2PriceIncrement, uint256 _soldAmount, uint256 _totalForSale, uint256 _purchasedAmount, uint256 _phase1TotalLimit, uint256 _phase2TotalLimit, bytes32 _whitelistRoot)
getMaxTokensAllowed(address target, bytes32[] proof) view returns (uint256)
getMaxTokensForPhase(address target, bytes32[] proof) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
purchased(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenPrice(address target, bytes32[] proof) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount, bytes32[] proof) 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 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 _maxTokensPerAddressPublicPhase2, uint256 _phase2Limit, uint256 _phase2Price, uint256 _phase2PriceIncrement, uint256 _maxTokensPerTransaction)
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()