Wishes
Verified contract
Active on
Ethereum with 12,697 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Wishes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20532439 | 3 months ago | | | 0 | 0.00015297012 | |
| 20444422 | 4 months ago | | | 0 | 0.000066160963 | |
| 20444303 | 4 months ago | | | 0 | 0.00012937142 | |
| 20440860 | 4 months ago | | | 0 | 0.00016212275 | |
| 20440854 | 4 months ago | | | 0 | 0.00024291574 | |
| 20053765 | 6 months ago | | | 0 | 0.00021528368 | |
| 19893697 | 6 months ago | | | 0 | 0.00017996654 | |
| 19063651 | 10 months ago | | | 0 | 0.00088666726 | |
| 18878677 | a year ago | | | 0 | 0.0022861768 | |
| 18871030 | a year ago | | | 0 | 0.00097740353 |
ABI
ABI objects
Getter at block 21282642 returnArtists() view returns (struct WishesArtist[])
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_donation_wallet() view returns (address)
0xfb1e9a00eab85311d7dbec39e252aa9ed3c85988
_listing_price() view returns (uint256)
0
_max_per_day() view returns (uint256)
1
_maxday() view returns (uint8)
25
_sale_is_active() view returns (bool)
true
_startdate() view returns (uint256)
1669874400
_token_id_counter() view returns (uint256 _value)
11279
calculateDay() view returns (uint256 day)
728
name() view returns (string)
Wishes
owner() view returns (address)
0xd21e3780258c0fe4d5bbfdd8c6709ef12305736f
symbol() view returns (string)
W22
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
token_to_day(uint256) view returns (uint256)
user_per_day(address, uint256) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
flipSaleState()
mint(uint256 amount_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDayReveal(uint256 day, string newURI_, string newName_)
setDaysReveal(string[] allPaths, string[] allNames)
setDonationWallet(address donation_wallet_)
setListingPrice(uint256 listing_price_)
setMaxDay(uint8 maxday_)
setMaxPerDay(uint256 max_per_day_)
setStartDate(uint256 startdate_)
setUnrevealedUri(string unrevealed_URI_)
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(uint256 startdate_, address donation_wallet_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)