SimpleStaking
Verified contract
Active on
Ethereum with 1,421 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xced4…388e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EDO | ERC-20 | 1.984338M | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10327504 | 4 years ago | | | 0 | 0.0014144650 | |
| 10314740 | 4 years ago | | | 0 | 0.0030549420 | |
| 10312022 | 4 years ago | | | 0 | 0.0014861880 | |
| 10311514 | 4 years ago | | | 0 | 0.0013175370 | |
| 10307868 | 4 years ago | | | 0 | 0.0016891500 | |
| 10301790 | 4 years ago | | | 0 | 0.0021621120 | |
| 10301060 | 4 years ago | | | 0 | 0.0024769800 | |
| 10297832 | 4 years ago | | | 0 | 0.0023648100 | |
| 10297727 | 4 years ago | | | 0 | 0.0029723760 | |
| 10297461 | 4 years ago | | | 0 | 0.0026350740 |
ABI
ABI objects
Getter at block 21299861
accruingInterval() view returns (uint256)
86400
adminStopTime() view returns (uint256)
99999999999999999
getAvailableStaking() view returns (uint256)
0
interestRate() view returns (uint256)
240000
interestReserveBalance() view returns (uint256)
794346242332997040000000
isOwner() view returns (bool)
false
owner() view returns (address)
0x8bf9db9d4ac93aa42d80e4ce765fa94b0953ac14
paused() view returns (bool)
true
stakingEnd() view returns (uint256)
1608854400
stakingStart() view returns (uint256)
1577232000
token() view returns (address)
0xced4e93198734ddaff8492d525bd258d49eb388e
totalLocked() view returns (uint256)
1690223990279179000000000
totalWithdrawn() view returns (uint256)
111539761238728502950703
Read-only
alreadyWithdrawn(address) view returns (uint256)
getAccruedInterest(address user, uint256 time) view returns (uint256)
getAccruedInterestNow(address user) view returns (uint256)
isPauser(address account) view returns (bool)
lockedAmount(address) view returns (uint256)
State-modifying
Events addFundsForInterests(uint256 amount)
addPauser(address account)
addStaking(uint256 amount)
adminStop()
adminWithdraw(address asset)
pause()
renounceOwnership()
renouncePauser()
transferOwnership(address newOwner)
unpause()
withdraw() returns (uint256)
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_, uint256 start_, uint256 end_, uint256 accruingInterval_, uint256 rate_)
This contract contains no fallback and receive objects.
This contract contains no error objects.