Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd3ef…deda
Balances ($0.00)
No balances found for "Pineapple"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14405558 | 3 years ago | | | 0 | 0.00097961300 | |
| 14068816 | 3 years ago | | | 0.025 | 0.026363024 | |
| 14003558 | 3 years ago | | | 0.0125 | 0.014187616 | |
| 13837466 | 3 years ago | | | 0.0125 | 0.0058155422 | |
| 13827556 | 3 years ago | | | 0.0875 | 0.015178231 | |
| 13789817 | 3 years ago | | | 0.025 | 0.0050102910 | |
| 13789636 | 3 years ago | | | 0.0375 | 0.0065206701 | |
| 13781248 | 3 years ago | | | 0.125 | 0.015227638 | |
| 13758738 | 3 years ago | | | 0.0375 | 0.010406547 | |
| 13739417 | 3 years ago | | | 0.0125 | 0.0094681599 |
ABI
ABI objects
Getter at block 21082348
MAX_PURCHASE() view returns (uint256)
100
MAX_TICKETS() view returns (uint256)
2600
PRICE_PER_TICKET() view returns (uint256)
12500000000000000
isSaleOpen() view returns (bool)
false
owner() view returns (address)
0xe4f3f40d41aaf11fc0d86b55de9f8f0ce3dfd1f4
ticketsSold() view returns (uint256)
71
Read-only
selectedTickets(uint256) view returns (bool)
showWinningTickets(string prize) view returns (uint256[])
ticketOwner(uint256) view returns (address)
ticketsPuchasedByAddress(address) view returns (uint256)
winnerList(string, uint256) view returns (uint256)
State-modifying
Events bonusGiveway(address[] winnerAddress, uint256 giveawayQty)
buyTicket(uint256 ticketQty) payable
renounceOwnership()
setIsPublicSalesOpen(bool status)
transferOwnership(address newOwner)
winnerSelector(string prize, uint256 prizes)
Giveaway(address indexed reciever, uint256[] ticketsReceived)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address indexed sender, uint256[] ticketsBought)
WinnerSelection(string indexed prize, uint256[] ticketsSelected)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.