BunniHub
Verified contract
Active on
Ethereum with 3,363 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39,930.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 3.598401 | $3,122.21 |
$11,234.96 | |
WBTC | ERC-20 | 0.098017 | $91,716.00 |
$8,989.7 | |
LIT | ERC-20 | 251.460567K | $0.019766 |
$4,970.35 | |
BADGER | ERC-20 | 1.397971K | $3.34 |
$4,669.22 | |
swETH | ERC-20 | 0.687252 | $3,343.07 |
$2,297.53 | |
frxETH | ERC-20 | 0.416326 | $3,111.38 |
$1,295.35 | |
USDC | ERC-20 | 1.061462K | $0.999603 |
$1,061.04 | |
rETH | ERC-20 | 0.27823 | $3,495.44 |
$972.54 | |
GRAI | ERC-20 | 616.562158 | $0.962316 |
$593.33 | |
DOLA | ERC-20 | 561.20033 | $0.993368 |
$557.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213227 | a day ago | | | 0 | 0.0015622313 | |
| 21210273 | a day ago | | | 0 | 0.0013004396 | |
| 21205394 | 2 days ago | | | 0 | 0.0011168374 | |
| 21196276 | 3 days ago | | | 0 | 0.0032188527 | |
| 21195832 | 3 days ago | | | 0 | 0.0040504104 | |
| 21194533 | 4 days ago | | | 0 | 0.0058335937 | |
| 21194520 | 4 days ago | | | 0 | 0.0060046702 | |
| 21192257 | 4 days ago | | | 0 | 0.0020330424 | |
| 21190175 | 4 days ago | | | 0 | 0.0030192164 | |
| 21189985 | 4 days ago | | | 0 | 0.0026024859 |
ABI
ABI objects
Getter at block 21220371
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
owner() view returns (address)
0x9a8fee232dcf73060af348a1b62cdb0a19852d13
protocolFee() view returns (uint256)
100000000000000000
Read-only
getBunniToken(struct BunniKey key) view returns (address token)
State-modifying
Events compound(struct BunniKey key) returns (uint128 addedLiquidity, uint256 amount0, uint256 amount1)
deployBunniToken(struct BunniKey key) returns (address token)
deposit(struct IBunniHubDepositParams params) payable returns (uint256 shares, uint128 addedLiquidity, uint256 amount0, uint256 amount1)
multicall(bytes[] data) payable returns (bytes[] results)
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowed(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowedIfNecessary(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
setOwner(address newOwner)
setProtocolFee(uint256 value)
sweepTokens(address[] tokenList, address recipient)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
withdraw(struct IBunniHubWithdrawParams params) returns (uint128 removedLiquidity, uint256 amount0, uint256 amount1)
Compound(address indexed sender, bytes32 indexed bunniKeyHash, uint128 liquidity, uint256 amount0, uint256 amount1)
Deposit(address indexed sender, address indexed recipient, bytes32 indexed bunniKeyHash, uint128 liquidity, uint256 amount0, uint256 amount1, uint256 shares)
NewBunni(address indexed token, bytes32 indexed bunniKeyHash, address indexed pool, int24 tickLower, int24 tickUpper)
OwnerUpdated(address indexed user, address indexed newOwner)
PayProtocolFee(uint256 amount0, uint256 amount1)
SetProtocolFee(uint256 newProtocolFee)
Withdraw(address indexed sender, address indexed recipient, bytes32 indexed bunniKeyHash, uint128 liquidity, uint256 amount0, uint256 amount1, uint256 shares)
constructor(address factory_, address owner_, uint256 protocolFee_)
This contract contains no fallback and receive objects.
T()