Windchime - Secret Garden Bouquet
Verified contract
Active on
Ethereum with 2,509 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "Windchime - Secret Garden Bouquet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20903384 | a month ago | | | 0 | 0.00028660880 | |
| 20864425 | a month ago | | | 0 | 0.0020331372 | |
| 20844966 | a month ago | | | 0 | 0.00037651750 | |
| 20674054 | 2 months ago | | | 0 | 0.00013924682 | |
| 20660516 | 2 months ago | | | 0 | 0.000025832800 | |
| 20626785 | 2 months ago | | | 0 | 0.000081607542 | |
| 20546940 | 3 months ago | | | 0 | 0.000044995772 | |
| 20518951 | 3 months ago | | | 0 | 0.000076009502 | |
| 20508072 | 3 months ago | | | 0 | 0.00010767162 | |
| 20498260 | 3 months ago | | | 0 | 0.000051759265 |
ABI
ABI objects
Getter at block 21123329 getDecreaseInterval() view returns (uint64) getDecreaseSize() view returns (uint64) getNumDescreases() view returns (uint64) getRefundTotal() view returns (uint256) getStartPrice() view returns (uint64)
allowPublicRefunds() view returns (bool)
false
discountedPrice() view returns (uint256)
0
dutchAuctionConfig() view returns (uint256 startPoint, uint256 startPrice, uint256 decreaseInterval, uint256 decreaseSize, uint248 numDecreases, uint8 unit)
(startPoint=0, startPrice=5000000000000000000, decreaseInterval=900, decreaseSize=500000000000000000, numDecreases=9, unit=2)
getDiscountRefundAmount() view returns (uint256)
0
getPublicMinted() view returns (uint256)
0
getPublicRefundAmount() view returns (uint256)
0
getWhitelistMinted() view returns (uint256)
0
getWhitelistRefundAmount() view returns (uint256)
0
isAllowedRefund() view returns (bool)
false
isRefund() view returns (uint256)
0
licenseTerms() view returns (string)
Only limited personal non-commercial use and resale rights in the NFT are granted and you have no right to license, commercially exploit, reproduce, distribute, prepare derivative works, publicly perform, or publicly display the NFT or the music or the artwork therein. All copyright and other rights are reserved and not granted.
max() view returns (uint256)
2000
name() view returns (string)
Windchime - Secret Garden Bouquet
nextOwnerToExplicitlySet() view returns (uint256)
0
nonReservedMinted() view returns (uint256)
0
owner() view returns (address)
0x542c918e38bfa75f1148a08d0cf27ce67a860dcb
prefix() view returns (string)
Windchime
prefixDiscounted() view returns (string)
Windchime
publicListMaxMint() view returns (uint256)
0
publicTotalMaxMint() view returns (uint256)
0
publicTotalMinted() view returns (uint256)
0
refundPrice() view returns (uint256)
0
reservedMax() view returns (uint256)
25
reservedMinted() view returns (uint256)
0
symbol() view returns (string)
WINDCHIME
totalMintsForRefund() view returns (uint256)
1975
totalSupply() view returns (uint256)
2000
whitelistMaxMint() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
cost(uint256 n) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropMint(address[] recipients, uint256[] amounts)
allowRefund(bool _allow)
approve(address to, uint256 tokenId)
mintPublic(uint256 numberOfTokens) payable
mintReserved(uint256 quantity, address recipient)
mintWhitelist(bytes32 hash, bytes signature, uint256 numberOfTokens) payable
mintWhitelistAmountAndPrice(bytes32 hash, bytes signature, uint256 numberOfTokens, uint256 customLimit, uint256 price) payable
mintWhitelistDiscounted(bytes32 hash, bytes signature, uint256 numberOfTokens) payable
mintWhitelistPrice(bytes32 hash, bytes signature, uint256 price, uint256 numberOfTokens) payable
refund()
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowDiscountRefunds(bool _allow)
setAllowPublicRefunds(bool _allow)
setAllowWhitelistRefunds(bool _allow)
setApprovalForAll(address operator, bool approved)
setAuctionConfig(struct LinearDutchAuctionDutchAuctionConfig config, uint256 expectedReserve)
setAuctionStartPoint(uint256 startPoint)
setBaseURI(string baseTokenURI_)
setDiscountedPrice(uint256 _discountedPrice)
setLicenseTerms(string _licenseTerms)
setMax(uint256 _max)
setPrefix(string _prefix)
setPrefixDiscounted(string _prefix)
setPublicListMaxMint(uint256 _publicListMaxMint)
setPublicTotalMaxMint(uint256 _amount)
setRefundPrice(uint256 _price)
setWhitelistMaxMint(uint256 _whitelistMaxMint)
splitPayments(uint256 _amount) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address[] payees, uint256[] shares, string name, string symbol, uint256 _whitelistMaxMint, uint256 _publicListMaxMint, uint256 _nonReservedMax, uint256 _reservedMax, uint256 _discountedPrice, uint256 _publicTotalMaxMint)
This contract contains no fallback and receive objects.
This contract contains no error objects.