StakingApplication
Verified contract
Active on
Ethereum with 1,103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa25…7ae5
Balances ($0.00)
No balances found for "StakingApplication"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11490961 | 4 years ago | | | 0 | 0.0053079516 | |
| 11490954 | 4 years ago | | | 0 | 0.0051078600 | |
| 11490870 | 4 years ago | | | 0 | 0.0058349440 | |
| 11490803 | 4 years ago | | | 0 | 0.0067344880 | |
| 11489160 | 4 years ago | | | 0 | 0.0028377000 | |
| 11489159 | 4 years ago | | | 0 | 0.0031730239 | |
| 11487601 | 4 years ago | | | 0 | 0.0031077002 | |
| 11487601 | 4 years ago | | | 0 | 0.0031077002 | |
| 11486357 | 4 years ago | | | 0 | 0.0039649240 | |
| 11484864 | 4 years ago | | | 0 | 0.016493199 |
ABI
ABI objects
Getter at block 21098452
accountFactory() view returns (address)
0x34d50b679bb74a3d4d27a82594e527aea78ec548
controller() view returns (address)
0xfa25316494560fbec71f147adcd6be34c7ab7ae5
governance() view returns (address)
0xed4907815ff134a50b50f73090f293f22f1fd51e
Read-only
getClaimedReward(uint256 _vaultId) view returns (uint256)
getStakeBalance(uint256 _vaultId) view returns (uint256)
getUnclaimedReward(uint256 _vaultId) view returns (uint256)
getVaultBalance(uint256 _vaultId) view returns (uint256)
State-modifying
Events claimRewards(uint256 _vaultId)
setAccountFactory(address _accountFactory)
setController(address _controller)
setGovernance(address _governance)
stake(uint256 _vaultId, uint256 _amount)
unstake(uint256 _vaultId, uint256 _amount)
unstakeAll(uint256 _vaultId)
Claimed(address indexed staker, uint256 indexed vaultId, address indexed token, uint256 amount)
Staked(address indexed staker, uint256 indexed vaultId, address indexed token, uint256 amount)
Unstaked(address indexed staker, uint256 indexed vaultId, address indexed token, uint256 amount)
constructor(address _accountFactory, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.