RakeDistributor
Verified contract
Active on
Base with 24 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 "RakeDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16271474 | 5 months ago | | | 0 | 5.9215080e-7 | |
| 4171268 | a year ago | | | 0 | 0.0000010089269 | |
| 3935843 | a year ago | | | 0 | 0.0000010089269 | |
| 3885625 | a year ago | | | 0 | 0.0000010089269 | |
| 3885625 | a year ago | | | 0 | 0.0000010089269 | |
| 3885624 | a year ago | | | 0 | 0.0000010089269 | |
| 3885624 | a year ago | | | 0 | 0.0000010089269 | |
| 3885624 | a year ago | | | 0 | 0.0000010089269 | |
| 3885624 | a year ago | | | 0 | 0.0000010089269 | |
| 3885624 | a year ago | | | 0 | 0.0000010089269 |
ABI
ABI objects
Getter at block 23084410
ferdyAddress() view returns (address)
0x3b6014e4b38791444a352d687022d6d6d79eb99c
ferdyRake() view returns (uint256)
2000
getTotalRake() view returns (uint256)
500
owner() view returns (address)
0x689650fee4c8f9d11ce434695151a4a1f2c42a37
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
referralRake() view returns (uint256)
2000
referralTrackerAddress() view returns (address)
0x9b2e38cb709441f7b59de5f35d11bbf63efdbe86
teamAddress() view returns (address)
0x3b6014e4b38791444a352d687022d6d6d79eb99c
teamRake() view returns (uint256)
6000
totalRake() view returns (uint256)
500
Read-only
getReferrerFromGamerAndCode(address gamer, string referralCode) view returns (address)
operators(address) view returns (bool)
State-modifying
Events acceptOwnership()
distributeRake() payable
distributeReferredRake(uint256 gameId, address player, address referrer) payable
renounceOwnership()
setFerdyAddress(address _ferdyAddress)
setFerdyRake(uint32 _ferdyRake)
setOperator(address operator, bool isValid)
setReferralRake(uint32 _referralRake)
setReferralTrackerAddress(address _referralTrackerAddress)
setTeamAddress(address _teamAddress)
setTeamRake(uint32 _teamRake)
setTotalRake(uint32 _totalRake)
transferOwnership(address newOwner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RakePayment(address indexed game, uint8 rakeType, uint256 gameId, address player, address destination, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.