delegation

DescriptionThe goal of this level is for you to claim ownership of the instance you are given.Things that might helpLook into Solidity's documentation on the delegatecall low level function, how it works, how it can be used to delegate operations to on-chain libraries, and what implications it has on execution scope.Fallback methodsMethod idsCode// SPDX-License-Identifier: MITpragma solidity ^0...
je1att0
'delegation' 태그의 글 목록