2 Month Vault
Verified contract
Active on
Ethereum with 47 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd47b…1f3d
Balances ($67,114.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRVL | ERC-20 | 1.043906M | $0.064292 |
$67,114.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19677987 | 7 months ago | | | 0 | 0.0013631285 | |
| 19407567 | 8 months ago | | | 0 | 0.0041292701 | |
| 19072427 | 10 months ago | | | 0 | 0.0015241736 | |
| 18607923 | a year ago | | | 0 | 0.0036723563 | |
| 18554974 | a year ago | | | 0 | 0.0026072604 | |
| 18454778 | a year ago | | | 0 | 0.0024974927 | |
| 18404500 | a year ago | | | 0 | 0.00091592130 | |
| 18404496 | a year ago | | | 0 | 0.00094065444 | |
| 18215220 | a year ago | | | 0 | 0.0018517455 | |
| 18201804 | a year ago | | | 0 | 0.00092697109 |
ABI
ABI objects
Getter at block 21161592 getRemainingReward() view returns (uint256)
apr() view returns (uint256)
20
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=2 Month Vault, _expiryTime=0, _maxCap=3750000000000000000000000, _maxTokensPerDeposit=1000000000000000000000000, _minTokensPerDeposit=500000000000000000000, _timelock=5184000, _apr=20, _totalDepositedTokens=3750000000000000000000000, _totalPayout=2829046216438356164383552)
getRemainingPayout() view returns (uint256)
1044241454794520547945204
getTokenBalance() view returns (uint256)
1043905783561643835616448
isMaxCapReached() view returns (bool)
false
maxCap() view returns (uint256)
3750000000000000000000000
maxTokensPerDeposit() view returns (uint256)
1000000000000000000000000
minTokensPerDeposit() view returns (uint256)
500000000000000000000
name() view returns (string)
2 Month Vault
owner() view returns (address)
0x0ac27affa931c26e1cf61a6e931bf8acccd198bc
paused() view returns (bool)
false
timelock() view returns (uint256)
5184000
token() view returns (address)
0xd47bdf574b4f76210ed503e0efe81b58aa061f3d
totalDepositedTokens() view returns (uint256)
3750000000000000000000000
totalPayout() view returns (uint256)
2829046216438356164383552
totalRewardTokens() view returns (uint256)
123287671232876712328756
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.