LaunchBlockGrapesSale

Verified contract

Active on Ethereum with 176,610 txns
Deployed by via 0x221a8046 at 18762590
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LaunchBlockGrapesSale"

0x43bc5656f1d02fe3a76fa75f4700d10bdc5b174ff0a984c0b0c394719a9210e1
0xd258e2d397ad9bec2687e664b429a95c46f60cea7dcfe34b29c5983d1f38ccc5
0xaf6359087d3cde124e6828a9da3ac7052310b1c10a377a2cc2ecfc214568e40e
0xd46a320298241738c4d21ad5ef9e56ed49a38984d552f44e28686b5e80814084
0xa5ab9aa0c775f73104983e0e8f34c434f66de52731cd7c94f5864cd51cf49813
0x51ca95764455cf5b07470c7eeddee975941fd0186690e7aa88c1ff84492f2fe7
0x825615baae96303a3d116df5967c4455bfd9d52ae66412f51d3dc9201f5ee8a5
0xab0bb39de245356256dcb8debedff7dbd5fd6e393062e21b60cd26ff7dbc17d2
0xb2c683a906593f51864afaffb1453f4b4c5b2346951d89ce013ab9b99ccc43a6
0x3778d5021d168baf4ba56edba2b332f38bb1c448e81c8b0d1b203fc98e6a9123

Functions
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 buyerview returns (uint256)
refunds(address buyerview returns (uint256)
State-modifying
buyTickets(uint256 numberOfTickets_payable 
finalizeSale(bytes32 refundMerkleRoot_uint256 numberOfWinningTickets_address to_
refundTickets(uint256 ticketsToRefund_bytes32[] merkleProof_
renounceOwnership(
transferOwnership(address newOwner
withdrawAll(address to_
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TicketsBought(address indexed walletuint256 count
TicketsRefunded(address indexed walletuint256 count
Constructor
constructor(address initialOwner_uint256 ticketPrice_uint256 maxTicketsPerBuyer_uint256 startDate_uint256 endDate_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRefunded(
InvalidAmount(
InvalidMerkleProof(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
RefundClosed(
RefundFailed(
RefundMerkleRootAlreadySet(
SaleClosed(
SaleNotClosed(
TicketLimitReached(
WithdrawAllFailed(
WithdrawAllNotEligible(
WithdrawFailed(