Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,296.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.987776 | $3,337.14 |
$3,296.35 | |
kurbi | ERC-20 | 0.1 | $0.000571 |
$0 | |
VLP | ERC-20 | 1.739302K | -- | -- | |
CATINB | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
OOMBASE | ERC-20 | 76.33 | -- | -- | |
Uii coin | ERC-20 | 19.95 | -- | -- | |
GURMY | ERC-20 | 3.33 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x2a696e68 | 17422453 | 4 months ago | | | 0 | 4.1848486e-7 | |
| 10315018 | 10 months ago | | | 0 | 0.000000046791011037 | |
| 10313856 | 10 months ago | | | 0 | 0.000046763004 | |
| 6213334 | a year ago | | | 0 | 0.000000000346280015 | |
| 6069159 | a year ago | | | 0 | 0.000000002961734605 | |
| 3613432 | a year ago | | | 0 | 0.0000010071125 | |
| 3612588 | a year ago | | | 0 | 9.5841381e-7 | |
| 3612524 | a year ago | | | 0 | 0.0000010007268 | |
| 3612290 | a year ago | | | 0 | 0.0000034609131 | |
| 3612277 | a year ago | | | 0 | 0.000014799424 |
ABI
ABI objects
Getter at block 22942898
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
PRECISION() view returns (uint256)
1000000000000000000000000000000
cumulativeRewardPerToken() view returns (uint256)
7244386832918371878009428
decimals() view returns (uint8)
18
distributor() view returns (address)
0x780716534539e6c758d6c841154ff7235341d5a8
gov() view returns (address)
0x9cba37df627cdaa6548e1a837f82773d68e593d0
inPrivateClaimingMode() view returns (bool)
false
inPrivateStakingMode() view returns (bool)
true
inPrivateTransferMode() view returns (bool)
true
isInitialized() view returns (bool)
true
name() view returns (string)
Fee VLP
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
symbol() view returns (string)
fVLP
tokensPerInterval() view returns (uint256)
1
totalSupply() view returns (uint256)
1739301896640329081257
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
averageStakedAmounts(address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
claimable(address _account) view returns (uint256)
claimableReward(address) view returns (uint256)
cumulativeRewards(address) view returns (uint256)
depositBalances(address, address) view returns (uint256)
isDepositToken(address) view returns (bool)
isHandler(address) view returns (bool)
previousCumulatedRewardPerToken(address) view returns (uint256)
stakedAmounts(address) view returns (uint256)
totalDepositSupply(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
claim(address _receiver) returns (uint256)
claimForAccount(address _account, address _receiver) returns (uint256)
initialize(address[] _depositTokens, address _distributor)
setDepositToken(address _depositToken, bool _isDepositToken)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateClaimingMode(bool _inPrivateClaimingMode)
setInPrivateStakingMode(bool _inPrivateStakingMode)
setInPrivateTransferMode(bool _inPrivateTransferMode)
stake(address _depositToken, uint256 _amount)
stakeForAccount(address _fundingAccount, address _account, address _depositToken, uint256 _amount)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
unstake(address _depositToken, uint256 _amount)
unstakeForAccount(address _account, address _depositToken, uint256 _amount, address _receiver)
updateRewards()
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.