FARM_BSWAP-LP
Verified contract
Proxy
Active on
Base with 48 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "FARM_BSWAP-LP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145773 | 2 months ago | | | 0 | 0.0000088885394 | |
| 17544439 | 4 months ago | | | 0 | 0.0000038989050 | |
| 13922653 | 7 months ago | | | 0 | 0.0000013208272 | |
| 7514313 | a year ago | | | 0 | 1.2116306e-7 | |
| 7511249 | a year ago | | | 0 | 1.2350718e-7 | |
| 7511174 | a year ago | | | 0 | 0.000000000971433035 | |
| 7511121 | a year ago | | | 0 | 1.4062003e-7 | |
| 7114561 | a year ago | | | 0 | 5.1990659e-7 | |
| 7076512 | a year ago | | | 0 | 0.000000051255613903 | |
| 7076487 | a year ago | | | 0 | 1.4399934e-7 |
ABI
ABI objects
Getter at block 23188783 assetsPerShare() view returns (uint256) availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) totalAssets() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
TEN() view returns (uint256)
10
asset() view returns (address)
0xab067c01c7f5734da168c699ae9d23a4512c9fdb
controller() view returns (address)
0xf90ff0f7c8db52bf1bf869f74226ead125efa745
decimals() view returns (uint8)
18
governance() view returns (address)
0x6a74649acfd7822ae8fb78463a9f2192752e5aa2
name() view returns (string)
FARM_BSWAP-LP
nextImplementation() view returns (address)
0x0000000000000000000000000000000000000000
nextImplementationDelay() view returns (uint256)
43200
nextImplementationTimestamp() view returns (uint256)
0
nextStrategy() view returns (address)
0x0000000000000000000000000000000000000000
nextStrategyTimestamp() view returns (uint256)
0
shouldUpgrade() view returns (bool, address)
(false, 0x0000000000000000000000000000000000000000)
strategy() view returns (address)
0x65097888f7806e0f1912b5a077e46ea6297ea5da
symbol() view returns (string)
fBSWAP-LP
totalSupply() view returns (uint256)
79407609617
underlying() view returns (address)
0xab067c01c7f5734da168c699ae9d23a4512c9fdb
underlyingBalanceInVault() view returns (uint256)
0
underlyingUnit() view returns (uint256)
1000000000000000000
vaultFractionToInvestDenominator() view returns (uint256)
10000
vaultFractionToInvestNumerator() view returns (uint256)
10000
Read-only
allowance(address owner, address spender) view returns (uint256)
assetsOf(address _depositor) view returns (uint256)
balanceOf(address account) view returns (uint256)
canUpdateStrategy(address _strategy) view returns (bool)
convertToAssets(uint256 _shares) view returns (uint256)
convertToShares(uint256 _assets) view returns (uint256)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address _caller) view returns (uint256)
maxWithdraw(address _caller) view returns (uint256)
previewDeposit(uint256 _assets) view returns (uint256)
previewMint(uint256 _shares) view returns (uint256)
previewRedeem(uint256 _shares) view returns (uint256)
previewWithdraw(uint256 _assets) view returns (uint256)
underlyingBalanceWithInvestmentForHolder(address holder) view returns (uint256)
State-modifying
Events announceStrategyUpdate(address _strategy)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _assets, address _receiver) returns (uint256)
deposit(uint256 amount)
depositFor(uint256 amount, address holder)
doHardWork()
finalizeStrategyUpdate()
finalizeUpgrade()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address _storage)
initialize(address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator, uint256 _underlyingUnit)
initializeVault(address _storage, address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator)
mint(uint256 _shares, address _receiver) returns (uint256)
rebalance()
redeem(uint256 _shares, address _receiver, address _owner) returns (uint256)
scheduleUpgrade(address impl)
setStorage(address _store)
setStrategy(address _strategy)
setVaultFractionToInvest(uint256 numerator, uint256 denominator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _assets, address _receiver, address _owner) returns (uint256)
withdraw(uint256 shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed receiver, uint256 assets, uint256 shares)
Invest(uint256 amount)
StrategyAnnounced(address newStrategy, uint256 time)
StrategyChanged(address newStrategy, address oldStrategy)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.