LaunchBlockGrapesSale
Verified contract
Active on
Ethereum with 176,610 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 "LaunchBlockGrapesSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20500384 | 3 months ago | | | 0.5 | 0.00012885858 | |
| 19318232 | 9 months ago | | | 0 | 0.0022094922 | |
| 19304213 | 9 months ago | | | 0 | 0.0014422236 | |
| 19302054 | 9 months ago | | | 0 | 0.0016156190 | |
| 19302040 | 9 months ago | | | 0 | 0.0016607291 | |
| 19297936 | 9 months ago | | | 0 | 0.0024811555 | |
| 19297786 | 9 months ago | | | 0 | 0.0017457152 | |
| 19259132 | 9 months ago | | | 0 | 0.0015061001 | |
| 19257894 | 9 months ago | | | 0 | 0.0016110919 | |
| 19232898 | 9 months ago | | | 0 | 0.0014257024 |
ABI
ABI objects
Getter at block 21256746
endDate() view returns (uint256)
1703070000
maxTicketsPerBuyer() view returns (uint256)
10
owner() view returns (address)
0x3ae9bf5331e076b55b61933206f797f4375d11d9
refundMerkleRoot() view returns (bytes32)
0x66a9c48bcb5114e3467338950ada8aed76bbd986a8438d8cafcd47b8f1f0deec
startDate() view returns (uint256)
1702983600
ticketPrice() view returns (uint256)
50000000000000000
Read-only
balances(address buyer) view returns (uint256)
refunds(address buyer) view returns (uint256)
State-modifying
Events buyTickets(uint256 numberOfTickets_) payable
finalizeSale(bytes32 refundMerkleRoot_, uint256 numberOfWinningTickets_, address to_)
refundTickets(uint256 ticketsToRefund_, bytes32[] merkleProof_)
renounceOwnership()
transferOwnership(address newOwner)
withdrawAll(address to_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TicketsBought(address indexed wallet, uint256 count)
TicketsRefunded(address indexed wallet, uint256 count)
constructor(address initialOwner_, uint256 ticketPrice_, uint256 maxTicketsPerBuyer_, uint256 startDate_, uint256 endDate_)
This contract contains no fallback and receive objects.
AlreadyRefunded()
InvalidAmount()
InvalidMerkleProof()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RefundClosed()
RefundFailed()
RefundMerkleRootAlreadySet()
SaleClosed()
SaleNotClosed()
TicketLimitReached()
WithdrawAllFailed()
WithdrawAllNotEligible()
WithdrawFailed()