3 Month Vault
Verified contract
Active on
Ethereum with 64 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd47b…1f3d
Balances ($3,642.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRVL | ERC-20 | 55.398715K | $0.065757 |
$3,642.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20522504 | 3 months ago | | | 0 | 0.00024165408 | |
| 19690262 | 7 months ago | | | 0 | 0.0016917066 | |
| 18454793 | a year ago | | | 0 | 0.0023491327 | |
| 18005648 | a year ago | | | 0 | 0.0017213650 | |
| 18005592 | a year ago | | | 0 | 0.0017451976 | |
| 17983183 | a year ago | | | 0 | 0.0022544022 | |
| 17976316 | a year ago | | | 0 | 0.0020827261 | |
| 17887369 | a year ago | | | 0 | 0.0033114965 | |
| 17720837 | a year ago | | | 0 | 0.0052886072 | |
| 17670380 | a year ago | | | 0 | 0.0013225617 |
ABI
ABI objects
Getter at block 21171244 getRemainingReward() view returns (uint256)
apr() view returns (uint256)
30
expiryTime() view returns (uint256)
0
getCampaignInfo() view returns (address _token, string _campaignName, uint256 _expiryTime, uint256 _maxCap, uint256 _maxTokensPerDeposit, uint256 _minTokensPerDeposit, uint256 _timelock, uint256 _apr, uint256 _totalDepositedTokens, uint256 _totalPayout)
(_token=0xd47bdf574b4f76210ed503e0efe81b58aa061f3d, _campaignName=3 Month Vault, _expiryTime=0, _maxCap=5000000000000000000000000, _maxTokensPerDeposit=1500000000000000000000000, _minTokensPerDeposit=500000000000000000000, _timelock=7776000, _apr=30, _totalDepositedTokens=5000000000000000000000000, _totalPayout=5314464284931506849315055)
getRemainingPayout() view returns (uint256)
55398728767123287671231
getTokenBalance() view returns (uint256)
55398715068493150684945
isMaxCapReached() view returns (bool)
false
maxCap() view returns (uint256)
5000000000000000000000000
maxTokensPerDeposit() view returns (uint256)
1500000000000000000000000
minTokensPerDeposit() view returns (uint256)
500000000000000000000
name() view returns (string)
3 Month Vault
owner() view returns (address)
0x0ac27affa931c26e1cf61a6e931bf8acccd198bc
paused() view returns (bool)
false
timelock() view returns (uint256)
7776000
token() view returns (address)
0xd47bdf574b4f76210ed503e0efe81b58aa061f3d
totalDepositedTokens() view returns (uint256)
5000000000000000000000000
totalPayout() view returns (uint256)
5314464284931506849315055
totalRewardTokens() view returns (uint256)
369863013698630136986286
Read-only
checkAuthorized(address auth_) view returns (bool)
getStakings(address _staker) view returns (uint256[] _seqs, uint256[] _amounts, uint256[] _rewards, bool[] _isPaidOuts, uint256[] _timestamps)
stakingList(address, uint256) view returns (uint256 seq, uint256 amount, uint256 reward, bool isPaidOut, uint256 unlockTime)
State-modifying
Events claim(uint256 _seq)
deposit(uint256 _amountIn)
grantAuthorized(address auth_)
ownerClaimRemainingReward(address _to)
ownerWithdraw(address _to, uint256 _amount)
ownerWithdrawAll(address _to)
pause()
renounceOwnership()
revokeAuthorized(address auth_)
setAPR(uint256 _apr)
setExpiryTime(uint256 _expiryTime)
setMaxCap(uint256 _maxCap)
setMaxTokensPerDeposit(uint256 _maxTokensPerDeposit)
setMinTokensPerDeposit(uint256 _minTokensPerDeposit)
setName(string _name)
setTimelock(uint256 _timelock)
transferOwnership(address newOwner)
unpause()
Claimed(address indexed sender, uint256 seq, uint256 amount, uint256 reward, uint256 timestamp)
Deposited(address indexed sender, uint256 seq, uint256 amount, uint256 timestamp)
EvtSetAPR(uint256 _apr)
EvtSetExpiryTime(uint256 _expiryTime)
EvtSetMaxCap(uint256 _maxCap)
EvtSetMaxTokensPerDeposit(uint256 _maxTokensPerDeposit)
EvtSetMinTokensPerDeposit(uint256 _minTokensPerDeposit)
EvtSetName(string _name)
EvtSetTimelock(uint256 _timelock)
GrantAuthorized(address auth_)
OwnerClaimed(address indexed sender, uint256 _remainingReward, address _to)
OwnerWithdrawn(address indexed sender, uint256 _amount, address _to)
OwnerWithdrawnAll(address indexed sender, uint256 _amount, address _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RevokeAuthorized(address auth_)
Unpaused(address account)
constructor(address _token, string _campaignName, uint256 _expiryTime, uint256 _maxCap, uint256 _maxTokensPerDeposit, uint256 _minTokensPerDeposit, uint256 _timelock, uint256 _apr)
This contract contains no fallback and receive objects.
This contract contains no error objects.