HedgeExchanger
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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
15 additional
variables
Balances ($0.00)
No balances found for "HedgeExchanger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HedgeExchanger"
ABI
ABI objects
Getter at block 22521784
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)
0
abroadMin() view returns (uint256)
0
balanceSlippageBp() view returns (uint256)
0
blockGetter() view returns (address)
0x0000000000000000000000000000000000000000
bufferPercent() view returns (uint256)
0
bufferPercentDenominator() view returns (uint256)
0
buyFee() view returns (uint256)
0
buyFeeDenominator() view returns (uint256)
0
buyMinFee() view returns (uint256)
0
capacity() view returns (uint256)
0
collector() view returns (address)
0x0000000000000000000000000000000000000000
exchange() view returns (address)
0x0000000000000000000000000000000000000000
lastBlockNumber() view returns (uint256)
0
mintRedeemSlippageBp() view returns (uint256)
0
nextPayoutTime() view returns (uint256)
0
paused() view returns (bool)
false
payoutListener() view returns (address)
0x0000000000000000000000000000000000000000
payoutPeriod() view returns (uint256)
0
payoutTimeRange() view returns (uint256)
0
profitFee() view returns (uint256)
0
profitFeeDenominator() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rebase() view returns (address)
0x0000000000000000000000000000000000000000
redeemFee() view returns (uint256)
0
redeemFeeDenominator() view returns (uint256)
0
redeemMinFee() view returns (uint256)
0
strategy() view returns (address)
0x0000000000000000000000000000000000000000
tvlFee() view returns (uint256)
0
tvlFeeDenominator() view returns (uint256)
0
usdPlus() view returns (address)
0x0000000000000000000000000000000000000000
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.