Manager
Verified contract
Active on
Ethereum with 33,336 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($71.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 4 | $17.93 |
$71.72 | |
HAPEBOX | ERC-721 | 1 | -- | -- | |
0x03f3…a868 | ERC-1555 | 1 | -- | -- | |
0x07ce…9017 | ERC-1555 | 1 | -- | -- | |
0x116e…4f1d | ERC-1555 | 1 | -- | -- | |
AIPFPS | ERC-721 | 1 | -- | -- | |
0x15f2…cde8 | ERC-1555 | 1 | -- | -- | |
0x1758…54f6 | ERC-1555 | 1 | -- | -- | |
0x1aea…177e | ERC-1555 | 1 | -- | -- | |
DIDAAKCAST | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15867445 | 2 years ago | | | 0 | 0.00088948720 | |
| 15867444 | 2 years ago | | | 0 | 0.00091181538 | |
| 15850547 | 2 years ago | | | 0.008 | 0.00031369015 | |
| 15850547 | 2 years ago | | | 0.008 | 0.00029691465 | |
| 15850547 | 2 years ago | | | 0.008 | 0.00031369015 | |
| 15850546 | 2 years ago | | | 0.008 | 0.00026768619 | |
| 15848289 | 2 years ago | | | 0.008 | 0.00058622928 | |
| 15840470 | 2 years ago | | | 0 | 0.0043247965 | |
| 15840464 | 2 years ago | | | 0.008 | 0.0026319439 | |
| 15840460 | 2 years ago | | | 0.008 | 0.0022907354 |
ABI
ABI objects
Getter at block 21289678
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
destinationWallet() view returns (address)
0xeda703919a528481f4f11423a728300dcabf441f
Read-only
chainlinkRaffleInfo(bytes32) view returns (uint256 id, uint256 size)
claimsData(bytes32) view returns (uint256 numEntriesPerUser, uint256 amountSpentInWeis, bool claimed)
fundingList(uint256) view returns (uint256 minimumFundsInWeis, uint256 desiredFundsInWeis)
getClaimData(uint256 _raffleId, address _player) view returns (struct ManagerClaimStruct)
getEntries(uint256 _raffleId) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getWinnerAddressFromRandom(uint256 _raffleId, uint256 _normalizedRandomNumber) view returns (address)
hasRole(bytes32 role, address account) view returns (bool)
prices(uint256, uint256) view returns (uint256 id, uint256 numEntries, uint256 price)
raffles(uint256) view returns (uint8 status, uint256 maxEntries, address collateralAddress, uint256 collateralId, address winner, uint256 randomNumber, uint256 amountRaised, address seller, uint256 platformPercentage, address requiredNFT, uint256 entriesLength, uint256 cancellingDate)
requests(uint256) view returns (uint256 randomNumber, uint256 nomalizedRandomNumber)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyEntry(uint256 _raffleId, uint256 _id) payable
cancelRaffle(uint256 _raffleId)
claimRefund(uint256 _raffleId)
createRaffle(uint256 _desiredFundsInWeis, uint256 _maxEntriesPerUser, address _collateralAddress, uint256 _collateralId, uint256 _minimumFundsInWeis, struct ManagerPriceStructure[] _prices, uint256 _commissionInBasicPoints, address _requiredNFT) returns (uint256)
earlyCashOut(uint256 _raffleId)
giveBatchEntriesForFree(uint256 _raffleId, address[] _freePlayers) payable
grantRole(bytes32 role, address account)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDestinationAddress(address _newAddress)
setWinner(uint256 _raffleId) payable
stakeNFT(uint256 _raffleId)
transferRemainingFunds(uint256 _raffleId)
EarlyCashoutTriggered(uint256 indexed raffleId, uint256 amountRaised)
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)
RaffleCancelled(uint256 indexed raffleId, uint256 amountRaised)
RaffleCreated(uint256 indexed raffleId, address indexed nftAddress, uint256 indexed nftId)
RaffleEnded(uint256 indexed raffleId, address indexed winner, uint256 amountRaised, uint256 randomNumber)
RaffleStarted(uint256 indexed raffleId, address indexed seller)
RandomNumberCreated(uint256 indexed idFromMetawin, uint256 randomNumber, uint256 normalizedRandomNumber)
Refund(uint256 indexed raffleId, uint256 amountInWeis, address indexed player)
RemainingFundsTransferred(uint256 indexed raffleId, uint256 amountInWeis)
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)
StatusChangedInEmergency(uint256 indexed raffleId, uint256 newStatus)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.