VaultShares (AlienBase-ALB/ETH)
Verified contract
Active on
Base with 118 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 "VaultShares (AlienBase-ALB/ETH)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12867417 | 8 months ago | | | 0 | 0.000023730244 | |
| 12271922 | 8 months ago | | | 0 | 0.000049353487 | |
| 10923045 | 9 months ago | | | 0.0001 | 0.000000046563231108 | |
| 9243937 | a year ago | | | 0 | 0.000000028776111040 | |
| 9225352 | a year ago | | | 0 | 0.000000000199264344 | |
| 6892817 | a year ago | | | 0 | 0.000000041482999646 | |
| 6879049 | a year ago | | | 0.005 | 0.000000000262429816 | |
| 6044965 | a year ago | | | 0 | 0.000000004054630228 | |
| 5902036 | a year ago | | | 0 | 0.000000000921677086 | |
| 5542928 | a year ago | | | 0 | 4.7983201e-7 |
ABI
ABI objects
Getter at block 23098376 balanceLPinSystem() view returns (uint256)
Factory() view returns (address)
0x3e84d913803b02a4a7f027165e8ca42c14c0fde7
LPtoken() view returns (address)
0xd79ef386f26e40b5e60e4aeb324f2678f6ebbf49
Router() view returns (address)
0x7f2ff89d3c45010c976ea6bb7715dc7098af786e
Strategy() view returns (address)
0xc1a0da14d668f3b1b6115369729a5c49e86cad2b
Token0() view returns (address)
0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4
Token1() view returns (address)
0x4200000000000000000000000000000000000006
VaultRewards() view returns (address)
0x3ea0964fec0b1ebd3c781e3f3a8aca908137c0ce
WETH() view returns (address)
0x4200000000000000000000000000000000000006
balanceLPinStrategy() view returns (uint256)
1398262054524626094
balanceLPinVault() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
VaultShares (AlienBase-ALB/ETH)
owner() view returns (address)
0x96eb1141b2432725ccabb1a0c46a57188174d6b5
paused() view returns (bool)
false
rewardsSet() view returns (bool)
true
strategySet() view returns (bool)
true
symbol() view returns (string)
vltSHRS
totalSupply() view returns (uint256)
111305204076604851
Read-only
Token0toWETHpath(uint256) view returns (address)
Token1toWETHpath(uint256) view returns (address)
WETHtoToken0path(uint256) view returns (address)
WETHtoToken1path(uint256) view returns (address)
accountShareBalance(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAccountLP(address account) view returns (uint256)
getETHamountForAccountLP(address account) view returns (uint256)
getETHamountForLPamount(uint256 amountLP) view returns (uint256)
getETHquoteForLPamount(uint256 amountLP) view returns (uint256)
getLPamountForShares(uint256 shares) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decommissionVault()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositETH() payable
depositLP(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setStrategy(address _Strategy)
setVaultRewards(address _VaultRewards)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH(uint256 sharesToWithdraw)
withdrawLP(uint256 sharesToWithdraw)
Approval(address indexed owner, address indexed spender, uint256 value)
ETHdeposited(uint256 amountETH)
ETHwithdrawn(uint256 amountETH)
LPdeposited(uint256 amountLP)
LPdepositedInStrategy(uint256 amountLP)
LPwithdrawn(uint256 amountLP)
LPwithdrawnFromStrategy(uint256 amountLP)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SharesStaked(uint256 shares, address indexed account)
SharesWithdrawn(uint256 shares, address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
VaultDecommissioned(uint256 decommissionTime)
constructor(string _name, string _symbol, address _LPtoken, address _Factory, address _Router)
receive()
This contract contains no error objects.