Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,322.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 3.19655 | $3,301.20 |
$10,552.45 | |
ALB | ERC-20 | 20.858208K | $0.414191 |
$8,639.28 | |
USDC | ERC-20 | 3.337642K | $0.999947 |
$3,337.47 | |
EURC | ERC-20 | 1.019553K | $1.045 |
$1,065.43 | |
cbBTC | ERC-20 | 0.004536 | $98,073.00 |
$444.9 | |
PEGG | ERC-20 | 136.581337 | $1.85 |
$252.68 | |
USDbC | ERC-20 | 30.583406 | $0.999576 |
$30.57 | |
AEROBUD | ERC-20 | 0.399305 | $0.009434 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22717154 | 17 hours ago | | | 0 | 0.000057468953 | |
| 22717027 | 17 hours ago | | | 0 | 0.0000033624864 | |
| 22716708 | 17 hours ago | | | 0 | 0.0000095589925 | |
| 22716705 | 17 hours ago | | | 0 | 0.0000091549748 | |
| 22716702 | 17 hours ago | | | 0 | 0.0000038044895 | |
| 22716689 | 17 hours ago | | | 0 | 0.0000090905528 | |
| 22716685 | 17 hours ago | | | 0 | 0.0000036796775 | |
| 22716680 | 17 hours ago | | | 0 | 0.0000048879618 | |
| 22716672 | 17 hours ago | | | 0 | 0.0000083551783 | |
| 22716670 | 17 hours ago | | | 0 | 0.0000084629426 |
ABI
ABI objects
Getter at block 22747353
factory() view returns (address)
0x0fd83557b2be93617c9c1c1b6fd549401c74558c
owner() view returns (address)
0xdd3705a1c50fc84b6d31394aa8f4d568b98a8ad5
protocolFee() view returns (uint256)
500000000000000000
Read-only
getBunniToken(struct BunniKey key) view returns (address token)
State-modifying
Events compound(struct BunniKey key) returns (uint128 addedLiquidity, uint256 amount0, uint256 amount1)
compoundSkim(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
setProtocolFee(uint256 value)
sweepTokens(address[] tokenList, address recipient)
transferOwnership(address newOwner)
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)
CompoundSkim(address indexed sender, bytes32 indexed bunniKeyHash, uint128 liquidity, uint256 amount0, uint256 amount1, uint256 amount0Pool, uint256 amount1Pool)
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)
OwnershipTransferred(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()