Smowl Dreams
Verified contract
Active on
Ethereum with 587 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($122.88)
Native
Value
$122.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,071.88 |
$122.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20638595 | 3 months ago | | | 0 | 0.000056002921 | |
| 20486917 | 3 months ago | | | 0 | 0.00021043106 | |
| 20016816 | 6 months ago | | | 0 | 0.00027895833 | |
| 19955325 | 6 months ago | | | 0 | 0.00022094575 | |
| 19955324 | 6 months ago | | | 0 | 0.00022187850 | |
| 19859519 | 6 months ago | | | 0 | 0.00018322910 | |
| 19693719 | 7 months ago | | | 0 | 0.00031213784 | |
| 19544654 | 8 months ago | | | 0 | 0.00083759841 | |
| 19448650 | 8 months ago | | | 0 | 0.0015057237 | |
| 18802202 | a year ago | | | 0.03 | 0.0038525262 |
ABI
ABI objects
Getter at block 21230482
_baseTokenURI() view returns (string)
ipfs://bafybeifsjf46d3qbofsarj2hplt4xfjwt5wnxszvim7derbkr77bhsr4aq/
maxPerTransaction() view returns (uint256)
100
maxPerWallet() view returns (uint256)
100
merkleRoot() view returns (bytes32)
0xb781db5ffda67464e90777b1d9f74b86f51ace26cdc41c2680cc7c6fbf71b99b
name() view returns (string)
Smowl Dreams
owner() view returns (address)
0xc0c66ecb9ba2ea66e7601399a84df1e127babe43
presaleMaxPerTransaction() view returns (uint256)
4
presaleMaxPerWallet() view returns (uint256)
4
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
3201
price() view returns (uint256)
10000000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
4201
symbol() view returns (string)
SmolD
totalSupply() view returns (uint256)
1673
Read-only
addressMintBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()