0xdfe7686f072013f78f94709dbbe528bfc864009c
Verified contract
Proxy
Active on
Base with 52 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x56fa…f29e
0x304b…5e96
16 additional
variables
Balances ($0.00)
No balances found for "0xdfe7686f072013f78f94709dbbe528bfc864009c"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6417747 | a year ago | | | 0 | 6.5957359e-7 | |
| 6417744 | a year ago | | | 0 | 0.0000017991689 | |
| 3646324 | a year ago | | | 0 | 0.00018325983 | |
| 3646319 | a year ago | | | 0 | 0.0000046244029 | |
| 3646304 | a year ago | | | 0 | 0.00018299444 | |
| 3646299 | a year ago | | | 0 | 0.0000047174904 | |
| 3640388 | a year ago | | | 0 | 0.00016026578 | |
| 3586382 | a year ago | | | 0 | 0.00015460538 | |
| 3550403 | a year ago | | | 0 | 0.00017688931 | |
| 3510813 | a year ago | | | 0 | 0.00018174796 |
ABI
ABI objects
Getter at block 22521784 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FREE_RIDER_ROLE() view returns (bytes32)
0x262f8dca0440d5010bae937fe18daeae459dacb80622baddc3b4f10759ac952a
PORTFOLIO_AGENT_ROLE() view returns (bytes32)
0xd67ad422505496469a1adf6cdf9e5ee92ac5d33992843c9ecc4b2f6d6cde9137
UNIT_ROLE() view returns (bytes32)
0xede8101501d89b9894e78e4f219420b6ddb840e8e75dde35741a0745408476d7
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
abroadMax() view returns (uint256)
99112950
abroadMin() view returns (uint256)
0
balanceSlippageBp() view returns (uint256)
100
blockGetter() view returns (address)
0x0000000000000000000000000000000000000000
bufferPercent() view returns (uint256)
0
bufferPercentDenominator() view returns (uint256)
100000
buyFee() view returns (uint256)
100000
buyFeeDenominator() view returns (uint256)
100000
buyMinFee() view returns (uint256)
0
capacity() view returns (uint256)
0
collector() view returns (address)
0x9030d5c596d636eefc8f0ad7b2788ae7e9ef3d46
exchange() view returns (address)
0x0000000000000000000000000000000000000000
lastBlockNumber() view returns (uint256)
6417747
mintRedeemSlippageBp() view returns (uint256)
4
nextPayoutTime() view returns (uint256)
1699660800
paused() view returns (bool)
false
payoutListener() view returns (address)
0x0000000000000000000000000000000000000000
payoutPeriod() view returns (uint256)
86400
payoutTimeRange() view returns (uint256)
900
profitFee() view returns (uint256)
20000
profitFeeDenominator() view returns (uint256)
100000
rebase() view returns (address)
0x304b98f3f4096f94b8f09e8944ef255b04545e96
redeemFee() view returns (uint256)
100000
redeemFeeDenominator() view returns (uint256)
100000
redeemMinFee() view returns (uint256)
0
strategy() view returns (address)
0x56fad4f0095b35fd74ee8be48412df49bf90f29e
tvlFee() view returns (uint256)
0
tvlFeeDenominator() view returns (uint256)
100000
usdPlus() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
usdc() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
needExitAmount(address[] _tokens) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events balance()
balanceRatio(uint256 _balanceRatio)
buy(uint256 _amount, string referral) returns (uint256)
changeAdminRoles()
collectAsset()
exit(address[] _tokens)
grantRole(bytes32 role, address account)
initialize()
pause()
payout()
redeem(uint256 _amount) returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAbroad(uint256 _min, uint256 _max)
setBalanceSlippageBp(uint256 _value)
setBlockGetter(address _blockGetter)
setBufferPercent(uint256 _bufferPercent, uint256 _bufferPercentDenominator)
setBuyFee(uint256 _fee, uint256 _minFee, uint256 _feeDenominator)
setCapacity(uint256 _capacity)
setCollector(address _collector)
setMintRedeemSlippageBp(uint256 _value)
setPayoutListener(address _payoutListener)
setPayoutTimes(uint256 _nextPayoutTime, uint256 _payoutPeriod, uint256 _payoutTimeRange)
setProfitFee(uint256 _fee, uint256 _feeDenominator)
setRedeemFee(uint256 _fee, uint256 _minFee, uint256 _feeDenominator)
setStrategy(address _strategy)
setTokens(address _usdPlus, address _rebase)
setTvlFee(uint256 _fee, uint256 _feeDenominator)
structBalance(struct IHedgeStrategyBalanceParams balanceParams)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
Abroad(uint256 min, uint256 max)
AdminChanged(address previousAdmin, address newAdmin)
BalanceSlippageBpUpdated(uint256 value)
BeaconUpgraded(address indexed beacon)
BlockGetterUpdated(address blockGetter)
BufferPercentUpdated(uint256 bufferPercent, uint256 bufferPercentDenominator)
BuyFeeUpdated(uint256 fee, uint256 minFee, uint256 feeDenominator)
CapacityUpdated(uint256 capacity)
CollectorUpdated(address collector)
EventExchange(string label, uint256 amount, uint256 fee, address sender, string refferal)
Initialized(uint8 version)
MintRedeemSlippageBpUpdated(uint256 value)
NextPayoutTime(uint256 nextPayoutTime)
Paused(address account)
PayoutEvent(uint256 tvlFee, uint256 profitFee, uint256 profit, uint256 loss, uint256 bufferBalance, uint256 collectorAmount)
PayoutListenerUpdated(address payoutListener)
PayoutTimesUpdated(uint256 nextPayoutTime, uint256 payoutPeriod, uint256 payoutTimeRange)
ProfitFeeUpdated(uint256 fee, uint256 feeDenominator)
RedeemFeeUpdated(uint256 fee, uint256 mintFee, uint256 feeDenominator)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensUpdated(address usdPlus, address rebase)
TvlFeeUpdated(uint256 fee, uint256 feeDenominator)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.