RevShareContract
Verified contract
Active on
Ethereum with 1,043 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,864.49)
Native
Value
$20,864.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.683908 | $3,670.80 |
$20,864.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20999561 | a month ago | | | 0 | 0.00036811248 | |
| 20794829 | 2 months ago | | | 0 | 0.0014219647 | |
| 20771565 | 2 months ago | | | 0 | 0.0015559476 | |
| 20574717 | 3 months ago | | | 0 | 0.000037772800 | |
| 20557870 | 3 months ago | | | 0 | 0.000064812000 | |
| 20481916 | 4 months ago | | | 0 | 0.000068803332 | |
| 20284361 | 5 months ago | | | 0 | 0.00075169579 | |
| 20238197 | 5 months ago | | | 0 | 0.00084255600 | |
| 20186022 | 5 months ago | | | 0 | 0.00031216824 | |
| 20118938 | 5 months ago | | | 0 | 0.0011352336 |
ABI
ABI objects
Getter at block 21301381
currentRound() view returns (uint256)
5
incentivesAddress() view returns (address)
0xe9167c72b5039a7464d8db7f804a2e90aadcc0c6
owner() view returns (address)
0x3121e8d2a4f0f220e8c7c7c6d9a7046527a54b19
Read-only
claimableBB(address userAddress, uint256 roundNumber) view returns (uint256)
claimableBettingVolume(address userAddress, uint256 roundNumber) view returns (uint256)
claimableReferral(address userAddress, uint256 roundNumber) view returns (uint256)
rounds(uint256) view returns (uint256 revenueForBB, uint256 revenueForBettingVolume, uint256 revenueForReferrals, uint256 totalBBTokens, uint256 totalBettingVolume, uint256 totalReferrals, uint256 startTime, bool isSnapshotUploaded)
State-modifying
Events claimBB(uint256 roundNumber)
claimBettingVolume(uint256 roundNumber)
claimReferral(uint256 roundNumber)
depositRevenue(uint256 bbRevenue, uint256 bettingVolumeRevenue, uint256 referralsRevenue, uint256 incentivesRevenue) payable
lockSnapshot()
setIncentivesAddress(address _newIncentivesAddress)
uploadBBBalances(address[] bbHolders, uint256[] bbBalances)
uploadBettingVolumes(address[] betters, uint256[] bettingVolumes)
uploadReferrals(address[] referrers, uint256[] referralAmounts)
withdrawUnclaimed()
AdminWithdraw(uint256 amount, uint256 round)
EthClaim(address indexed claimer, uint256 amount, uint256 round)
constructor(address _incentivesAddress)
receive()
This contract contains no error objects.