VaultShares (BSWAP-ETH/USD)
Verified contract
Active on
Base with 56 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 (BSWAP-ETH/USD)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2838342 | a year ago | | | 0 | 0.000000000049531086 | |
| 2837500 | a year ago | | | 0 | 0.000000000044462814 | |
| 2834308 | a year ago | | | 0 | 0.000000000288593834 | |
| 2831299 | a year ago | | | 0 | 0.000059840885 | |
| 2830267 | a year ago | | | 0 | 0.000000000817287984 | |
| 2830102 | a year ago | | | 0.5 | 0.000000001057098882 | |
| 2821395 | a year ago | | | 0 | 0.0000090740800 | |
| 2820503 | a year ago | | | 0 | 0.000000000057620408 | |
| 2810443 | a year ago | | | 0 | 0.000043993725 | |
| 2809428 | a year ago | | | 0 | 0.000070636787 |
ABI
ABI objects
Getter at block 23089320 balanceLPinSystem() view returns (uint256)
Factory() view returns (address)
0xfda619b6d20975be80a10332cd39b9a4b0faa8bb
LPtoken() view returns (address)
0x41d160033c222e6f3722ec97379867324567d883
Router() view returns (address)
0x327df1e6de05895d2ab08513aadd9313fe505d86
Strategy() view returns (address)
0x476068b29e65176402136aac92b3017f161a03bf
Token0() view returns (address)
0x4200000000000000000000000000000000000006
Token1() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
VaultRewards() view returns (address)
0x7d4aadca4765714df7f3572dcffe898b96d03928
WETH() view returns (address)
0x4200000000000000000000000000000000000006
balanceLPinStrategy() view returns (uint256)
5176626707952
balanceLPinVault() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
VaultShares (BSWAP-ETH/USD)
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)
5163342636539
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.