yAxis.io:MetaVault:3CRV
Verified contract
Active on
Ethereum with 5,707 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0xb1dc…a289
0xe3d3…b5dd
0x9354…1aee
-
variable spans 4 additional slots
1 additional
variable
Balances ($50.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 50 | $1.001 |
$50.05 | |
MVLT | ERC-20 | 5.301036K | -- | -- | |
YAX | ERC-20 | 1.213906K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304611 | 7 hours ago | | | 0 | 0.0063019351 | |
| 21304523 | 8 hours ago | | | 0 | 0.00051183854 | |
| 21062612 | a month ago | | | 0 | 0.00018426960 | |
| 20677317 | 3 months ago | | | 0 | 0.000042556186 | |
| 20675960 | 3 months ago | | | 0 | 0.000029299257 | |
| 20648774 | 3 months ago | | | 0 | 0.000033698028 | |
| 20012633 | 6 months ago | | | 0 | 0.00030572926 | |
| 19762903 | 7 months ago | | | 0 | 0.00026960511 | |
| 19738709 | 7 months ago | | | 0 | 0.00017293964 | |
| 19446967 | 8 months ago | | | 0 | 0.00076867403 |
ABI
ABI objects
Getter at block 21306771 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
BLOCKS_PER_WEEK() view returns (uint256)
46500
accYaxPerShare() view returns (uint256)
6398942771
acceptContractDepositor() view returns (bool)
false
available() view returns (uint256)
0
controller() view returns (address)
0x0d857688d6a223a2f4e58cdd44119abb7dc5a790
converter() view returns (address)
0x9354b082e5cedb41422fb9d4669ab8b7f8511aee
decimals() view returns (uint8)
18
earnLowerlimit() view returns (uint256)
50000000000000000000000
governance() view returns (address)
0x66c5c16d13a38461648c1d097f219762d374b412
insurance() view returns (uint256)
0
lastRewardBlock() view returns (uint256)
14965656
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
yAxis.io:MetaVault:3CRV
symbol() view returns (string)
MVLT
token() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
token3CRV() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
tokenYAX() view returns (address)
0xb1dc9124c395c1e97773ab855d66e879f053a289
totalDepositCap() view returns (uint256)
0
totalSupply() view returns (uint256)
494797714106868868762972
treasuryWallet() view returns (address)
0xc1d40e197563df727a4d3134e8bd1def4b498c6f
vaultManager() view returns (address)
0xe3d32c20be68e6189a52f60148c850df7a2bb5dd
want() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
yaxPerBlock() view returns (uint256)
1000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calc_token_amount_deposit(uint256[3] amounts) view returns (uint256)
calc_token_amount_withdraw(uint256 _shares, address _output) view returns (uint256)
convert_rate(address _input, uint256 _amount) view returns (uint256)
epochEndBlocks(uint256) view returns (uint256)
epochRewardMultiplers(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
inputTokens(uint256) view returns (address)
pendingYax(address _account) view returns (uint256 _pending)
userInfo(address) view returns (uint256 amount, uint256 yaxRewardDebt, uint256 accEarned)
withdrawFee(uint256 _amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimInsurance()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount, address _input, uint256 _min_mint_amount, bool _isStake)
depositAll(uint256[4] _amounts, uint256 _min_mint_amount, bool _isStake)
earn()
earnExtra(address _token)
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setAcceptContractDepositor(bool _acceptContractDepositor)
setController(address _controller)
setConverter(address _converter)
setEarnLowerlimit(uint256 _earnLowerlimit)
setEpochEndBlock(uint8 _index, uint256 _epochEndBlock)
setEpochRewardMultipler(uint8 _index, uint256 _epochRewardMultipler)
setGovernance(address _governance)
setMin(uint256 _min)
setTotalDepositCap(uint256 _totalDepositCap)
setTreasuryWallet(address _treasuryWallet)
setVaultManager(address _vaultManager)
setYaxPerBlock(uint256 _yaxPerBlock)
stakeShares(uint256 _shares)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unstake(uint256 _amount)
updateReward()
withdraw(uint256 _shares, address _output)
withdrawAll(address _output)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed user, uint256 amount)
RewardPaid(address indexed user, uint256 reward)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 amount)
constructor(address _tokenDAI, address _tokenUSDC, address _tokenUSDT, address _token3CRV, address _tokenYAX, uint256 _yaxPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.