0 txs
78 calls
constructor
constructor()
functions
ADMIN_ROLE
viewfunction ADMIN_ROLE() view returns (bytes32)
DEFAULT_ADMIN_ROLE
viewfunction DEFAULT_ADMIN_ROLE() view returns (bytes32)
earlyWithdrawCooldownPeriod
viewfunction earlyWithdrawCooldownPeriod() view returns (uint256)
FREEZER_ROLE
viewfunction FREEZER_ROLE() view returns (bytes32)
getPosition
viewfunction getPosition(uint256 positionId) view returns (tuple position)
getRoleAdmin
viewfunction getRoleAdmin(bytes32 role) view returns (bytes32)
getSupportedTokens
viewfunction getSupportedTokens() view returns (address[])
getTotalAmount
viewfunction getTotalAmount(address token) view returns (uint256)
getUserPositionIds
viewfunction getUserPositionIds(address user) view returns (uint256[])
getUserPositions
viewfunction getUserPositions(address user) view returns (tuple[] positions)
hasRole
viewfunction hasRole(bytes32 role, address account) view returns (bool)
isFrozen
viewfunction isFrozen() view returns (bool)
isTokenFrozen
viewfunction isTokenFrozen(address token) view returns (bool)
paused
viewfunction paused() view returns (bool)
PAUSER_ROLE
viewfunction PAUSER_ROLE() view returns (bytes32)
proxiableUUID
viewfunction proxiableUUID() view returns (bytes32)
supportsInterface
viewfunction supportsInterface(bytes4 interfaceId) view returns (bool)
UPGRADE_INTERFACE_VERSION
viewfunction UPGRADE_INTERFACE_VERSION() view returns (string)
addSupportedTokens
nonpayablefunction addSupportedTokens(address[] tokens)
deposit
nonpayablefunction deposit(address token, uint256 amount, uint256 lockDuration) returns (uint256 positionId)
extendLockTime
nonpayablefunction extendLockTime(uint256 positionId, uint256 lockDuration)
freeze
nonpayablefunction freeze()
freezeToken
nonpayablefunction freezeToken(address token)
grantRole
nonpayablefunction grantRole(bytes32 role, address account)
initialize
nonpayablefunction initialize(address owner, uint256 earlyWithdrawCooldownPeriod_, address[] supportedTokens_)
pause
nonpayablefunction pause()
removeSupportedTokens
nonpayablefunction removeSupportedTokens(address[] tokens)
renounceRole
nonpayablefunction renounceRole(bytes32 role, address callerConfirmation)
requestEarlyWithdraw
nonpayablefunction requestEarlyWithdraw(uint256 positionId)
revokeRole
nonpayablefunction revokeRole(bytes32 role, address account)
setEarlyWithdrawCooldownPeriod
nonpayablefunction setEarlyWithdrawCooldownPeriod(uint256 _earlyWithdrawCooldownPeriod)
unfreeze
nonpayablefunction unfreeze()
unfreezeToken
nonpayablefunction unfreezeToken(address token)
unpause
nonpayablefunction unpause()
upgradeToAndCall
payablefunction upgradeToAndCall(address newImplementation, bytes data) payable
withdraw
nonpayablefunction withdraw(uint256 positionId)
events
Deposit
event Deposit(address indexed user, uint256 indexed positionId, address indexed token, uint256 amount, uint256 lockDuration, uint256 unlockTime)
EarlyWithdrawCooldownPeriodUpdated
event EarlyWithdrawCooldownPeriodUpdated(uint256 oldCooldownPeriod, uint256 newCooldownPeriod)
EarlyWithdrawRequested
event EarlyWithdrawRequested(address indexed user, uint256 indexed positionId, uint256 unlockTime)
Frozen
event Frozen(address indexed admin)
Initialized
event Initialized(uint64 version)
LockTimeExtended
event LockTimeExtended(address indexed user, uint256 indexed positionId, uint256 lockDuration, uint256 unlockTime)
Paused
event Paused(address account)
RoleAdminChanged
event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted
event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked
event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenFrozen
event TokenFrozen(address indexed admin, address indexed token)
TokenUnfrozen
event TokenUnfrozen(address indexed admin, address indexed token)
Unfrozen
event Unfrozen(address indexed admin)
Unpaused
event Unpaused(address account)
Upgraded
event Upgraded(address indexed implementation)
Withdraw
event Withdraw(address indexed user, uint256 indexed positionId, address indexed token, uint256 amount, bool isEarlyWithdraw)
errors
AccessControlBadConfirmation
error AccessControlBadConfirmation()
AccessControlUnauthorizedAccount
error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode
error AddressEmptyCode(address target)
CannotShortenLockTime
error CannotShortenLockTime()
EarlyWithdrawAlreadyRequested
error EarlyWithdrawAlreadyRequested()
EarlyWithdrawNotBeneficial
error EarlyWithdrawNotBeneficial()
EnforcedPause
error EnforcedPause()
ERC1967InvalidImplementation
error ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable
error ERC1967NonPayable()
ExpectedPause
error ExpectedPause()
FailedCall
error FailedCall()
InvalidAmount
error InvalidAmount()
InvalidInitialization
error InvalidInitialization()
NotInitializing
error NotInitializing()
PositionAlreadyWithdrawn
error PositionAlreadyWithdrawn()
ReentrancyGuardReentrantCall
error ReentrancyGuardReentrantCall()
SafeERC20FailedOperation
error SafeERC20FailedOperation(address token)
TokenIsFrozen
error TokenIsFrozen()
TokenNotSupported
error TokenNotSupported()
UnauthorizedAccess
error UnauthorizedAccess()
UnlockTimeNotReached
error UnlockTimeNotReached()
UUPSUnauthorizedCallContext
error UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID
error UUPSUnsupportedProxiableUUID(bytes32 slot)
VaultIsFrozen
error VaultIsFrozen()
creation bytecode
0x60a060405230608052348015610013575f5ffd5b5061001c610021565b6100d3565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff16156100715760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b03908116146100d05780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b60805161276e6100f95f395f8181611bc201528181611beb0152611d31015261276e5ff3fe608060405260043610610207575f3560e01c80636d91457a11610113578063b51db4081161009d578063d547741f1161006d578063d547741f146105f2578063e63ab1e914610611578063e81e931514610631578063eb02c30114610650578063eddf75701461067c575f5ffd5b8063b51db40814610566578063b6fffbf01461059d578063b76be41f146105bc578063d3c7c2c7146105d1575f5ffd5b80638a448c59116100e35780638a448c59146104b95780638c7ac746146104d857806391d14854146104f7578063a217fddf14610516578063ad3cb1cc14610529575f5ffd5b80636d91457a1461044757806375b238fc146104665780637c93c87e146104865780638456cb59146104a5575f5ffd5b806333eeb147116101945780634f1ef286116101645780634f1ef286146103d557806352d1902d146103e85780635c975abb146103fc57806362a5af3b1461041f5780636a28f00014610433575f5ffd5b806333eeb1471461036a57806336568abe146103835780633a8e7cb2146103a25780633f4ba83a146103c1575f5ffd5b8063248a9ca3116101da578063248a9ca3146102c05780632a6bc2dd146102df5780632b47a4501461030b5780632e1a7d4d1461032c5780632f2ff15d1461034b575f5ffd5b806301ffc9a71461020b57806306a85f0f1461023f5780630e13b9bd1461026d5780630efe6a8b146102a1575b5f5ffd5b348015610216575f5ffd5b5061022a610225366004612132565b6106a8565b60405190151581526020015b60405180910390f35b34801561024a575f5ffd5b5061025f5f5160206126595f395f51905f5281565b604051908152602001610236565b348015610278575f5ffd5b5061025f610287366004612174565b6001600160a01b03165f9081526004602052604090205490565b3480156102ac575f5ffd5b5061025f6102bb36600461218d565b6106de565b3480156102cb575f5ffd5b5061025f6102da3660046121bd565b6109e8565b3480156102ea575f5ffd5b506102fe6102f9366004612174565b610a08565b6040516102369190612239565b348015610316575f5ffd5b5061032a610325366004612174565b610b98565b005b348015610337575f5ffd5b5061032a6103463660046121bd565b610bf9565b348015610356575f5ffd5b5061032a610365366004612287565b610d73565b348015610375575f5ffd5b5060025461022a9060ff1681565b34801561038e575f5ffd5b5061032a61039d366004612287565b610d95565b3480156103ad575f5ffd5b5061032a6103bc3660046121bd565b610dcd565b3480156103cc575f5ffd5b5061032a610e2a565b61032a6103e33660046122f6565b610e49565b3480156103f3575f5ffd5b5061025f610e68565b348015610407575f5ffd5b505f5160206126d95f395f51905f525460ff1661022a565b34801561042a575f5ffd5b5061032a610e83565b34801561043e575f5ffd5b5061032a610ed4565b348015610452575f5ffd5b5061032a61046136600461239b565b610f22565b348015610471575f5ffd5b5061025f5f5160206127195f395f51905f5281565b348015610491575f5ffd5b5061032a6104a0366004612174565b611188565b3480156104b0575f5ffd5b5061032a611224565b3480156104c4575f5ffd5b5061032a6104d3366004612465565b611243565b3480156104e3575f5ffd5b5061032a6104f2366004612465565b611429565b348015610502575f5ffd5b5061022a610511366004612287565b61154a565b348015610521575f5ffd5b5061025f5f81565b348015610534575f5ffd5b50610559604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161023691906124d6565b348015610571575f5ffd5b5061022a610580366004612174565b6001600160a01b03165f9081526003602052604090205460ff1690565b3480156105a8575f5ffd5b5061032a6105b736600461250b565b611580565b3480156105c7575f5ffd5b5061025f60015481565b3480156105dc575f5ffd5b506105e5611692565b604051610236919061252b565b3480156105fd575f5ffd5b5061032a61060c366004612287565b6116f2565b34801561061c575f5ffd5b5061025f5f5160206126995f395f51905f5281565b34801561063c575f5ffd5b5061032a61064b3660046121bd565b61170e565b34801561065b575f5ffd5b5061066f61066a3660046121bd565b61182e565b604051610236919061256b565b348015610687575f5ffd5b5061069b610696366004612174565b6118b7565b604051610236919061257a565b5f6001600160e01b03198216637965db0b60e01b14806106d857506301ffc9a760e01b6001600160e01b03198316145b92915050565b5f6106e7611920565b6106ef611957565b60025460ff161561071357604051635506aa3160e11b815260040160405180910390fd5b6001600160a01b0384165f9081526003602052604090205460ff161561074c57604051631caa93c560e01b815260040160405180910390fd5b6001600160a01b0384165f9081526007602052604090205460ff1661078457604051633dd1b30560e01b815260040160405180910390fd5b825f036107a45760405163162908e360e11b815260040160405180910390fd5b5f805490806107b2836125c5565b9091555090505f6107c383426125dd565b9050604051806101000160405280336001600160a01b03168152602001866001600160a01b031681526020018581526020018481526020014281526020018281526020015f151581526020015f151581525060055f8481526020019081526020015f205f820151815f015f6101000a8154816001600160a01b0302191690836001600160a01b031602179055506020820151816001015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060408201518160020155606082015181600301556080820151816004015560a0820151816005015560c0820151816006015f6101000a81548160ff02191690831515021790555060e08201518160060160016101000a81548160ff02191690831515021790555090505060065f336001600160a01b03166001600160a01b031681526020019081526020015f2082908060018154018082558091505060019003905f5260205f20015f90919091909150558360045f876001600160a01b03166001600160a01b031681526020019081526020015f205f82825461095f91906125dd565b9091555061097a90506001600160a01b038616333087611989565b60408051858152602081018590529081018290526001600160a01b03861690839033907f7f30f7ade10235024f1854ad696cbe0694c0a4b2cbb8ac220da62b3d267326c29060600160405180910390a4506109e160015f5160206126f95f395f51905f5255565b9392505050565b5f9081525f5160206126b95f395f51905f52602052604090206001015490565b6001600160a01b0381165f908152600660209081526040808320805482518185028101850190935280835260609493830182828015610a6457602002820191905f5260205f20905b815481526020019060010190808311610a50575b50505050509050805167ffffffffffffffff811115610a8557610a856122b1565b604051908082528060200260200182016040528015610abe57816020015b610aab6120df565b815260200190600190039081610aa35790505b5091505f5b8151811015610b915760055f838381518110610ae157610ae16125f0565b60209081029190910181015182528181019290925260409081015f208151610100808201845282546001600160a01b039081168352600184015416948201949094526002820154928101929092526003810154606083015260048101546080830152600581015460a08301526006015460ff808216151560c0840152929004909116151560e08201528351849083908110610b7e57610b7e6125f0565b6020908102919091010152600101610ac3565b5050919050565b5f5160206126595f395f51905f52610baf81611a03565b6001600160a01b0382165f81815260036020526040808220805460ff191690555133917f98c42d70d6c85ddf3d0a412eb0f2cf7ae16872ce949c7b86423b83c61d00cda091a35050565b610c01611920565b610c09611957565b5f81815260056020526040902080546001600160a01b03163314610c4057604051631a27eac360e11b815260040160405180910390fd5b600681015460ff1615610c66576040516304fc265760e11b815260040160405180910390fd5b8060050154421015610c8b57604051630f4edebd60e01b815260040160405180910390fd5b60068101805460ff191660019081179091556002820154908201546001600160a01b03165f9081526004602052604081208054909190610ccc908490612604565b90915550610cd79050565b60028101546001820154610cf8916001600160a01b03909116903390611a0d565b6001810154600282015460068301546040805192835261010090910460ff16151560208301526001600160a01b0390921691849133917f21e5f2f8aec336e654683c109188a5e47a3728916cb4ea35bc2e973a13d3aed9910160405180910390a450610d7060015f5160206126f95f395f51905f5255565b50565b610d7c826109e8565b610d8581611a03565b610d8f8383611a3e565b50505050565b6001600160a01b0381163314610dbe5760405163334bd91960e11b815260040160405180910390fd5b610dc88282611adf565b505050565b5f5160206127195f395f51905f52610de481611a03565b600180549083905560408051828152602081018590527f22455b3f4653bebd505d8baafe2bee3032a74cbaa8bfb18182207bcf8ac01348910160405180910390a1505050565b5f5160206126995f395f51905f52610e4181611a03565b610d70611b58565b610e51611bb7565b610e5a82611c5b565b610e648282611c65565b5050565b5f610e71611d26565b505f5160206126795f395f51905f5290565b5f5160206126595f395f51905f52610e9a81611a03565b6002805460ff1916600117905560405133907f8a5c4736a33c7b7f29a2c34ea9ff9608afc5718d56f6fd6dcbd2d3711a1a4913905f90a250565b5f5160206126595f395f51905f52610eeb81611a03565b6002805460ff1916905560405133907f4feb53e305297ab8fb8f3420c95ea04737addc254a7270d8fc4605d2b9c61dba905f90a250565b5f610f2b611d6f565b805490915060ff600160401b820416159067ffffffffffffffff165f81158015610f525750825b90505f8267ffffffffffffffff166001148015610f6e5750303b155b905081158015610f7c575080155b15610f9a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610fc457845460ff60401b1916600160401b1785555b610fcc611d97565b610fd4611d9f565b610fdc611d97565b610fe4611d97565b60015f908155610ff49089611a3e565b5061100c5f5160206127195f395f51905f5289611a3e565b506110245f5160206126995f395f51905f5289611a3e565b5061103c5f5160206126595f395f51905f5289611a3e565b5060018790555f5b86518110156111375760075f888381518110611062576110626125f0565b6020908102919091018101516001600160a01b031682528101919091526040015f205460ff1661112f57600160075f8984815181106110a3576110a36125f0565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020015f205f6101000a81548160ff02191690831515021790555060088782815181106110f4576110f46125f0565b60209081029190910181015182546001810184555f938452919092200180546001600160a01b0319166001600160a01b039092169190911790555b600101611044565b50831561117e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b5f5160206126595f395f51905f5261119f81611a03565b6001600160a01b0382165f9081526007602052604090205460ff166111d757604051633dd1b30560e01b815260040160405180910390fd5b6001600160a01b0382165f81815260036020526040808220805460ff191660011790555133917f2ed81b4ad633d330c68bb59d1d6e41df9822b25c72e89d4d797357abb77e79c491a35050565b5f5160206126995f395f51905f5261123b81611a03565b610d70611daf565b5f5160206127195f395f51905f5261125a81611a03565b5f5b82811015610d8f5760075f858584818110611279576112796125f0565b905060200201602081019061128e9190612174565b6001600160a01b0316815260208101919091526040015f205460ff1615611421575f60075f8686858181106112c5576112c56125f0565b90506020020160208101906112da9190612174565b6001600160a01b0316815260208101919091526040015f908120805460ff1916921515929092179091555b60085481101561141f57848483818110611321576113216125f0565b90506020020160208101906113369190612174565b6001600160a01b031660088281548110611352576113526125f0565b5f918252602090912001546001600160a01b031603611417576008805461137b90600190612604565b8154811061138b5761138b6125f0565b5f91825260209091200154600880546001600160a01b0390921691839081106113b6576113b66125f0565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060088054806113f2576113f2612617565b5f8281526020902081015f1990810180546001600160a01b031916905501905561141f565b600101611305565b505b60010161125c565b5f5160206127195f395f51905f5261144081611a03565b5f5b82811015610d8f5760075f85858481811061145f5761145f6125f0565b90506020020160208101906114749190612174565b6001600160a01b0316815260208101919091526040015f205460ff1661154257600160075f8686858181106114ab576114ab6125f0565b90506020020160208101906114c09190612174565b6001600160a01b0316815260208101919091526040015f20805460ff191691151591909117905560088484838181106114fb576114fb6125f0565b90506020020160208101906115109190612174565b81546001810183555f928352602090922090910180546001600160a01b0319166001600160a01b039092169190911790555b600101611442565b5f9182525f5160206126b95f395f51905f52602090815260408084206001600160a01b0393909316845291905290205460ff1690565b611588611957565b5f82815260056020526040902080546001600160a01b031633146115bf57604051631a27eac360e11b815260040160405180910390fd5b600681015460ff16156115e5576040516304fc265760e11b815260040160405180910390fd5b6006810154610100900460ff16156116105760405163b7dbfdef60e01b815260040160405180910390fd5b5f61161b83426125dd565b90508160050154811161164157604051632f777fbb60e21b815260040160405180910390fd5b60058201819055600382018390556040805184815260208101839052859133917f0e22966190c7003626686eeb521cedae635b9d00ff03095e790b87f5ae115372910160405180910390a350505050565b606060088054806020026020016040519081016040528092919081815260200182805480156116e857602002820191905f5260205f20905b81546001600160a01b031681526001909101906020018083116116ca575b5050505050905090565b6116fb826109e8565b61170481611a03565b610d8f8383611adf565b611716611957565b5f81815260056020526040902080546001600160a01b0316331461174d57604051631a27eac360e11b815260040160405180910390fd5b600681015460ff1615611773576040516304fc265760e11b815260040160405180910390fd5b6006810154610100900460ff161561179e5760405163b7dbfdef60e01b815260040160405180910390fd5b5f600154426117ad91906125dd565b9050816005015481106117d3576040516365af0ba760e11b815260040160405180910390fd5b60068201805461ff00191661010017905560058201819055604051839033907f3107d163fe54e1edb7de71e56a6d65d1f5e61ffaec9564391778481be00747bd906118219085815260200190565b60405180910390a3505050565b6118366120df565b505f908152600560208181526040928390208351610100808201865282546001600160a01b0390811683526001840154169382019390935260028201549481019490945260038101546060850152600481015460808501529182015460a084015260069091015460ff808216151560c085015291900416151560e082015290565b6001600160a01b0381165f9081526006602090815260409182902080548351818402810184019094528084526060939283018282801561191457602002820191905f5260205f20905b815481526020019060010190808311611900575b50505050509050919050565b5f5160206126f95f395f51905f5280546001190161195157604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b5f5160206126d95f395f51905f525460ff16156119875760405163d93c066560e01b815260040160405180910390fd5b565b6040516001600160a01b038481166024830152838116604483015260648201839052610d8f9186918216906323b872dd906084015b604051602081830303815290604052915060e01b6020820180516001600160e01b038381831617835250505050611df7565b60015f5160206126f95f395f51905f5255565b610d708133611e63565b6040516001600160a01b03838116602483015260448201839052610dc891859182169063a9059cbb906064016119be565b5f5f5160206126b95f395f51905f52611a57848461154a565b611ad6575f848152602082815260408083206001600160a01b03871684529091529020805460ff19166001179055611a8c3390565b6001600160a01b0316836001600160a01b0316857f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a460019150506106d8565b5f9150506106d8565b5f5f5160206126b95f395f51905f52611af8848461154a565b15611ad6575f848152602082815260408083206001600160a01b0387168085529252808320805460ff1916905551339287917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a460019150506106d8565b611b60611e9c565b5f5160206126d95f395f51905f52805460ff191681557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a150565b306001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161480611c3d57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316611c315f5160206126795f395f51905f52546001600160a01b031690565b6001600160a01b031614155b156119875760405163703e46dd60e11b815260040160405180910390fd5b5f610e6481611a03565b816001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015611cbf575060408051601f3d908101601f19168201909252611cbc9181019061262b565b60015b611cec57604051634c9c8ce360e01b81526001600160a01b03831660048201526024015b60405180910390fd5b5f5160206126795f395f51905f528114611d1c57604051632a87526960e21b815260048101829052602401611ce3565b610dc88383611ecb565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146119875760405163703e46dd60e11b815260040160405180910390fd5b5f807ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a006106d8565b611987611f20565b611da7611f20565b611987611f45565b611db7611957565b5f5160206126d95f395f51905f52805460ff191660011781557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25833611b99565b5f5f60205f8451602086015f885af180611e16576040513d5f823e3d81fd5b50505f513d91508115611e2d578060011415611e3a565b6001600160a01b0384163b155b15610d8f57604051635274afe760e01b81526001600160a01b0385166004820152602401611ce3565b611e6d828261154a565b610e645760405163e2517d3f60e01b81526001600160a01b038216600482015260248101839052604401611ce3565b5f5160206126d95f395f51905f525460ff1661198757604051638dfc202b60e01b815260040160405180910390fd5b611ed482611f4d565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a2805115611f1857610dc88282611fb0565b610e64612022565b611f28612041565b61198757604051631afcd79f60e31b815260040160405180910390fd5b6119f0611f20565b806001600160a01b03163b5f03611f8257604051634c9c8ce360e01b81526001600160a01b0382166004820152602401611ce3565b5f5160206126795f395f51905f5280546001600160a01b0319166001600160a01b0392909216919091179055565b60605f5f846001600160a01b031684604051611fcc9190612642565b5f60405180830381855af49150503d805f8114612004576040519150601f19603f3d011682016040523d82523d5f602084013e612009565b606091505b509150915061201985838361205a565b95945050505050565b34156119875760405163b398979f60e01b815260040160405180910390fd5b5f61204a611d6f565b54600160401b900460ff16919050565b60608261206f5761206a826120b6565b6109e1565b815115801561208657506001600160a01b0384163b155b156120af57604051639996b31560e01b81526001600160a01b0385166004820152602401611ce3565b50806109e1565b8051156120c65780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b6040518061010001604052805f6001600160a01b031681526020015f6001600160a01b031681526020015f81526020015f81526020015f81526020015f81526020015f151581526020015f151581525090565b5f60208284031215612142575f5ffd5b81356001600160e01b0319811681146109e1575f5ffd5b80356001600160a01b038116811461216f575f5ffd5b919050565b5f60208284031215612184575f5ffd5b6109e182612159565b5f5f5f6060848603121561219f575f5ffd5b6121a884612159565b95602085013595506040909401359392505050565b5f602082840312156121cd575f5ffd5b5035919050565b60018060a01b03815116825260018060a01b03602082015116602083015260408101516040830152606081015160608301526080810151608083015260a081015160a083015260c0810151151560c083015260e0810151610dc860e084018215159052565b602080825282518282018190525f918401906040840190835b8181101561227c576122658385516121d4565b602093909301926101009290920191600101612252565b509095945050505050565b5f5f60408385031215612298575f5ffd5b823591506122a860208401612159565b90509250929050565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f1916810167ffffffffffffffff811182821017156122ee576122ee6122b1565b604052919050565b5f5f60408385031215612307575f5ffd5b61231083612159565b9150602083013567ffffffffffffffff81111561232b575f5ffd5b8301601f8101851361233b575f5ffd5b803567ffffffffffffffff811115612355576123556122b1565b612368601f8201601f19166020016122c5565b81815286602083850101111561237c575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f5f5f606084860312156123ad575f5ffd5b6123b684612159565b925060208401359150604084013567ffffffffffffffff8111156123d8575f5ffd5b8401601f810186136123e8575f5ffd5b803567ffffffffffffffff811115612402576124026122b1565b8060051b612412602082016122c5565b9182526020818401810192908101908984111561242d575f5ffd5b6020850194505b838510156124565761244585612159565b825260209485019490910190612434565b80955050505050509250925092565b5f5f60208385031215612476575f5ffd5b823567ffffffffffffffff81111561248c575f5ffd5b8301601f8101851361249c575f5ffd5b803567ffffffffffffffff8111156124b2575f5ffd5b8560208260051b84010111156124c6575f5ffd5b6020919091019590945092505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f5f6040838503121561251c575f5ffd5b50508035926020909101359150565b602080825282518282018190525f918401906040840190835b8181101561227c5783516001600160a01b0316835260209384019390920191600101612544565b61010081016106d882846121d4565b602080825282518282018190525f918401906040840190835b8181101561227c578351835260209384019390920191600101612593565b634e487b7160e01b5f52601160045260245ffd5b5f600182016125d6576125d66125b1565b5060010190565b808201808211156106d8576106d86125b1565b634e487b7160e01b5f52603260045260245ffd5b818103818111156106d8576106d86125b1565b634e487b7160e01b5f52603160045260245ffd5b5f6020828403121561263b575f5ffd5b5051919050565b5f82518060208501845e5f92019182525091905056fe92de27771f92d6942691d73358b3a4673e4880de8356f8f2cf452be87e02d363360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b626800cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775a26469706673582212204fe575ea6e444d25fed3687d9d782247766a1e83a55eb5239b9f9bb9fdc903ad64736f6c634300081d0033