Badger Sett Wrapped Ether
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Badger Sett Wrapped Ether"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12636469 | 3 years ago | | | 0 | 0.0055237750 |
ABI
ABI objects
Getter at block 21090688 balance() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0x63cf44b2548e4493fd099222a1ec79f3344d9682
decimals() view returns (uint8)
18
getPricePerFullShare() view returns (uint256)
1000000000000000000
governance() view returns (address)
0xb65cef03b9b89f99517643226d76e286ee999e77
guardian() view returns (address)
0x29f7f8896fb913cf7f9949c623f896a154727919
guestList() view returns (address)
0x0000000000000000000000000000000000000000
keeper() view returns (address)
0x872213e29c85d7e30f1c8202fc47ed1ec124bb1d
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
Badger Sett Wrapped Ether
paused() view returns (bool)
true
strategist() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
bWETH
token() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
0
version() view returns (string)
1.3
Read-only
allowance(address owner, address spender) view returns (uint256)
approved(address) view returns (bool)
balanceOf(address account) view returns (uint256)
blockLock(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractAccess(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
deposit(uint256 _amount, bytes32[] proof)
depositAll()
depositAll(bytes32[] proof)
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _token, address _controller, address _governance, address _keeper, address _guardian, bool _overrideTokenName, string _namePrefix, string _symbolPrefix)
pause()
revokeContractAccess(address account)
setController(address _controller)
setGovernance(address _governance)
setGuardian(address _guardian)
setGuestList(address _guestList)
setKeeper(address _keeper)
setMin(uint256 _min)
setStrategist(address _strategist)
trackFullPricePerShare()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
FullPricePerShareUpdated(uint256 value, uint256 indexed timestamp, uint256 indexed blockNumber)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.