RaffleTokenExchange
Verified contract
Active on
Ethereum with 2,723 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 "RaffleTokenExchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8802085 | 5 years ago | | | 0 | 0.000028675000 | |
| 8801511 | 5 years ago | | | 0 | 0.00022940000 | |
| 8800928 | 5 years ago | | | 0 | 0.00021752800 | |
| 8800919 | 5 years ago | | | 0 | 0.00024027200 | |
| 8800313 | 5 years ago | | | 0 | 0.00010322999 | |
| 8800110 | 5 years ago | | | 0 | 0.00017193000 | |
| 8800024 | 5 years ago | | | 0.1 | 0.0012740700 | |
| 8799981 | 5 years ago | | | 0 | 0.00057278000 | |
| 8799963 | 5 years ago | | | 0 | 0.00011462000 | |
| 8799951 | 5 years ago | | | 0.005 | 0.00050937200 |
ABI
ABI objects
Getter at block 21307481
nextListingId() view returns (uint256)
2334
nextPurchaseId() view returns (uint256)
923
owner() view returns (address)
0xb0252f13850a4823706607524de0b146820f2240
paused() view returns (bool)
true
raffleContract() view returns (address)
0x0c8cdc16973e88fab31dd0fcb844ddf0e1056de2
Read-only
listingsById(uint256) view returns (uint256 pricePerToken, uint256 initialAmount, uint256 amountLeft, address seller, bool active)
purchasesById(uint256) view returns (uint256 totalAmount, uint256 totalAmountPayed, uint256 timestamp)
State-modifying
Events addListing(uint256 initialAmount, uint256 pricePerToken)
buyRaffle(uint256[] amounts, uint256[] listingIds) payable
cancelListing(uint256 id)
kill()
setPaused(bool value)
withdrawFunds(uint256 withdrawAmount)
Canceled(uint256 id)
Listed(uint256 id, uint256 pricePerToken, uint256 initialAmount, address seller)
Purchased(uint256 id, uint256 totalAmount, uint256 totalAmountPayed, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.