Staked Escrowed VMX
Verified contract
Active on
Base with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
esVMX | ERC-20 | 1.042475K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10314995 | 10 months ago | | | 0 | 0.000000051932275546 | |
| 10313833 | 10 months ago | | | 0 | 0.000000046967541362 | |
| 6213312 | a year ago | | | 0 | 0.0000046763033 | |
| 6069136 | a year ago | | | 0 | 0.000000000050176699 | |
| 3612576 | a year ago | | | 0 | 9.4174308e-7 | |
| 3612498 | a year ago | | | 0 | 0.0000010174604 | |
| 3612239 | a year ago | | | 0 | 0.0000039715447 | |
| 3612226 | a year ago | | | 0 | 9.5299019e-7 | |
| 3611949 | a year ago | | | 0 | 0.000015669782 |
ABI
ABI objects
Getter at block 22942407
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
PRECISION() view returns (uint256)
1000000000000000000000000000000
cumulativeRewardPerToken() view returns (uint256)
49788284495373786559219902315900
decimals() view returns (uint8)
18
distributor() view returns (address)
0x20b705dd287d8ddff3a1fd796d54a8ec42efc34a
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)
Staked Escrowed VMX
rewardToken() view returns (address)
0x04742560c19db19d929403456db3b36acb222443
symbol() view returns (string)
sesVMX
tokensPerInterval() view returns (uint256)
1
totalSupply() view returns (uint256)
869377416580151174992
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.