BounceBitVault
Verified contract
Active on
Ethereum with 14,731 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 "BounceBitVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19731473 | 7 months ago | | | 0 | 0.00082522049 | |
| 19731441 | 7 months ago | | | 0 | 0.0010156758 | |
| 19731437 | 7 months ago | | | 0 | 0.00091471991 | |
| 19731425 | 7 months ago | | | 0 | 0.00082199012 | |
| 19731418 | 7 months ago | | | 0 | 0.00092563412 | |
| 19731392 | 7 months ago | | | 0 | 0.00093924690 | |
| 19731322 | 7 months ago | | | 0 | 0.00086993402 | |
| 19731267 | 7 months ago | | | 0 | 0.00068205292 | |
| 19731251 | 7 months ago | | | 0 | 0.00085088447 | |
| 19731239 | 7 months ago | | | 0 | 0.00078727938 |
ABI
ABI objects
Getter at block 21303013
owner() view returns (address)
0xd08426542212c2bc2b3fadfb9529e7dbd14b86ba
paused() view returns (bool)
true
Read-only
whitelist(address) view returns (address)
State-modifying
Events pause()
renounceOwnership()
setWhitelist(address token, address to)
stake(address token, uint256 amount)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address token, address from, address to, uint256 amount)
Unpaused(address account)
WhitelistSet(address token, address to)
constructor(address[] tokens, address[] tos)
This contract contains no fallback and receive objects.
This contract contains no error objects.