RTELockingVault
Verified contract
Active on
Ethereum with 89 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x436f…fe53
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RTE | ERC-20 | 37.26651 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6683108 | 6 years ago | | | 0 | 0.0029843080 | |
| 6671678 | 6 years ago | | | 0 | 0.00091926100 | |
| 6671620 | 6 years ago | | | 0 | 0.0023693080 | |
| 6669829 | 6 years ago | | | 0 | 0.0012821110 | |
| 6660099 | 6 years ago | | | 0 | 0.0029869320 | |
| 6660078 | 6 years ago | | | 0 | 0.0012821110 | |
| 6660071 | 6 years ago | | | 0 | 0.0023719320 | |
| 6660012 | 6 years ago | | | 0 | 0.0029869320 | |
| 6660001 | 6 years ago | | | 0 | 0.0018971110 | |
| 6659934 | 6 years ago | | | 0 | 0.0017569320 |
ABI
ABI objects
Getter at block 21427773
cap() view returns (uint256)
1000000000000000000000000
interestRate() view returns (uint256)
9
minimumDeposit() view returns (uint256)
5000000000000000000
owner() view returns (address)
0xc568b77b457555578de99126829c119cbf6d41d9
rewardWallet() view returns (address)
0xc568b77b457555578de99126829c119cbf6d41d9
token() view returns (address)
0x436f0f3a982074c4a05084485d421466a994fe53
tokensDeposited() view returns (uint256)
1907564383561643527810
vaultDepositDeadlineTime() view returns (uint256)
1571184000
vaultLockDays() view returns (uint256)
30
vaultUnlockTime() view returns (uint256)
1539151800
vaultUnlocked() view returns (bool)
false
Read-only
lockedBalances(address) view returns (uint256)
State-modifying
Events finalizeVault()
forceWithdrawToken(address _forceAddress)
lockToken(uint256 _amount)
reclaimEther()
reclaimToken(address token)
transferOwnership(address newOwner)
withdrawToken()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenLocked(address _investor, uint256 _value)
TokenWithdrawal(address _investor, uint256 _value)
constructor(address _token, uint256 _cap, uint256 _minimumDeposit, uint256 _interestRate, uint256 _vaultDepositDeadlineTime, uint256 _vaultUnlockTime, uint256 _vaultLockDays, address _rewardWallet)
fallback()
This contract contains no error objects.