RewardVesting
Verified contract
Active on
Ethereum with 273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WASABI | ERC-20 | 2.52991M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278071 | 5 days ago | | | 0 | 0.00070551342 | |
| 21277325 | 5 days ago | | | 0 | 0.00043930706 | |
| 21079463 | a month ago | | | 0 | 0.0028696304 | |
| 20858377 | 2 months ago | | | 0 | 0.0019415650 | |
| 20559272 | 3 months ago | | | 0 | 0.00018888192 | |
| 20423308 | 4 months ago | | | 0 | 0.00035160754 | |
| 20423112 | 4 months ago | | | 0 | 0.00055340601 | |
| 20246800 | 5 months ago | | | 0 | 0.00013503989 | |
| 20202267 | 5 months ago | | | 0 | 0.000098431935 | |
| 20197021 | 5 months ago | | | 0 | 0.00011753098 |
ABI
ABI objects
Getter at block 21315003
accumulatedPenalty() view returns (uint256)
706164237078556675707445
duration() view returns (uint256)
86400
governance() view returns (address)
0x68284083acbabcb6da84f62ea341dd8c30500eee
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
vesting() view returns (uint256)
7776000
wasabi() view returns (address)
0x896e145568624a498c5a909187363ae947631503
Read-only
earnedBalances(address user) view returns (uint256 total, uint256[2][] earningsData)
userBalances(address) view returns (uint256 earned)
withdrawableEarning(address user) view returns (uint256 amount, uint256 penaltyAmount, uint256 amountWithoutPenalty)
State-modifying
Events acceptGovernance()
addEarning(address user, uint256 amount)
initialize(address _wasabi, uint256 _duration, uint256 _vesting)
setPendingGovernance(address _pendingGovernance)
transferPenalty(address transferTo)
withdrawEarning(uint256 amount)
EarningAdd(address indexed user, uint256 amount)
EarningWithdraw(address indexed user, uint256 amount, uint256 penaltyAmount)
GovernanceUpdated(address governance)
PendingGovernanceUpdated(address pendingGovernance)
constructor(address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.