Summer Vibes
Verified contract
Active on
Ethereum with 2,196 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 "Summer Vibes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005538 | a month ago | | | 0 | 0.00082207544 | |
| 20236020 | 4 months ago | | | 0 | 0.00012697057 | |
| 20236017 | 4 months ago | | | 0 | 0.00018921669 | |
| 20007081 | 5 months ago | | | 0 | 0.00035053812 | |
| 19959470 | 6 months ago | | | 0 | 0.00035118358 | |
| 19865768 | 6 months ago | | | 0 | 0.00031384937 | |
| 19535110 | 8 months ago | | | 0 | 0.0018620400 | |
| 19258018 | 9 months ago | | | 0 | 0.0016491081 | |
| 18949179 | 10 months ago | | | 0 | 0.0023624829 | |
| 18900940 | a year ago | | | 0 | 0.00041863216 |
ABI
ABI objects
Getter at block 21204812 getMaximumAllowedTokens() view returns (uint256)
allowListMaxMint() view returns (uint256)
10000
getContractOwner() view returns (address)
0x5b41a0e0e51836c272e6aace9334b62b1b3960c9
getIsClosedMintForever() view returns (bool)
false
getMintPrice() view returns (uint256)
99000000000000000
getPreSaleMintPrice() view returns (uint256)
99000000000000000
getReserveAtATime() view returns (uint256)
50
getTotalSupply() view returns (uint256)
2062
isClosedMintForever() view returns (bool)
false
isMintActive() view returns (bool)
true
isPreSaleMintActive() view returns (bool)
false
maximumAllowedTokensPerPurchase() view returns (uint256)
10000
maximumAllowedTokensPerWallet() view returns (uint256)
10000
maximumMintSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
99000000000000000
name() view returns (string)
Summer Vibes
owner() view returns (address)
0x5b41a0e0e51836c272e6aace9334b62b1b3960c9
preSaleMintPrice() view returns (uint256)
99000000000000000
symbol() view returns (string)
SV
totalSupply() view returns (uint256)
2062
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkIfOnAllowList(address addr) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
mint(address _to, uint256 _count) payable
preSaleMint(uint256 _count) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
reserveNft()
reserveToCustomWallet(address _walletAddress, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsClosedMintForever()
setIsPreSaleMintActive(bool _isPreSaleMintActive)
setMaxMintSupply(uint256 maxMintSupply)
setMaxReserve(uint256 val)
setMaximumAllowedTokens(uint256 _count)
setMaximumAllowedTokensPerWallet(uint256 _count)
setMintActive(bool val)
setMintPrice(uint256 _price)
setPreSaleMintPrice(uint256 _price)
setReserveAtATime(uint256 val)
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)
AssetMinted(uint256 tokenId, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleActivation(bool isMintActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.