StafiDistributor
Verified contract
Active on
Ethereum with 595 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 "StafiDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18712933 | a year ago | | | 0 | 0.0079153748 | |
| 18712930 | a year ago | | | 0 | 0.013111043 | |
| 18705797 | a year ago | | | 0 | 0.0045721382 | |
| 18705794 | a year ago | | | 0 | 0.0072863864 | |
| 18698654 | a year ago | | | 0 | 0.0046072354 | |
| 18691498 | a year ago | | | 0 | 0.0065254048 | |
| 18691494 | a year ago | | | 0 | 0.011081468 | |
| 18691493 | a year ago | | | 0 | 0.010448395 | |
| 18684357 | a year ago | | | 0 | 0.0054564450 | |
| 18684352 | a year ago | | | 0 | 0.0096157240 |
ABI
ABI objects
Getter at block 21125044
getCurrentNodeDepositAmount() view returns (uint256)
12000000000000000000
getDistributeFeeDealedHeight() view returns (uint256)
21042493
getDistributeSlashDealedHeight() view returns (uint256)
314775
getDistributeSuperNodeFeeDealedHeight() view returns (uint256)
21092657
getMerkleDealedEpoch() view returns (uint256)
322875
getMerkleRoot() view returns (bytes32)
0xb69cd3684e711c2a210f40cd8dc4cccba40022c1c8909a9e05cbb4a36b09da45
version() view returns (uint8)
1
Read-only
getTotalClaimedDeposit(address _account) view returns (uint256)
getTotalClaimedReward(address _account) view returns (uint256)
State-modifying
Events claim(uint256 _index, address _account, uint256 _totalRewardAmount, uint256 _totalExitDepositAmount, bytes32[] _merkleProof, uint8 _claimType)
distributeFee(uint256 _dealedHeight, uint256 _userAmount, uint256 _nodeAmount, uint256 _platformAmount)
distributeSlashAmount(uint256 _dealedHeight, uint256 _amount)
distributeSuperNodeFee(uint256 _dealedHeight, uint256 _userAmount, uint256 _nodeAmount, uint256 _platformAmount)
distributeWithdrawals() payable
receiveEtherWithdrawal() payable
setMerkleRoot(uint256 _dealedEpoch, bytes32 _merkleRoot)
updateMerkleRoot(bytes32 _merkleRoot)
Claimed(uint256 index, address account, uint256 claimableReward, uint256 claimableDeposit, uint8 claimType)
DistributeFee(uint256 dealedHeight, uint256 userAmount, uint256 nodeAmount, uint256 platformAmount)
DistributeSlash(uint256 dealedHeight, uint256 slashAmount)
DistributeSuperNodeFee(uint256 dealedHeight, uint256 userAmount, uint256 nodeAmount, uint256 platformAmount)
ProposalExecuted(bytes32 indexed proposalId)
SetMerkleRoot(uint256 dealedEpoch, bytes32 merkleRoot)
VoteProposal(bytes32 indexed proposalId, address voter)
constructor(address _stafiStorageAddress)
receive()
This contract contains no error objects.