0 txs
2.6k calls
constructor
constructor()
functions
_deprecated_pool
viewfunction _deprecated_pool() view returns (address)
addressProvider
viewfunction addressProvider() view returns (address)
allowance
viewfunction allowance(address owner, address spender) view returns (uint256)
asset
viewfunction asset() view returns (address)
balanceOf
viewfunction balanceOf(address account) view returns (uint256)
checkMaxLeverage
viewfunction checkMaxLeverage(uint256 _downPayment, uint256 _total) view
convertToAssets
viewfunction convertToAssets(uint256 shares) view returns (uint256)
convertToShares
viewfunction convertToShares(uint256 assets) view returns (uint256)
decimals
viewfunction decimals() view returns (uint8)
getPoolAddress
viewfunction getPoolAddress(bool _long) view returns (address)
longPool
viewfunction longPool() view returns (address)
maxDeposit
viewfunction maxDeposit(address) view returns (uint256)
maxMint
viewfunction maxMint(address) view returns (uint256)
maxRedeem
viewfunction maxRedeem(address owner) view returns (uint256)
maxWithdraw
viewfunction maxWithdraw(address owner) view returns (uint256)
name
viewfunction name() view returns (string)
owner
viewfunction owner() view returns (address)
previewDeposit
viewfunction previewDeposit(uint256 assets) view returns (uint256)
previewMint
viewfunction previewMint(uint256 shares) view returns (uint256)
previewRedeem
viewfunction previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw
viewfunction previewWithdraw(uint256 assets) view returns (uint256)
proxiableUUID
viewfunction proxiableUUID() view returns (bytes32)
shortPool
viewfunction shortPool() view returns (address)
symbol
viewfunction symbol() view returns (string)
totalAssets
viewfunction totalAssets() view returns (uint256)
totalAssetValue
viewfunction totalAssetValue() view returns (uint256)
totalSupply
viewfunction totalSupply() view returns (uint256)
UPGRADE_INTERFACE_VERSION
viewfunction UPGRADE_INTERFACE_VERSION() view returns (string)
approve
nonpayablefunction approve(address spender, uint256 value) returns (bool)
borrow
nonpayablefunction borrow(uint256 _amount)
cleanDust
nonpayablefunction cleanDust()
deposit
nonpayablefunction deposit(uint256 assets, address receiver) returns (uint256)
depositEth
payablefunction depositEth(address receiver) payable returns (uint256)
donate
nonpayablefunction donate(uint256 _amount)
initialize
nonpayablefunction initialize(address _longPool, address _shortPool, address _addressProvider, address _manager, address _asset, string name, string symbol)
mint
nonpayablefunction mint(uint256 shares, address receiver) returns (uint256)
recordRepayment
nonpayablefunction recordRepayment(uint256 _totalRepaid, uint256 _principal, bool _isLiquidation)
redeem
nonpayablefunction redeem(uint256 shares, address receiver, address owner) returns (uint256)
renounceOwnership
nonpayablefunction renounceOwnership()
transfer
nonpayablefunction transfer(address to, uint256 value) returns (bool)
transferFrom
nonpayablefunction transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership
nonpayablefunction transferOwnership(address newOwner)
upgradeToAndCall
payablefunction upgradeToAndCall(address newImplementation, bytes data) payable
withdraw
nonpayablefunction withdraw(uint256 assets, address receiver, address owner) returns (uint256)
events
Approval
event Approval(address indexed owner, address indexed spender, uint256 value)
Deposit
event Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
Initialized
event Initialized(uint64 version)
NativeYieldClaimed
event NativeYieldClaimed(address token, uint256 amount)
OwnershipTransferred
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer
event Transfer(address indexed from, address indexed to, uint256 value)
Upgraded
event Upgraded(address indexed implementation)
Withdraw
event Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
errors
AddressEmptyCode
error AddressEmptyCode(address target)
AddressInsufficientBalance
error AddressInsufficientBalance(address account)
AlreadyMigrated
error AlreadyMigrated()
CallerNotPool
error CallerNotPool()
CannotClaimNonYieldBearingAsset
error CannotClaimNonYieldBearingAsset(address _asset)
CannotDepositEth
error CannotDepositEth()
ERC1967InvalidImplementation
error ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable
error ERC1967NonPayable()
ERC20InsufficientAllowance
error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance
error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover
error ERC20InvalidApprover(address approver)
ERC20InvalidReceiver
error ERC20InvalidReceiver(address receiver)
ERC20InvalidSender
error ERC20InvalidSender(address sender)
ERC20InvalidSpender
error ERC20InvalidSpender(address spender)
ERC4626ExceededMaxDeposit
error ERC4626ExceededMaxDeposit(address receiver, uint256 assets, uint256 max)
ERC4626ExceededMaxMint
error ERC4626ExceededMaxMint(address receiver, uint256 shares, uint256 max)
ERC4626ExceededMaxRedeem
error ERC4626ExceededMaxRedeem(address owner, uint256 shares, uint256 max)
ERC4626ExceededMaxWithdraw
error ERC4626ExceededMaxWithdraw(address owner, uint256 assets, uint256 max)
EthTransferFailed
error EthTransferFailed()
FailedInnerCall
error FailedInnerCall()
InsufficientAvailablePrincipal
error InsufficientAvailablePrincipal()
InsufficientPrincipalRepaid
error InsufficientPrincipalRepaid()
InvalidAmount
error InvalidAmount()
InvalidEthAmount
error InvalidEthAmount()
InvalidInitialization
error InvalidInitialization()
MathOverflowedMulDiv
error MathOverflowedMulDiv()
NoDustToClean
error NoDustToClean()
NotInitializing
error NotInitializing()
OwnableInvalidOwner
error OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount
error OwnableUnauthorizedAccount(address account)
PrincipalTooHigh
error PrincipalTooHigh()
ReentrancyGuardReentrantCall
error ReentrancyGuardReentrantCall()
SafeERC20FailedOperation
error SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext
error UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID
error UUPSUnsupportedProxiableUUID(bytes32 slot)
creation bytecode
0x60a0604052306080523480156200001557600080fd5b506200002062000026565b620000da565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000775760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d75780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b608051613508620001046000396000818161198c015281816119b50152611bf801526135086000f3fe6080604052600436106102e75760003560e01c806394bf804d11610184578063c5ebeaec116100d6578063d905777e1161008a578063ef8b30f711610064578063ef8b30f714610751578063f14faf6f14610856578063f2fde38b1461087657600080fd5b8063d905777e146107b1578063dd62ed3e146107d1578063e42d19dc1461083657600080fd5b8063c6e6f592116100bb578063c6e6f59214610751578063ce96cb7714610771578063d03d421c1461079157600080fd5b8063c5ebeaec14610731578063c63d75b61461046a57600080fd5b8063ad3cb1cc11610138578063b460af9411610112578063b460af94146106d1578063b8fae763146106f1578063ba0876521461071157600080fd5b8063ad3cb1cc14610655578063ad9d4ba31461069e578063b3d7f6b9146106b157600080fd5b80639b845cdd116101695780639b845cdd146105f55780639c307ca214610615578063a9059cbb1461063557600080fd5b806394bf804d146105c057806395d89b41146105e057600080fd5b80634cdad5061161023d57806369a3a149116101f1578063715018a6116101cb578063715018a6146105805780638da5cb5b146105955780638f90ae5a146105aa57600080fd5b806369a3a149146104eb5780636e553f651461050b57806370a082311461052b57600080fd5b80634f1ef286116102225780634f1ef286146104a357806352d1902d146104b6578063571f0910146104cb57600080fd5b80634cdad506146103325780634d9b35091461048c57600080fd5b806318160ddd1161029f578063313ce56711610279578063313ce5671461042e57806338d52e0f14610455578063402d267d1461046a57600080fd5b806318160ddd146103a257806323b872dd146103d65780632954018c146103f657600080fd5b806307a2d13a116102d057806307a2d13a14610332578063095ea7b3146103525780630a28a4771461038257600080fd5b806301e1d114146102ec57806306fdde0314610310575b600080fd5b3480156102f857600080fd5b506001545b6040519081526020015b60405180910390f35b34801561031c57600080fd5b50610325610896565b6040516103079190612c97565b34801561033e57600080fd5b506102fd61034d366004612ce8565b61096b565b34801561035e57600080fd5b5061037261036d366004612d16565b61097e565b6040519015158152602001610307565b34801561038e57600080fd5b506102fd61039d366004612ce8565b610996565b3480156103ae57600080fd5b507f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02546102fd565b3480156103e257600080fd5b506103726103f1366004612d42565b6109a3565b34801561040257600080fd5b50600254610416906001600160a01b031681565b6040516001600160a01b039091168152602001610307565b34801561043a57600080fd5b506104436109c9565b60405160ff9091168152602001610307565b34801561046157600080fd5b50610416610a1e565b34801561047657600080fd5b506102fd610485366004612d83565b5060001990565b34801561049857600080fd5b506104a1610a53565b005b6104a16104b1366004612e63565b610b7a565b3480156104c257600080fd5b506102fd610b95565b3480156104d757600080fd5b506104a16104e6366004612ee7565b610bc4565b3480156104f757600080fd5b506104a1610506366004612fa8565b610dc2565b34801561051757600080fd5b506102fd610526366004612fca565b610e79565b34801561053757600080fd5b506102fd610546366004612d83565b6001600160a01b031660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace00602052604090205490565b34801561058c57600080fd5b506104a1610ead565b3480156105a157600080fd5b50610416610ec1565b3480156105b657600080fd5b506102fd60015481565b3480156105cc57600080fd5b506102fd6105db366004612fca565b610eea565b3480156105ec57600080fd5b50610325610f08565b34801561060157600080fd5b50610416610610366004613008565b610f59565b34801561062157600080fd5b50600354610416906001600160a01b031681565b34801561064157600080fd5b50610372610650366004612d16565b610f82565b34801561066157600080fd5b506103256040518060400160405280600581526020017f352e302e3000000000000000000000000000000000000000000000000000000081525081565b6102fd6106ac366004612d83565b610f90565b3480156106bd57600080fd5b506102fd6106cc366004612ce8565b6111af565b3480156106dd57600080fd5b506102fd6106ec366004613025565b6111bc565b3480156106fd57600080fd5b50600454610416906001600160a01b031681565b34801561071d57600080fd5b506102fd61072c366004613025565b611240565b34801561073d57600080fd5b506104a161074c366004612ce8565b6112bb565b34801561075d57600080fd5b506102fd61076c366004612ce8565b6113ed565b34801561077d57600080fd5b506102fd61078c366004612d83565b6113fa565b34801561079d57600080fd5b506104a16107ac366004613067565b61143d565b3480156107bd57600080fd5b506102fd6107cc366004612d83565b61152a565b3480156107dd57600080fd5b506102fd6107ec366004613095565b6001600160a01b0391821660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020908152604080832093909416825291909152205490565b34801561084257600080fd5b50600054610416906001600160a01b031681565b34801561086257600080fd5b506104a1610871366004612ce8565b611567565b34801561088257600080fd5b506104a1610891366004612d83565b6116b2565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0380546060917f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace00916108e7906130c3565b80601f0160208091040260200160405190810160405280929190818152602001828054610913906130c3565b80156109605780601f1061093557610100808354040283529160200191610960565b820191906000526020600020905b81548152906001019060200180831161094357829003601f168201915b505050505091505090565b6000610978826000611706565b92915050565b60003361098c818585611760565b5060019392505050565b600061097882600161176d565b6000336109b18582856117b7565b6109bc85858561186d565b60019150505b9392505050565b6000807f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e00905060008154610a18919074010000000000000000000000000000000000000000900460ff16613145565b91505090565b6000807f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e005b546001600160a01b031692915050565b6067610a5d6118fe565b6040517fc614384c00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201523360248201526001600160a01b03919091169063c614384c9060440160006040518083038186803b158015610ac757600080fd5b505afa158015610adb573d6000803e3d6000fd5b50505050610b077f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace025490565b158015610b1657506000600154115b15610b4557600180546000909155610b413382610b31610a1e565b6001600160a01b0316919061190d565b5050565b6040517f37e34f3800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b610b82611981565b610b8b82611a51565b610b418282611ace565b6000610b9f611bed565b507f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff16600081158015610c0f5750825b905060008267ffffffffffffffff166001148015610c2c5750303b155b905081158015610c3a575080155b15610c71576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b84547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001660011785558315610cd25784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff16680100000000000000001785555b610cdb89611c4f565b610ce488611c60565b610cee8787611c71565b610cf6611c83565b610cfe611c93565b600280546001600160a01b03808d167fffffffffffffffffffffffff000000000000000000000000000000000000000092831617909255600380548f841690831617905560048054928e16929091169190911790558315610db45784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b81610dcb611c9b565b6001600160a01b031663ae3302c26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e08573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2c919061315e565b610e369190613177565b610e41606483613177565b1115610b41576040517fd7cdb44400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000600019610e8c565b60405180910390fd5b6000610e97856113ed565b9050610ea533858784611d22565b949350505050565b610eb5611e0d565b610ebf6000611e58565b565b6000807f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c199300610a43565b60006000196000610efa856111af565b9050610ea533858388611d22565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0480546060917f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace00916108e7906130c3565b600081610f71576004546001600160a01b0316610978565b50506003546001600160a01b031690565b60003361098c81858561186d565b6000610f9a611ee1565b600254604080517f23a7b42a00000000000000000000000000000000000000000000000000000000815290516000926001600160a01b0316916323a7b42a9160048083019260209291908290030181865afa158015610ffd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611021919061318e565b9050806001600160a01b0316611035610a1e565b6001600160a01b031614611075576040517f2e15428f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3460008190036110b1576040517f0772327b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60001960006110bf836113ed565b9050836001600160a01b031663d0e30db0846040518263ffffffff1660e01b81526004016000604051808303818588803b1580156110fc57600080fd5b505af1158015611110573d6000803e3d6000fd5b505050505061111f8682611f62565b826001600082825461113191906131ab565b909155505060408051848152602081018390526001600160a01b0388169133917fdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d7910160405180910390a393505050506111aa60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b919050565b6000610978826001611706565b6000806111c8836113fa565b90508085111561121d576040517ffe9cceec0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024810186905260448101829052606401610e83565b600061122886610996565b90506112373386868985611fd7565b95945050505050565b60008061124c8361152a565b9050808511156112a1576040517fb94abeec0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024810186905260448101829052606401610e83565b60006112ac8661096b565b9050611237338686848a611fd7565b6004546001600160a01b03163314611311576003546001600160a01b03163314611311576040517fe921159700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061131b610a1e565b6040517f70a0823100000000000000000000000000000000000000000000000000000000815230600482015290915082906001600160a01b038316906370a0823190602401602060405180830381865afa15801561137d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113a1919061315e565b10156113d9576040517f836ee0c200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610b416001600160a01b038216338461190d565b600061097882600061176d565b6001600160a01b03811660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace006020526040812054610978906000611706565b6004546001600160a01b03163314611493576003546001600160a01b03163314611493576040517fe921159700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b818310156114fe57806114d2576040517fb0f8fc9b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006114de84846131be565b905080600160008282546114f291906131be565b90915550611525915050565b600061150a83856131be565b9050806001600082825461151e91906131ab565b9091555050505b505050565b6001600160a01b03811660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace006020526040812054610978565b60676115716118fe565b6040517fc614384c00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201523360248201526001600160a01b03919091169063c614384c9060440160006040518083038186803b1580156115db57600080fd5b505afa1580156115ef573d6000803e3d6000fd5b505050508160000361162d576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61164c33308461163b610a1e565b6001600160a01b03169291906121c9565b816001600082825461165e91906131ab565b909155507f8f721bf293f3e50bca3ef8987b9d6d300867879e600625884397974fa5d1a927905061168d610a1e565b604080516001600160a01b039092168252602082018590520160405180910390a15050565b6116ba611e0d565b6001600160a01b0381166116fd576040517f1e4fbdf700000000000000000000000000000000000000000000000000000000815260006004820152602401610e83565b610b7781611e58565b60006109c261171460015490565b61171f9060016131ab565b61172b6000600a6132b5565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace025461175791906131ab565b85919085612202565b6115258383836001612251565b60006109c261177d82600a6132b5565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02546117a991906131ab565b6001546117579060016131ab565b6001600160a01b0383811660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602090815260408083209386168352929052205460001981146118675781811015611858576040517ffb8f41b20000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024810182905260448101839052606401610e83565b61186784848484036000612251565b50505050565b6001600160a01b0383166118b0576040517f96c6fd1e00000000000000000000000000000000000000000000000000000000815260006004820152602401610e83565b6001600160a01b0382166118f3576040517fec442f0500000000000000000000000000000000000000000000000000000000815260006004820152602401610e83565b61152583838361237c565b6000611908610ec1565b905090565b6040516001600160a01b0383811660248301526044820183905261152591859182169063a9059cbb906064015b604051602081830303815290604052915060e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506124e5565b306001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161480611a1a57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316611a0e7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b6001600160a01b031614155b15610ebf576040517fe07c8dba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611a596118fe565b6040517f24d7806c0000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0391909116906324d7806c9060240160006040518083038186803b158015611ab357600080fd5b505afa158015611ac7573d6000803e3d6000fd5b5050505050565b816001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015611b46575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252611b439181019061315e565b60015b611b87576040517f4c9c8ce30000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610e83565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8114611be3576040517faa1d49a400000000000000000000000000000000000000000000000000000000815260048101829052602401610e83565b6115258383612561565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610ebf576040517fe07c8dba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611c576125b7565b610b778161261e565b611c686125b7565b610b7781612626565b611c796125b7565b610b4182826126eb565b611c8b6125b7565b610ebf61274e565b610ebf6125b7565b600254604080517f200110c500000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163200110c59160048083019260209291908290030181865afa158015611cfe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611908919061318e565b611d2a611ee1565b811580611d35575080155b15611d6c576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611d7a84308461163b610a1e565b611d848382611f62565b8160016000828254611d9691906131ab565b909155505060408051838152602081018390526001600160a01b0380861692908716917fdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d7910160405180910390a361186760017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b33611e16610ec1565b6001600160a01b031614610ebf576040517f118cdaa7000000000000000000000000000000000000000000000000000000008152336004820152602401610e83565b7f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c19930080547fffffffffffffffffffffffff000000000000000000000000000000000000000081166001600160a01b03848116918217845560405192169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3505050565b7f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0080547ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01611f5c576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60029055565b6001600160a01b038216611fa5576040517fec442f0500000000000000000000000000000000000000000000000000000000815260006004820152602401610e83565b610b416000838361237c565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611fdf611ee1565b811580611fea575080155b15612021576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b0316856001600160a01b0316146120d457600260009054906101000a90046001600160a01b03166001600160a01b03166398d96aa06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561208d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120b1919061318e565b6001600160a01b0316856001600160a01b0316146120d4576120d48386836117b7565b6120de8382612756565b81600160008282546120f091906131be565b90915550507f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02546000036121335760015461212b90836131ab565b600060015591505b6121408483610b31610a1e565b826001600160a01b0316846001600160a01b0316866001600160a01b03167ffbde797d201c681b91056529119e0b02407c7bb96a4a2c75c01fc9667232c8db8585604051612198929190918252602082015260400190565b60405180910390a4611ac760017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6040516001600160a01b0384811660248301528381166044830152606482018390526118679186918216906323b872dd9060840161193a565b6000806122108686866127a5565b905061221b83612882565b8015612237575060008480612232576122326132c4565b868809115b15611237576122476001826131ab565b9695505050505050565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace006001600160a01b0385166122b5576040517fe602df0500000000000000000000000000000000000000000000000000000000815260006004820152602401610e83565b6001600160a01b0384166122f8576040517f94280d6200000000000000000000000000000000000000000000000000000000815260006004820152602401610e83565b6001600160a01b03808616600090815260018301602090815260408083209388168352929052208390558115611ac757836001600160a01b0316856001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258560405161236d91815260200190565b60405180910390a35050505050565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace006001600160a01b0384166123ca57818160020160008282546123bf91906131ab565b909155506124559050565b6001600160a01b03841660009081526020829052604090205482811015612436576040517fe450d38c0000000000000000000000000000000000000000000000000000000081526001600160a01b03861660048201526024810182905260448101849052606401610e83565b6001600160a01b03851660009081526020839052604090209083900390555b6001600160a01b038316612473576002810180548390039055612492565b6001600160a01b03831660009081526020829052604090208054830190555b826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516124d791815260200190565b60405180910390a350505050565b60006124fa6001600160a01b038416836128af565b9050805160001415801561251f57508080602001905181019061251d91906132f3565b155b15611525576040517f5274afe70000000000000000000000000000000000000000000000000000000081526001600160a01b0384166004820152602401610e83565b61256a826128bd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a28051156125af576115258282612965565b610b416129d2565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610ebf576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6116ba6125b7565b61262e6125b7565b7f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e0060008061265b84612a0a565b915091508161266b57601261266d565b805b83547fffffffffffffffffffffff000000000000000000000000000000000000000000167401000000000000000000000000000000000000000060ff92909216919091027fffffffffffffffffffffffff000000000000000000000000000000000000000016176001600160a01b0394909416939093179091555050565b6126f36125b7565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace007f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0361273f8482613360565b50600481016118678382613360565b611fb16125b7565b6001600160a01b038216612799576040517f96c6fd1e00000000000000000000000000000000000000000000000000000000815260006004820152602401610e83565b610b418260008361237c565b60008383028160001985870982811083820303915050806000036127dc578382816127d2576127d26132c4565b04925050506109c2565b808411612815576040517f227bc15300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000848688096000868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b600060028260038111156128985761289861343e565b6128a2919061346d565b60ff166001149050919050565b60606109c283836000612b14565b806001600160a01b03163b60000361290c576040517f4c9c8ce30000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610e83565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6060600080846001600160a01b03168460405161298291906134b6565b600060405180830381855af49150503d80600081146129bd576040519150601f19603f3d011682016040523d82523d6000602084013e6129c2565b606091505b5091509150611237858383612bbc565b3415610ebf576040517fb398979f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60408051600481526024810182526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f313ce5670000000000000000000000000000000000000000000000000000000017905290516000918291829182916001600160a01b03871691612a7f916134b6565b600060405180830381855afa9150503d8060008114612aba576040519150601f19603f3d011682016040523d82523d6000602084013e612abf565b606091505b5091509150818015612ad357506020815110155b15612b0757600081806020019051810190612aee919061315e565b905060ff8111612b05576001969095509350505050565b505b5060009485945092505050565b606081471015612b52576040517fcd786059000000000000000000000000000000000000000000000000000000008152306004820152602401610e83565b600080856001600160a01b03168486604051612b6e91906134b6565b60006040518083038185875af1925050503d8060008114612bab576040519150601f19603f3d011682016040523d82523d6000602084013e612bb0565b606091505b50915091506122478683835b606082612bd157612bcc82612c31565b6109c2565b8151158015612be857506001600160a01b0384163b155b15612c2a576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610e83565b50806109c2565b805115612c415780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b83811015612c8e578181015183820152602001612c76565b50506000910152565b6020815260008251806020840152612cb6816040850160208701612c73565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160400192915050565b600060208284031215612cfa57600080fd5b5035919050565b6001600160a01b0381168114610b7757600080fd5b60008060408385031215612d2957600080fd5b8235612d3481612d01565b946020939093013593505050565b600080600060608486031215612d5757600080fd5b8335612d6281612d01565b92506020840135612d7281612d01565b929592945050506040919091013590565b600060208284031215612d9557600080fd5b81356109c281612d01565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600067ffffffffffffffff80841115612dea57612dea612da0565b604051601f85017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715612e3057612e30612da0565b81604052809350858152868686011115612e4957600080fd5b858560208301376000602087830101525050509392505050565b60008060408385031215612e7657600080fd5b8235612e8181612d01565b9150602083013567ffffffffffffffff811115612e9d57600080fd5b8301601f81018513612eae57600080fd5b612ebd85823560208401612dcf565b9150509250929050565b600082601f830112612ed857600080fd5b6109c283833560208501612dcf565b600080600080600080600060e0888a031215612f0257600080fd5b8735612f0d81612d01565b96506020880135612f1d81612d01565b95506040880135612f2d81612d01565b94506060880135612f3d81612d01565b93506080880135612f4d81612d01565b925060a088013567ffffffffffffffff80821115612f6a57600080fd5b612f768b838c01612ec7565b935060c08a0135915080821115612f8c57600080fd5b50612f998a828b01612ec7565b91505092959891949750929550565b60008060408385031215612fbb57600080fd5b50508035926020909101359150565b60008060408385031215612fdd57600080fd5b823591506020830135612fef81612d01565b809150509250929050565b8015158114610b7757600080fd5b60006020828403121561301a57600080fd5b81356109c281612ffa565b60008060006060848603121561303a57600080fd5b83359250602084013561304c81612d01565b9150604084013561305c81612d01565b809150509250925092565b60008060006060848603121561307c57600080fd5b8335925060208401359150604084013561305c81612ffa565b600080604083850312156130a857600080fd5b82356130b381612d01565b91506020830135612fef81612d01565b600181811c908216806130d757607f821691505b602082108103613110577f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60ff818116838216019081111561097857610978613116565b60006020828403121561317057600080fd5b5051919050565b808202811582820484141761097857610978613116565b6000602082840312156131a057600080fd5b81516109c281612d01565b8082018082111561097857610978613116565b8181038181111561097857610978613116565b600181815b8085111561320c5781600019048211156131f2576131f2613116565b808516156131ff57918102915b93841c93908002906131d6565b509250929050565b60008261322357506001610978565b8161323057506000610978565b816001811461324657600281146132505761326c565b6001915050610978565b60ff84111561326157613261613116565b50506001821b610978565b5060208310610133831016604e8410600b841016171561328f575081810a610978565b61329983836131d1565b80600019048211156132ad576132ad613116565b029392505050565b60006109c260ff841683613214565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006020828403121561330557600080fd5b81516109c281612ffa565b601f821115611525576000816000526020600020601f850160051c810160208610156133395750805b601f850160051c820191505b8181101561335857828155600101613345565b505050505050565b815167ffffffffffffffff81111561337a5761337a612da0565b61338e8161338884546130c3565b84613310565b602080601f8311600181146133c357600084156133ab5750858301515b600019600386901b1c1916600185901b178555613358565b6000858152602081207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08616915b82811015613410578886015182559484019460019091019084016133f1565b508582101561342e5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060ff8316806134a7577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b8060ff84160691505092915050565b600082516134c8818460208701612c73565b919091019291505056fea2646970667358221220b523ac34902978d8ee1a64dd98913bb63f0a450a2b2d947faa28a052de20533c64736f6c63430008170033