BrewlabsTreasury
Verified contract
Active on
Ethereum with 216 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdad3…77ba
Balances ($45,500.92)
Native
Value
$25.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007123 | $3,602.19 |
$25.66 | |
BREWLABS | ERC-20 | 15.829875M | $0.002872 |
$45,461.5 | |
SUSHI | ERC-20 | 2.346342 | $1.18 |
$2.77 | |
CRV | ERC-20 | 4.242103 | $0.500557 |
$2.12 | |
AXE | ERC-20 | 2.777165 | $0.752246 |
$2.09 | |
OGN | ERC-20 | 15 | $0.126982 |
$1.9 | |
USDT | ERC-20 | 1.117955 | $1.001 |
$1.12 | |
BAG | ERC-20 | 3.330995K | $0.000322 |
$1.07 | |
BAL | ERC-20 | 0.346833 | $2.73 |
$0.95 | |
AMO | ERC-20 | 2.747973K | $0.000186 |
$0.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196732 | 12 days ago | | | 0 | 0.0029786972 | |
| 21018424 | a month ago | | | 0 | 0.0013058480 | |
| 20904326 | 2 months ago | | | 0 | 0.00052197035 | |
| 20631853 | 3 months ago | | | 0 | 0.000061956589 | |
| 20631851 | 3 months ago | | | 0 | 0.000078179851 | |
| 20631849 | 3 months ago | | | 0 | 0.000089827079 | |
| 20631846 | 3 months ago | | | 0 | 0.00021113051 | |
| 20428005 | 4 months ago | | | 0 | 0.0026552773 | |
| 20249346 | 5 months ago | | | 0 | 0.00035047313 | |
| 19695373 | 7 months ago | | | 0 | 0.0012000510 |
ABI
ABI objects
Getter at block 21284616
addLiquidityRate() view returns (uint256)
9400
buybackRate() view returns (uint256)
9500
dividendToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
liquidityWithdrawalLimit() view returns (uint256)
2000
owner() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
pair() view returns (address)
0xd8a8442013f071bb118c3c3e03f6d07576d85a53
period() view returns (uint256)
30
slippageFactor() view returns (uint256)
8300
slippageFactorUL() view returns (uint256)
9950
token() view returns (address)
0xdad33e12e61dc2f2692f2c12e6303b5ade7277ba
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
withdrawalLimit() view returns (uint256)
500
Read-only
dividendToTokenPath(uint256) view returns (address)
ethToDividendPath(uint256) view returns (address)
ethToTokenPath(uint256) view returns (address)
State-modifying
Events addLiquidity()
buyBack()
buyBackFromDividend()
emergencyWithdraw()
harvest(address _to)
harvestETH(address _to)
harvestUSDC(address _to)
initialize(address _token, address _dividendToken, address _uniRouter, address[] _ethToTokenPath, address[] _ethToDividendPath, address[] _dividendToTokenPath)
renounceOwnership()
rescueTokens(address _token)
setAddLiquidityRate(uint256 _percent)
setBuybackRate(uint256 _percent)
setFarmServiceInfo(address _farm, address _addr)
setLiquidityWithdrawalLimit(uint256 _percent)
setStakingServiceInfo(address _staking, address _addr)
setSwapSettings(address _uniRouter, uint256 _slipPage, address[] _ethToTokenPath, address[] _ethToDividendPath, address[] _dividendToTokenPath)
setWithdrawalLimit(uint256 _percent)
setWithdrawalLimitPeriod(uint256 _period)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawLiquidity(uint256 _amount)
AddLiquidityRateUpdated(uint256 percent)
AdminTokenRecovered(address tokenRecovered, uint256 amount)
BuybackRateUpdated(uint256 percent)
EmergencyWithdrawn()
EthHarvested(address to, uint256 amount)
Harvested(address account, uint256 amount)
Initialized(address token, address dividendToken, address router, address[] ethToTokenPath, address[] ethToDividendPath, address[] dividendToTokenPath)
LiquidityAdded(uint256 amountETH, uint256 amountToken, uint256 liquidity)
LiquidityWithdrawLimitUpdated(uint256 percent)
LiquidityWithdrawn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodUpdated(uint256 duration)
SetSwapConfig(address router, uint256 slipPage, address[] ethToTokenPath, address[] ethToDividendPath, address[] dividendToTokenPath)
Swapped(address token, uint256 amountETH, uint256 amountToken)
TokenBuyBack(uint256 amountETH, uint256 amountToken)
TokenBuyBackFromDividend(uint256 amount, uint256 amountToken)
TransferBuyBackWallet(address staking, address wallet)
UsdcHarvested(address to, uint256[] amounts)
WithdrawLimitUpdated(uint256 percent)
Withdrawn(uint256 amount)
constructor()
receive()
This contract contains no error objects.