MultiprizeLean
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1233…fb36
Balances ($6.71)
Native
Value
$6.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0027 | $2,484.22 |
$6.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17393324 | a year ago | | | 0 | 0.0056334802 | |
| 17393311 | a year ago | | | 0 | 0.0026958285 | |
| 17393300 | a year ago | | | 0 | 0.0025860204 | |
| 17393292 | a year ago | | | 0 | 0.0022066170 | |
| 17393204 | a year ago | | | 0 | 0.0019595773 | |
| 17393179 | a year ago | | | 0 | 0.0022646447 | |
| 17393170 | a year ago | | | 0.0001 | 0.0021651057 | |
| 17393160 | a year ago | | | 0.0001 | 0.0023038361 | |
| 17393151 | a year ago | | | 0 | 0.0024500382 | |
| 17393146 | a year ago | | | 0 | 0.0023904375 |
ABI
ABI objects
Getter at block 21100331
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTERCONTRACT_ROLE() view returns (bytes32)
0xde5ee446972f4e39ab62c03aa34b2096680a875c3fdb3eb2f947cbb93341c058
OPERATOR_ROLE() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
destinationWallet() view returns (address)
0x12334d915d254f1ffd3f7ea80bb5eba5ea87fb36
owner() view returns (address)
0x3684a8007dc9df696a86b0c5c89a8032b78b5b0d
Read-only
entriesList(uint256, uint256) view returns (uint48 currentEntriesLength, address player)
fundingList(uint256) view returns (uint128 minimumFundsInWeis, uint128 desiredFundsInWeis)
getEntriesBought(uint256 _idRaffle) view returns (struct MultiprizeLeanEntriesBought[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getWinnersData(uint256 _idRaffle) view returns (struct MultiprizeLeanWinnersStruct[])
hasRole(bytes32 role, address account) view returns (bool)
pricesList(uint256) view returns (uint256 id, uint48 numEntries, uint256 price)
prizesData(uint256, uint256) view returns (address seller, address collection, uint48 position, uint48 tokenId, uint48 id, uint128 amount)
raffles(uint256) view returns (uint48 platformPercentage, uint48 numOfPrizes, uint48 cancellingDate)
rafflesEntryInfo(uint256) view returns (uint8 status, uint8 entryType, uint48 entriesLength, uint128 amountRaised)
s_requests(uint256) view returns (bool exists, uint256 id, uint256 size)
supportsInterface(bytes4 interfaceId) view returns (bool)
winnersList(uint256, uint256) view returns (uint256 idPrize, address player, uint256 randomNumber)
State-modifying
Events acceptOwnership()
buyEntry(uint256 _raffleId, uint256 _id) payable
cancelEntry(uint256 _raffleId, uint256[] entriesToCancel, address _player)
cancelRaffle(uint256 _raffleId)
createRaffle(struct MultiprizeLeanBatchRaffleDTO[] _batchRafflesDTO)
earlyCashOut(uint256 _raffleId)
giveBatchEntriesForFree(uint256 _raffleId, address[] _freePlayers)
grantRole(bytes32 role, address account)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setChainlinkVRFCallbackGasLimit(uint32 _newLimit)
setDestinationAddress(address _newAddress)
setWinner(uint256 _raffleId)
stake(uint256[] _raffleIds) payable
transferOwnership(address to)
EarlyCashoutTriggered(uint256 indexed raffleId, uint256 amountRaised)
EntryCancelled(uint256 indexed raffleId, uint256 amountOfEntriesCanceled, address player)
EntrySold(uint256 indexed raffleId, address indexed buyer, uint256 currentSize, uint256 priceStructureId)
FeeTransferredToPlatform(uint256 indexed raffleId, uint256 amountTransferred)
FreeEntry(uint256 indexed raffleId, address[] buyer, uint256 amount, uint256 currentSize)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
PrizePaidOutToStaker(uint256 indexed raffleId, address indexed seller, uint256 idPrize)
RaffleCancelled(uint256 indexed raffleId, uint256 amountRaised)
RaffleCreated(uint256 indexed raffleId)
RaffleEnded(uint256 indexed raffleId, uint256 amountRaised)
RaffleStarted(uint256 indexed raffleId, address indexed seller)
RequestSent(uint256 requestId, uint32 numWords)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetWinnerTriggered(uint256 indexed raffleId, uint256 amountRaised)
WinnerSelected(uint256 indexed raffleId, address indexed winner, uint256 randomNumber)
WinnersOfRaffle(uint256 indexed raffleId, struct MultiprizeLeanWinnersStruct[] winnersList)
constructor(uint64 subscriptionId, address _vrfCoordinator, bytes32 _keyHash)
This contract contains no fallback and receive objects.
EntryNotAllowed(string errorType)
OnlyCoordinatorCanFulfill(address have, address want)