Vested VMX-FTM LP
Verified contract
Active on
Base with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Vested VMX-FTM LP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3612808 | a year ago | | | 0 | 0.0000056391709 | |
| 3612795 | a year ago | | | 0 | 9.3863477e-7 |
ABI
ABI objects
Getter at block 22942344
claimableToken() view returns (address)
0x44d05c7bf593b4cc4322088ffca35613079e8d37
decimals() view returns (uint8)
18
esToken() view returns (address)
0x04742560c19db19d929403456db3b36acb222443
gov() view returns (address)
0x9cba37df627cdaa6548e1a837f82773d68e593d0
hasMaxVestableAmount() view returns (bool)
true
hasPairToken() view returns (bool)
true
hasRewardTracker() view returns (bool)
true
name() view returns (string)
Vested VMX-FTM LP
pairSupply() view returns (uint256)
0
pairToken() view returns (address)
0xe826f7bc6d9ac379fd58a81bb14cbf181d3299a4
rewardTracker() view returns (address)
0x60380a31940ea303b12ef1297d552aefc406bd33
symbol() view returns (string)
vVMX-FTM-LP
totalSupply() view returns (uint256)
0
vestingDuration() view returns (uint256)
31536000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
bonusRewards(address) view returns (uint256)
claimable(address _account) view returns (uint256)
claimedAmounts(address) view returns (uint256)
cumulativeClaimAmounts(address) view returns (uint256)
cumulativeRewardDeductions(address) view returns (uint256)
getCombinedAverageStakedAmount(address _account) view returns (uint256)
getMaxVestableAmount(address _account) view returns (uint256)
getPairAmount(address _account, uint256 _esAmount) view returns (uint256)
getTotalVested(address _account) view returns (uint256)
getVestedAmount(address _account) view returns (uint256)
isHandler(address) view returns (bool)
lastVestingTimes(address) view returns (uint256)
pairAmounts(address) view returns (uint256)
transferredAverageStakedAmounts(address) view returns (uint256)
transferredCumulativeRewards(address) view returns (uint256)
State-modifying
Events approve(address, uint256) returns (bool)
claim() returns (uint256)
claimForAccount(address _account, address _receiver) returns (uint256)
deposit(uint256 _amount)
depositForAccount(address _account, uint256 _amount)
setBonusRewards(address _account, uint256 _amount)
setCumulativeRewardDeductions(address _account, uint256 _amount)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setHasMaxVestableAmount(bool _hasMaxVestableAmount)
setTransferredAverageStakedAmounts(address _account, uint256 _amount)
setTransferredCumulativeRewards(address _account, uint256 _amount)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
transferStakeValues(address _sender, address _receiver)
withdraw()
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address receiver, uint256 amount)
Deposit(address account, uint256 amount)
PairTransfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address account, uint256 claimedAmount, uint256 balance)
constructor(string _name, string _symbol, uint256 _vestingDuration, address _esToken, address _pairToken, address _claimableToken, address _rewardTracker)
This contract contains no fallback and receive objects.
This contract contains no error objects.