SimpleStakingProxy
Verified contract
Active on
Ethereum with 1,091 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x89ab…aaed
0x4bbe…d745
Balances ($147.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PNT | ERC-20 | 26.195458K | $0.005619 |
$147.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15318609 | 2 years ago | | | 0 | 0.0015816960 | |
| 15218285 | 2 years ago | | | 0 | 0.0025235820 | |
| 15192058 | 2 years ago | | | 0 | 0.0012617910 | |
| 14989198 | 2 years ago | | | 0 | 0.0023594850 | |
| 14753938 | 3 years ago | | | 0 | 0.010017408 | |
| 14552536 | 3 years ago | | | 0 | 0.0067295520 | |
| 14534985 | 3 years ago | | | 0 | 0.0050471640 | |
| 14534528 | 3 years ago | | | 0 | 0.0030084120 | |
| 14500463 | 3 years ago | | | 0 | 0.0037246790 | |
| 14346086 | 3 years ago | | | 0 | 0.0035049750 |
ABI
ABI objects
Getter at block 21383427
accruingInterval() view returns (uint256)
86400
adminStopTime() view returns (uint256)
99999999999999999
getAvailableStaking() view returns (uint256)
0
interestRate() view returns (uint256)
240000
interestReserveBalance() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x8bf9db9d4ac93aa42d80e4ce765fa94b0953ac14
paused() view returns (bool)
false
proxedStaking() view returns (address)
0x4bbea0ba8c493fb6820080c5544623b5f245d745
stakingEnd() view returns (uint256)
1608854400
stakingStart() view returns (uint256)
1577232000
token() view returns (address)
0x89ab32156e46f46d02ade3fecbe5fc4243b9aaed
totalLocked() view returns (uint256)
1690223990279179000000000
totalWithdrawn() view returns (uint256)
230920592776543281311567
Read-only
_alreadyWithdrawn(address) view returns (uint256)
_lockedAmount(address) view returns (uint256)
alreadyWithdrawn(address user) view returns (uint256 amount)
getAccruedInterest(address user, uint256 time) view returns (uint256)
getAccruedInterestNow(address user) view returns (uint256)
isPauser(address account) view returns (bool)
lockedAmount(address user) view returns (uint256 amount)
State-modifying
Events addFundsForInterests(uint256 amount)
addPauser(address account)
addStaking(uint256 amount)
adminSetAmounts(address user, uint256 locked, uint256 withdrawn)
adminStop()
adminWithdraw(address asset)
fetchAmounts(address[] users)
pause()
renounceOwnership()
renouncePauser()
transferOwnership(address newOwner)
unpause()
withdraw() returns (uint256)
AdminStakingChanged(address user, uint256 oldLocked, uint256 oldWithdrawn, uint256 newLocked, uint256 newWithdrawn)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
StakingUpdated(address indexed user, uint256 userLocked, uint256 remainingInterestReserve)
Unpaused(address account)
Withdraw(address investor, uint256 amount)
constructor(address token_, address staking_)
This contract contains no fallback and receive objects.
This contract contains no error objects.