StakingContract
Verified contract
Active on
Ethereum with 329 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6cc7…cd2c
0xb22e…c289
Balances ($0.00)
No balances found for "StakingContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19487688 | 8 months ago | | | 0 | 0.00059504846 | |
| 19487684 | 8 months ago | | | 0 | 0.00060700334 | |
| 19487682 | 8 months ago | | | 0 | 0.00060019534 | |
| 19487678 | 8 months ago | | | 0 | 0.00059229885 | |
| 19487670 | 8 months ago | | | 0 | 0.00060389571 | |
| 19487667 | 8 months ago | | | 0 | 0.00063664898 | |
| 19487664 | 8 months ago | | | 0 | 0.00061069709 | |
| 19487662 | 8 months ago | | | 0 | 0.00061071570 | |
| 19487659 | 8 months ago | | | 0 | 0.00065098298 | |
| 19487656 | 8 months ago | | | 0 | 0.00073326344 |
ABI
ABI objects
Getter at block 21281878
getReserved() view returns (uint256 vaultTokens, uint256 vaultFunds)
(vaultTokens=2548528630599373301648968, vaultFunds=1000000000000000)
paused() view returns (bool)
false
rewardToken() view returns (address)
0x6cc7d6c7b3000a8f1eefebbba253bd277457cd2c
Read-only
getReservedByAddress(address token) view returns (uint256)
isManager(address account) view returns (bool)
isPauser(address account) view returns (bool)
isPoolAvailable(address pool) view returns (bool)
isSupporter(address account) view returns (bool)
poolInfo(address poolAddress) view returns (address rewardAddress, uint256 rate, uint256 adapter, uint256 totalStaked, uint256 apy, uint256 apyAdapter, uint256 staked, uint256 lastRewardTime, uint256 rewardTokenPerDay, uint256 earned, uint256 totalEarned)
State-modifying
Events addManager(address account)
addPauser(address account)
addSupporter(address account)
changeRewardAddress(address rewardAddress) returns (bool success)
claimRewardTokenInTpool(address token, address rewardAddress) returns (bool)
delegateToken(address token, address from, address to, uint256 amount) returns (bool)
depriveFunds(address vault, uint256 amount) returns (bool)
depriveToken(address vault, address token, uint256 amount) returns (bool)
pause()
purchaseToken(uint256 _amount, address _erc20Token) payable returns (bool)
renounceManager()
renounceOwnership()
renouncePauser()
renounceSupporter()
stake(uint256 _value, address token) returns (bool)
transferAnyERC20Token(address erc20Token, uint256 tokens, address target) returns (bool success)
transferOwnership(address newOwner)
unpause()
updatePoolRate(address pool, uint256 _rate, uint256 _adapter, uint256 _apy, uint256 _apyAdapter) returns (bool)
withdrawTokenPool(address token) returns (bool)
ManagerAdded(address indexed account)
ManagerRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RewardTokenClaimed(address indexed user, address indexed beneficiary, uint256 amount)
SupporterAdded(address indexed account)
SupporterRemoved(address indexed account)
TokenPurchased(address indexed user, uint256 amount)
TokenStaked(address indexed user, address indexed tokenAddress, uint256 amount)
TokenWithdrawed(address indexed user, address indexed tokenAddress, uint256 amount)
Unpaused(address account)
constructor(address _rewardToken)
fallback()
This contract contains no error objects.