0 txs
101.2k calls
constructor
constructor()
functions
allowance
viewfunction allowance(address owner, address spender) view returns (uint256)
balanceOf
viewfunction balanceOf(address account) view returns (uint256)
decimals
viewfunction decimals() view returns (uint8)
DEFAULT_ADMIN_ROLE
viewfunction DEFAULT_ADMIN_ROLE() view returns (bytes32)
DISTRIBUTOR_ROLE
viewfunction DISTRIBUTOR_ROLE() view returns (bytes32)
DOMAIN_SEPARATOR
viewfunction DOMAIN_SEPARATOR() view returns (bytes32)
eip712Domain
viewfunction eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
fromWhitelist
viewfunction fromWhitelist(address) view returns (bool)
getIndexedUserAmount
viewfunction getIndexedUserAmount(address user, uint256 balance, uint256 currentPeriod) view returns (uint256, uint256)
getIndexedUserAmount
viewfunction getIndexedUserAmount(address user) view returns (uint256, uint256)
getPreviousPoolAmounts
viewfunction getPreviousPoolAmounts() view returns (tuple[])
getRoleAdmin
viewfunction getRoleAdmin(bytes32 role) view returns (bytes32)
globalPool
viewfunction globalPool() view returns (uint256 currentPeriod, uint256 sharesPerToken)
GOV_ROLE
viewfunction GOV_ROLE() view returns (bytes32)
hasRole
viewfunction hasRole(bytes32 role, address account) view returns (bool)
MINTER_ROLE
viewfunction MINTER_ROLE() view returns (bytes32)
name
viewfunction name() view returns (string)
nonces
viewfunction nonces(address owner) view returns (uint256)
paused
viewfunction paused() view returns (bool)
pool
viewfunction pool() view returns (address)
poolFactory
viewfunction poolFactory() view returns (address)
proxiableUUID
viewfunction proxiableUUID() view returns (bytes32)
SHARES_DECIMALS
viewfunction SHARES_DECIMALS() view returns (uint8)
supportsInterface
viewfunction supportsInterface(bytes4 interfaceId) view returns (bool)
symbol
viewfunction symbol() view returns (string)
totalSupply
viewfunction totalSupply() view returns (uint256)
toWhitelist
viewfunction toWhitelist(address) view returns (bool)
UPGRADE_INTERFACE_VERSION
viewfunction UPGRADE_INTERFACE_VERSION() view returns (string)
userAssets
viewfunction userAssets(address) view returns (uint256 lastUpdatedPeriod, uint256 indexedAmountShares, uint256 lastIndexedPeriodBalance)
approve
nonpayablefunction approve(address spender, uint256 value) returns (bool)
burn
nonpayablefunction burn(address account, uint256 amount)
grantRole
nonpayablefunction grantRole(bytes32 role, address account)
increaseIndexedAssetPeriod
nonpayablefunction increaseIndexedAssetPeriod(uint256 sharesPerToken)
initialize
nonpayablefunction initialize(string name, string symbol, address minter, address governance, address _poolFactory, uint256 sharesPerToken)
mint
nonpayablefunction mint(address to, uint256 amount)
pause
nonpayablefunction pause()
permit
nonpayablefunction permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole
nonpayablefunction renounceRole(bytes32 role, address callerConfirmation)
resetIndexedUserAssets
nonpayablefunction resetIndexedUserAssets(address user, bool resetLastIndexedPeriodBalance)
revokeRole
nonpayablefunction revokeRole(bytes32 role, address account)
setAuctionStartBlock
nonpayablefunction setAuctionStartBlock(uint256 _auctionStartBlock)
setAuctionStartTransfersPause
nonpayablefunction setAuctionStartTransfersPause(uint256 _auctionStartTransfersPause)
setFromWhitelist
nonpayablefunction setFromWhitelist(address account, bool isWhitelisted)
setPool
nonpayablefunction setPool(address _pool)
setSharesPerToken
nonpayablefunction setSharesPerToken(uint256 _sharesPerToken)
setToWhitelist
nonpayablefunction setToWhitelist(address account, bool isWhitelisted)
transfer
nonpayablefunction transfer(address to, uint256 value) returns (bool)
transferFrom
nonpayablefunction transferFrom(address from, address to, uint256 value) returns (bool)
unpause
nonpayablefunction unpause()
upgradeToAndCall
payablefunction upgradeToAndCall(address newImplementation, bytes data) payable
zeroLastSharesPerToken
nonpayablefunction zeroLastSharesPerToken()
events
Approval
event Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged
event EIP712DomainChanged()
IncreasedAssetPeriod
event IncreasedAssetPeriod(uint256 currentPeriod, uint256 sharesPerToken)
Initialized
event Initialized(uint64 version)
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)
Transfer
event Transfer(address indexed from, address indexed to, uint256 value)
Unpaused
event Unpaused(address account)
UpdatedUserAssets
event UpdatedUserAssets(address user, uint256 lastUpdatedPeriod, uint256 indexedAmountShares)
Upgraded
event Upgraded(address indexed implementation)
errors
AccessControlBadConfirmation
error AccessControlBadConfirmation()
AccessControlUnauthorizedAccount
error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode
error AddressEmptyCode(address target)
AuctionRecentlyStarted
error AuctionRecentlyStarted()
CallerIsNotPool
error CallerIsNotPool()
CallerIsNotPoolFactory
error CallerIsNotPoolFactory()
CallerIsNotSecurityCouncil
error CallerIsNotSecurityCouncil()
ECDSAInvalidSignature
error ECDSAInvalidSignature()
ECDSAInvalidSignatureLength
error ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS
error ECDSAInvalidSignatureS(bytes32 s)
EnforcedPause
error EnforcedPause()
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)
ERC2612ExpiredSignature
error ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner
error ERC2612InvalidSigner(address signer, address owner)
ExpectedPause
error ExpectedPause()
FailedInnerCall
error FailedInnerCall()
InvalidAccountNonce
error InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization
error InvalidInitialization()
NotInitializing
error NotInitializing()
UUPSUnauthorizedCallContext
error UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID
error UUPSUnsupportedProxiableUUID(bytes32 slot)
creation bytecode
0x60a080604052346100c257306080525f5160206133965f395f51905f525460ff8160401c166100b3576002600160401b03196001600160401b03821601610060575b6040516132cf90816100c782396080518181816119720152611a150152f35b6001600160401b0319166001600160401b039081175f5160206133965f395f51905f525581527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a15f80610041565b63f92ee8a960e01b5f5260045ffd5b5f80fdfe6080806040526004361015610012575f80fd5b5f3560e01c90816301ffc9a71461232a5750806306fdde031461226d578063095ea7b31461224757806310c049321461221157806311f9e065146121d357806316f0115b146121ab57806318160ddd146121825780631b8ab222146121615780631dde38b81461213657806323b872dd1461205e5780632464bb5a14612033578063248a9ca314611ffc5780632f2ff15d14611fb2578063313ce56714611f975780633644e51514611f7557806336568abe14611f315780633911578414611f0e5780633f4ba83a14611dd157806340c10f1914611c6b5780634219dc4014611c435780634437152a14611be7578063474e19f214611bcc5780634f1ef286146119c657806352d1902d146119605780635c975abb1461193257806366676424146118f457806370a08231146118b05780637362d149146118765780637ecebe00146118205780638456cb59146116c657806384b0196e1461157c5780638678f6861461153f57806391d14854146114ea57806395d89b41146113f45780639dc29fac1461124d578063a217fddf14611233578063a9059cbb14611202578063ad3cb1cc146111b7578063ad7d9c82146110cf578063b239b08d14611092578063b25f15db1461103d578063b536818a14611016578063bbe7f8ea14610f75578063d505accf14610e13578063d539139314610dec578063d547741f14610d9b578063dd62ed3e14610d54578063ed4e7e0614610d05578063edf3e29e1461039b578063ef4be9c41461028b5763f0bd87cc1461024d575f80fd5b34610287575f3660031901126102875760206040517ffbd454f36a7e1a388bd6fc3ab10d434aa4578f811acbbcf33afb1c697486313c8152f35b5f80fd5b34610287576020366003190112610287576004356102a7612800565b6102af612d97565b5f545f51602061319a5f395f51905f525490604051906102ce826123fc565b8152602081019182526040810183815260025468010000000000000000811015610387578060016103029201600255612696565b93909361037457600292518455516001840155519101555f545f198114610360577fc3986d9e944a9d21282778706c27434cc1a9d0ddc2954e2960855f0d9a064a7f9160016040920190815f558060015582519182526020820152a1005b634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f525f60045260245ffd5b634e487b7160e01b5f52604160045260245ffd5b346102875760c03660031901126102875760043567ffffffffffffffff8111610287576103cc9036906004016124c4565b60243567ffffffffffffffff8111610287576103ec9036906004016124c4565b6044356001600160a01b038116810361028757606435906001600160a01b0382168203610287576084356001600160a01b03811690819003610287575f51602061325a5f395f51905f52549360ff8560401c16159467ffffffffffffffff811680159081610cfd575b6001149081610cf3575b159081610cea575b50610cdb5767ffffffffffffffff1981166001175f51602061325a5f395f51905f525585610caf575b50610499612f6f565b6104a1612f6f565b855167ffffffffffffffff8111610387576104c95f51602061311a5f395f51905f52546124e2565b601f8111610c40575b50806020601f8211600114610bc2575f91610bb7575b508160011b915f199060031b1c1916175f51602061311a5f395f51905f52555b80519067ffffffffffffffff82116103875781906105335f51602061317a5f395f51905f52546124e2565b601f8111610b3d575b50602090601f8311600114610abf575f92610ab4575b50508160011b915f199060031b1c1916175f51602061317a5f395f51905f52555b61057b612f6f565b60409485519061058b8783612418565b60018252603160f81b60208301526105a1612f6f565b80519067ffffffffffffffff82116103875781906105cc5f51602061315a5f395f51905f52546124e2565b601f8111610a3a575b50602090601f83116001146109bc575f926109b1575b50508160011b915f199060031b1c1916175f51602061315a5f395f51905f52555b80519067ffffffffffffffff8211610387576106355f5160206131ba5f395f51905f52546124e2565b601f8111610942575b50602090601f83116001146108bc579180610725949261072b9796945f926108b1575b50508160011b915f199060031b1c1916175f5160206131ba5f395f51905f52555b5f7fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100555f7fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d101556106d0612f6f565b6106d8612f6f565b6106e0612f6f565b60ff195f51602061323a5f395f51905f5254165f51602061323a5f395f51905f52556bffffffffffffffffffffffff60a01b600354161760035560a435600155612ae0565b50612b9e565b505f51602061327a5f395f51905f525f8181525f51602061321a5f395f51905f526020528381206001018054908390559082907fbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff9080a47ffbd454f36a7e1a388bd6fc3ab10d434aa4578f811acbbcf33afb1c697486313c5f8181525f51602061321a5f395f51905f5260205283812060010180545f51602061327a5f395f51905f5291829055909290917fbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff9080a45f5160206131fa5f395f51905f525f8181525f51602061321a5f395f51905f526020528381206001018054908390559082907fbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff9080a4600360065561085b57005b60207fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29168ff0000000000000000195f51602061325a5f395f51905f5254165f51602061325a5f395f51905f52555160018152a1005b015190508980610661565b90601f198316915f5160206131ba5f395f51905f525f52815f20925f5b81811061092a575092600192859261072b999896610725989610610912575b505050811b015f5160206131ba5f395f51905f5255610682565b01515f1960f88460031b161c191690558980806108f8565b929360206001819287860151815501950193016108d9565b5f5160206131ba5f395f51905f525f527f5f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b75601f840160051c810191602085106109a7575b601f0160051c01905b81811061099c575061063e565b5f815560010161098f565b9091508190610986565b0151905088806105eb565b5f51602061315a5f395f51905f525f9081528281209350601f198516905b818110610a225750908460019594939210610a0a575b505050811b015f51602061315a5f395f51905f525561060c565b01515f1960f88460031b161c191690558880806109f0565b929360206001819287860151815501950193016109da565b5f51602061315a5f395f51905f525f529091507f42ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d601f840160051c81019160208510610aaa575b90601f859493920160051c01905b818110610a9c57506105d5565b5f8155849350600101610a8f565b9091508190610a81565b015190508780610552565b5f51602061317a5f395f51905f525f9081528281209350601f198516905b818110610b255750908460019594939210610b0d575b505050811b015f51602061317a5f395f51905f5255610573565b01515f1960f88460031b161c19169055878080610af3565b92936020600181928786015181550195019301610add565b5f51602061317a5f395f51905f525f529091507f46a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aa601f840160051c81019160208510610bad575b90601f859493920160051c01905b818110610b9f575061053c565b5f8155849350600101610b92565b9091508190610b84565b9050870151886104e8565b5f51602061311a5f395f51905f525f9081528181209250601f198416905b8a828210610c285750509083600194939210610c10575b5050811b015f51602061311a5f395f51905f5255610508565b8901515f1960f88460031b161c191690558880610bf7565b60018495602093958493015181550194019201610be0565b5f51602061311a5f395f51905f525f527f2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0601f830160051c81019160208410610ca5575b601f0160051c01905b818110610c9a57506104d2565b5f8155600101610c8d565b9091508190610c84565b68ffffffffffffffffff191668010000000000000001175f51602061325a5f395f51905f525586610490565b63f92ee8a960e01b5f5260045ffd5b90501588610467565b303b15915061045f565b879150610455565b34610287576020366003190112610287576001600160a01b03610d266123a1565b165f526005602052606060405f20805490600260018201549101549060405192835260208301526040820152f35b3461028757604036600319011261028757610d6d6123a1565b610d7e610d786123b7565b9161248c565b9060018060a01b03165f52602052602060405f2054604051908152f35b3461028757604036600319011261028757610dea600435610dba6123b7565b90610de5610de0825f525f51602061321a5f395f51905f52602052600160405f20015490565b612927565b612cfb565b005b34610287575f3660031901126102875760206040515f5160206131fa5f395f51905f528152f35b346102875760e036600319011261028757610e2c6123a1565b610e346123b7565b604435906064359260843560ff8116810361028757844211610f6257610f27610f309160018060a01b03841696875f527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb0060205260405f20908154916001830190556040519060208201927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c984528a604084015260018060a01b038916606084015289608084015260a083015260c082015260c08152610ef560e082612418565b519020610f00612e12565b906040519161190160f01b83526002830152602282015260c43591604260a4359220612e79565b90929192612efb565b6001600160a01b0316848103610f4b5750610dea9350612daf565b84906325c0072360e11b5f5260045260245260445ffd5b8463313c898160e11b5f5260045260245ffd5b3461028757610f83366123cd565b90610f8c612800565b610f94612d97565b6001600160a01b0381165f818152600560205260408120600101559115610fda5750805f5260056020525f60026040822001555b5f805491815260056020526040902055005b610fff90825f525f51602061313a5f395f51905f5260205260405f20545f549161270e565b9050815f526005602052600260405f200155610fc8565b34610287575f3660031901126102875760206040515f51602061327a5f395f51905f528152f35b3461028757602036600319011261028757604061108661105b6123a1565b6001600160a01b0381165f9081525f51602061313a5f395f51905f526020528381205490549161270e565b82519182526020820152f35b34610287576020366003190112610287576001600160a01b036110b36123a1565b165f526009602052602060ff60405f2054166040519015158152f35b34610287575f3660031901126102875760025467ffffffffffffffff81116103875760208160051b01906111066040519283612418565b80825260208201908160025f527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace5f915b838310611199578486604051918291602083019060208452518091526040830191905f5b818110611169575050500390f35b9193509160206060600192604087518051835284810151858401520151604082015201940191019184939261115b565b600360206001926111a9856126c6565b815201920192019190611137565b34610287575f366003190112610287576111fe6040516111d8604082612418565b60058152640352e302e360dc1b602082015260405191829160208352602083019061237d565b0390f35b346102875760403660031901126102875761122861121e6123a1565b602435903361296d565b602060405160018152f35b34610287575f3660031901126102875760206040515f8152f35b34610287576040366003190112610287576112666123a1565b602435906112726128cb565b6001600160a01b0381169081156113e15760ff5f51602061323a5f395f51905f525416611383575b6112a960075460065490612701565b4310611374576112d290825f525f51602061313a5f395f51905f5260205260405f205490612f9a565b805f525f51602061313a5f395f51905f5260205260405f205482811061135b576020835f947fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef938587525f51602061313a5f395f51905f528452036040862055805f51602061319a5f395f51905f5254035f51602061319a5f395f51905f5255604051908152a3005b9063391434e360e21b5f5260045260245260445260645ffd5b63026c02a160e51b5f5260045ffd5b815f52600960205260ff60405f20541680156113ae575b61129a575b63d93c066560e01b5f5260045ffd5b505f805260086020527f5eff886ea0ce6ca488a3d6e336d6c0f75f46d19b42c06ce5ee98e42c96d256c75460ff1661139a565b634b637e8f60e11b5f525f60045260245ffd5b34610287575f366003190112610287576040515f5f51602061317a5f395f51905f5254611420816124e2565b80845290600181169081156114c6575060011461145c575b6111fe8361144881850382612418565b60405191829160208352602083019061237d565b5f51602061317a5f395f51905f525f9081527f46a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aa939250905b8082106114ac57509091508101602001611448611438565b919260018160209254838588010152019101909291611494565b60ff191660208086019190915291151560051b840190910191506114489050611438565b34610287576040366003190112610287576115036123b7565b6004355f525f51602061321a5f395f51905f5260205260405f209060018060a01b03165f52602052602060ff60405f2054166040519015158152f35b34610287576020366003190112610287576001600160a01b036115606123a1565b165f526008602052602060ff60405f2054166040519015158152f35b34610287575f366003190112610287577fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10054158061169d575b15611660576116046115c561251a565b6115cd6125e9565b6020611612604051926115e08385612418565b5f84525f368137604051958695600f60f81b875260e08588015260e087019061237d565b90858203604087015261237d565b4660608501523060808501525f60a085015283810360c08501528180845192838152019301915f5b82811061164957505050500390f35b83518552869550938101939281019260010161163a565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10154156115b5565b34610287575f3660031901126102875760035460405163b9fe5cf760e01b81526001600160a01b0390911690602081600481855afa9081156117e1575f916117ec575b50604051632474521560e21b815260048101919091523360248201529060209082908180604481015b03915afa9081156117e1575f916117b2575b50156117a357611752612d97565b600160ff195f51602061323a5f395f51905f525416175f51602061323a5f395f51905f52557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b63508105ef60e11b5f5260045ffd5b6117d4915060203d6020116117da575b6117cc8183612418565b8101906127e8565b81611744565b503d6117c2565b6040513d5f823e3d90fd5b90506020813d602011611818575b8161180760209383612418565b810103126102875751611732611709565b3d91506117fa565b34610287576020366003190112610287576118396123a1565b60018060a01b03165f527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb00602052602060405f2054604051908152f35b34610287576020366003190112610287576004546001600160a01b031633036118a157600435600155005b637a9c87e360e11b5f5260045ffd5b34610287576020366003190112610287576001600160a01b036118d16123a1565b165f525f51602061313a5f395f51905f52602052602060405f2054604051908152f35b3461028757610dea611905366123cd565b9061190e61286f565b60018060a01b03165f52600860205260405f209060ff801983541691151516179055565b34610287575f36600319011261028757602060ff5f51602061323a5f395f51905f5254166040519015158152f35b34610287575f366003190112610287577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036119b75760206040515f5160206131da5f395f51905f528152f35b63703e46dd60e11b5f5260045ffd5b6040366003190112610287576119da6123a1565b60243567ffffffffffffffff8111610287573660238201121561028757611a0b903690602481600401359101612456565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016308114908115611baa575b506119b757611a4d61286f565b6040516352d1902d60e01b81526001600160a01b0383169290602081600481875afa5f9181611b76575b50611a8f5783634c9c8ce360e01b5f5260045260245ffd5b805f5160206131da5f395f51905f52859203611b645750813b15611b52575f5160206131da5f395f51905f5280546001600160a01b031916821790557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a2815115611b3a575f80836020610dea95519101845af43d15611b32573d91611b168361243a565b92611b246040519485612418565b83523d5f602085013e6130bb565b6060916130bb565b505034611b4357005b63b398979f60e01b5f5260045ffd5b634c9c8ce360e01b5f5260045260245ffd5b632a87526960e21b5f5260045260245ffd5b9091506020813d602011611ba2575b81611b9260209383612418565b8101031261028757519085611a77565b3d9150611b85565b5f5160206131da5f395f51905f52546001600160a01b03161415905083611a40565b34610287575f36600319011261028757602060405160068152f35b3461028757602036600319011261028757611c006123a1565b6003546001600160a01b03163303611c3457600480546001600160a01b0319166001600160a01b0392909216919091179055005b63cf158be360e01b5f5260045ffd5b34610287575f366003190112610287576003546040516001600160a01b039091168152602090f35b3461028757604036600319011261028757611c846123a1565b60243590611c906128cb565b6001600160a01b038116918215611dbe5760ff5f51602061323a5f395f51905f525416611d61575b611cc760075460065490612701565b43106113745760207fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91611d145f948686525f51602061313a5f395f51905f528452604086205490612f9a565b611d2c815f51602061319a5f395f51905f5254612701565b5f51602061319a5f395f51905f52558484525f51602061313a5f395f51905f52825260408420818154019055604051908152a3005b5f805260096020527fec8156718a8372b1db44bb411437d0870f3e3790d4a08526d024ce1b0b668f6b5460ff168015611da8575b611cb85763d93c066560e01b5f5260045ffd5b50825f52600860205260ff60405f205416611d95565b63ec442f0560e01b5f525f60045260245ffd5b34610287575f3660031901126102875760035460405163b9fe5cf760e01b81526001600160a01b0390911690602081600481855afa9081156117e1575f91611eda575b50604051632474521560e21b815260048101919091523360248201529060209082908180604481015b03915afa9081156117e1575f91611ebb575b50156117a3575f51602061323a5f395f51905f525460ff811615611eac5760ff19165f51602061323a5f395f51905f52557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b638dfc202b60e01b5f5260045ffd5b611ed4915060203d6020116117da576117cc8183612418565b81611e4f565b90506020813d602011611f06575b81611ef560209383612418565b810103126102875751611e3d611e14565b3d9150611ee8565b34610287575f3660031901126102875760405f5460015482519182526020820152f35b3461028757604036600319011261028757611f4a6123b7565b336001600160a01b03821603611f6657610dea90600435612cfb565b63334bd91960e11b5f5260045ffd5b34610287575f366003190112610287576020611f8f612e12565b604051908152f35b34610287575f36600319011261028757602060405160128152f35b3461028757604036600319011261028757610dea600435611fd16123b7565b90611ff7610de0825f525f51602061321a5f395f51905f52602052600160405f20015490565b612c57565b34610287576020366003190112610287576020611f8f6004355f525f51602061321a5f395f51905f52602052600160405f20015490565b34610287576020366003190112610287576004546001600160a01b031633036118a157600435600755005b34610287576060366003190112610287576120776123a1565b61207f6123b7565b6044359061208c8361248c565b335f908152602091909152604090205492600184016120b0575b611228935061296d565b82841061211b576001600160a01b038116156121085733156120f557611228936120d98261248c565b60018060a01b0333165f526020528360405f20910390556120a6565b634a1406b160e11b5f525f60045260245ffd5b63e602df0560e01b5f525f60045260245ffd5b8284637dc7a0d960e11b5f523360045260245260445260645ffd5b346102875760603660031901126102875760406110866121546123a1565b604435906024359061270e565b346102875760203660031901126102875761217a61286f565b600435600655005b34610287575f3660031901126102875760205f51602061319a5f395f51905f5254604051908152f35b34610287575f366003190112610287576004546040516001600160a01b039091168152602090f35b3461028757610dea6121e4366123cd565b906121ed61286f565b60018060a01b03165f52600960205260405f209060ff801983541691151516179055565b34610287575f36600319011261028757612229612800565b5f545f1981019081116103605760026122425f92612696565b500155005b34610287576040366003190112610287576112286122636123a1565b6024359033612daf565b34610287575f366003190112610287576040515f5f51602061311a5f395f51905f5254612299816124e2565b80845290600181169081156114c657506001146122c0576111fe8361144881850382612418565b5f51602061311a5f395f51905f525f9081527f2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0939250905b80821061231057509091508101602001611448611438565b9192600181602092548385880101520191019092916122f8565b34610287576020366003190112610287576004359063ffffffff60e01b821680920361028757602091637965db0b60e01b811490811561236c575b5015158152f35b6301ffc9a760e01b14905083612365565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b038216820361028757565b602435906001600160a01b038216820361028757565b6040906003190112610287576004356001600160a01b0381168103610287579060243580151581036102875790565b6060810190811067ffffffffffffffff82111761038757604052565b90601f8019910116810190811067ffffffffffffffff82111761038757604052565b67ffffffffffffffff811161038757601f01601f191660200190565b9291926124628261243a565b916124706040519384612418565b829481845281830111610287578281602093845f960137010152565b6001600160a01b03165f9081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9080601f83011215610287578160206124df93359101612456565b90565b90600182811c92168015612510575b60208310146124fc57565b634e487b7160e01b5f52602260045260245ffd5b91607f16916124f1565b604051905f825f51602061315a5f395f51905f525491612539836124e2565b80835292600181169081156125ca575060011461255f575b61255d92500383612418565b565b505f51602061315a5f395f51905f525f90815290917f42ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d5b8183106125ae57505090602061255d92820101612551565b6020919350806001915483858901015201910190918492612596565b6020925061255d94915060ff191682840152151560051b820101612551565b604051905f825f5160206131ba5f395f51905f525491612608836124e2565b80835292600181169081156125ca575060011461262b5761255d92500383612418565b505f5160206131ba5f395f51905f525f90815290917f5f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b755b81831061267a57505090602061255d92820101612551565b6020919350806001915483858901015201910190918492612662565b6002548110156126b25760025f52600360205f20910201905f90565b634e487b7160e01b5f52603260045260245ffd5b906040516126d3816123fc565b60406002829480548452600181015460208501520154910152565b8181029291811591840414171561036057565b9190820180921161036057565b6001600160a01b03165f908152600560205260409020909290612730906126c6565b9081516040602084015193015184156127dc578482146127d35781935b5f1986018681116103605785101561278f57612787600191620f424061278060026127778a612696565b5001548b6126ee565b0490612701565b94019361274d565b929450909250826127a2575b5090509190565b5f19830192831161036057612780620f42409160026127c36127cc96612696565b500154906126ee565b805f61279b565b94505091509190565b5050925050505f905f90565b90816020910312610287575180151581036102875790565b335f9081527fb2ce6f3a0968c56a08b54f4f0d1d0af4871f2c3340441c6ce862aaa53c9d37c7602052604090205460ff161561283857565b63e2517d3f60e01b5f52336004527ffbd454f36a7e1a388bd6fc3ab10d434aa4578f811acbbcf33afb1c697486313c60245260445ffd5b335f9081527fa7d0f56144dc2cc0b8cc25b72dae5de5732359403e6b65d51614ec6c3aaaf2c8602052604090205460ff16156128a757565b63e2517d3f60e01b5f52336004525f51602061327a5f395f51905f5260245260445ffd5b335f9081527f549fe2656c81d2947b3b913f0a53b9ea86c71e049f3a1b8aa23c09a8a05cb8d4602052604090205460ff161561290357565b63e2517d3f60e01b5f52336004525f5160206131fa5f395f51905f5260245260445ffd5b5f8181525f51602061321a5f395f51905f526020908152604080832033845290915290205460ff16156129575750565b63e2517d3f60e01b5f523360045260245260445ffd5b90916001600160a01b0382169182156113e1576001600160a01b038416938415611dbe5760ff5f51602061323a5f395f51905f525416612aa0575b6129b760075460065490612701565b4310611374576129e3612a0292855f525f51602061313a5f395f51905f5260205260405f205490612f9a565b845f525f51602061313a5f395f51905f5260205260405f205490612f9a565b815f525f51602061313a5f395f51905f5260205260405f2054818110612a8757817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92602092855f525f51602061313a5f395f51905f5284520360405f2055845f525f51602061313a5f395f51905f52825260405f20818154019055604051908152a3565b8263391434e360e21b5f5260045260245260445260645ffd5b835f52600960205260ff60405f2054168015612aca575b6129a85763d93c066560e01b5f5260045ffd5b50845f52600860205260ff60405f205416612ab7565b6001600160a01b0381165f9081527f549fe2656c81d2947b3b913f0a53b9ea86c71e049f3a1b8aa23c09a8a05cb8d4602052604090205460ff16612b99576001600160a01b03165f8181527f549fe2656c81d2947b3b913f0a53b9ea86c71e049f3a1b8aa23c09a8a05cb8d460205260408120805460ff191660011790553391905f5160206131fa5f395f51905f52907f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d9080a4600190565b505f90565b6001600160a01b0381165f9081527fa7d0f56144dc2cc0b8cc25b72dae5de5732359403e6b65d51614ec6c3aaaf2c8602052604090205460ff16612b99576001600160a01b03165f8181527fa7d0f56144dc2cc0b8cc25b72dae5de5732359403e6b65d51614ec6c3aaaf2c860205260408120805460ff191660011790553391905f51602061327a5f395f51905f52907f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d9080a4600190565b5f8181525f51602061321a5f395f51905f52602090815260408083206001600160a01b038616845290915290205460ff16612cf5575f8181525f51602061321a5f395f51905f52602090815260408083206001600160a01b0395909516808452949091528120805460ff19166001179055339291907f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d9080a4600190565b50505f90565b5f8181525f51602061321a5f395f51905f52602090815260408083206001600160a01b038616845290915290205460ff1615612cf5575f8181525f51602061321a5f395f51905f52602090815260408083206001600160a01b0395909516808452949091528120805460ff19169055339291907ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9080a4600190565b60ff5f51602061323a5f395f51905f52541661139f57565b916001600160a01b038316918215612108576001600160a01b03169283156120f5577f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591612dfe60209261248c565b855f5282528060405f2055604051908152a3565b612e1a61300c565b612e22613076565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a08152612e7360c082612418565b51902090565b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411612ef0579160209360809260ff5f9560405194855216868401526040830152606082015282805260015afa156117e1575f516001600160a01b03811615612ee657905f905f90565b505f906001905f90565b5050505f9160039190565b6004811015612f5b5780612f0d575050565b60018103612f245763f645eedf60e01b5f5260045ffd5b60028103612f3f575063fce698f760e01b5f5260045260245ffd5b600314612f495750565b6335e2f38360e21b5f5260045260245ffd5b634e487b7160e01b5f52602160045260245ffd5b60ff5f51602061325a5f395f51905f525460401c1615612f8b57565b631afcd79f60e31b5f5260045ffd5b7f6b9c497481d518e22778a9623f00f75d627901dcdbb45461f008d640e34ed4f691606091612fcc5f5480938361270e565b6001600160a01b039092165f81815260056020908152604091829020600181018590558681556002019490945580519182529281019390935290820152a1565b61301461251a565b8051908115613024576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005480156130515790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61307e6125e9565b805190811561308e576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015480156130515790565b906130df57508051156130d057805190602001fd5b630a12f52160e11b5f5260045ffd5b81511580613110575b6130f0575090565b639996b31560e01b5f9081526001600160a01b0391909116600452602490fd5b50803b156130e856fe52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace00a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10252c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0452c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a602dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b626800cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a000603f2636f0ca34ae3ea5a23bb826e2bd2ffd59fb1c01edc1ba10fba2899d1baa2646970667358221220216c651b798b40dbfb362c9682490d6df9c3a20f8239e2caed3dc07c6f539dce64736f6c634300081e0033f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00