TimeWarpPool
Verified contract
Active on
Ethereum with 1,854 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x485d…a260
0x485d…a260
Balances ($3,378,946.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIME | ERC-20 | 152.617258K | $22.14 |
$3,378,946.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252911 | 3 days ago | | | 0 | 0.0023623675 | |
| 21252906 | 3 days ago | | | 0 | 0.0089317953 | |
| 21236543 | 5 days ago | | | 0 | 0.0020181452 | |
| 21236537 | 5 days ago | | | 0 | 0.0058278640 | |
| 21212483 | 9 days ago | | | 0 | 0.0029110840 | |
| 21187089 | 12 days ago | | | 0 | 0.0031883482 | |
| 21187089 | 12 days ago | | | 0 | 0.0062658247 | |
| 21186922 | 12 days ago | | | 0 | 0.014563365 | |
| 21186802 | 12 days ago | | | 0 | 0.0035603358 | |
| 21182378 | 13 days ago | | | 0 | 0.017172719 |
ABI
ABI objects
Getter at block 21274289 stakedWithMultipliers() view returns (uint256)
MAX_LOOPS() view returns (uint8)
100
accumulatedFee() view returns (uint256)
739121
depositFeePercent() view returns (uint256)
1
depositFeePrecision() view returns (uint256)
1000
erc20Deposit() view returns (address)
0x485d17a6f1b8780392d53d64751824253011a260
erc20Reward() view returns (address)
0x485d17a6f1b8780392d53d64751824253011a260
lastReward() view returns (uint32)
173
owner() view returns (address)
0xdf79f33c0d49b1b7e51ac64c0035c90d157e04f6
precision() view returns (uint256)
10000000000
totalStakedInPools() view returns (uint256)
14656560810610
withdrawFeePercent() view returns (uint256)
0
withdrawFeePrecision() view returns (uint256)
1000
Read-only
expirationDeposit(address) view returns (uint256)
getReward(address _user, uint32 _lastRewardIndex) view returns (uint256 amount, uint32 lastRewardIndex)
locks(uint8) view returns (uint32 period, uint8 multiplicator)
rewards(uint8, uint32) view returns (uint256 amount, uint256 totalStacked)
stakedWithMultiplier(uint8 _lockType) view returns (uint256)
totalStacked(uint8) view returns (uint256)
userLastReward(address) view returns (uint32)
userLock(address) view returns (uint8)
userStacked(address) view returns (uint256)
State-modifying
Events compound()
deposit(uint8 _lockType, uint256 _amount, bool _comp)
harvest()
init(address _erc20Deposit, address _erc20Reward)
renounceOwnership()
reward(uint256 amount)
setDepositFee(uint256 _feePercent, uint256 _feePrecision)
setPrecision(uint256 _precision)
setUnlockAll(bool _flag)
setWithdrawFee(uint256 _feePercent, uint256 _feePrecision)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Compound(uint8 _lockType, uint256 _amount, uint32 _lastRewardIndex)
Deposit(uint8 _lockType, uint256 _amount, uint256 _amountStacked)
Harvest(uint8 _lockType, uint256 _amount, uint32 _lastRewardIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPay(uint256 _amount, uint256 _accumulatedFee)
Withdraw(uint256 _amount, uint256 _amountWithdraw)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.