0x174cf29503b957beedda98504e2f345f11b882ae

Unverified contract

Proxy

Active on Ethereum with 19 txns
Deployed by via 0x6ffa9d20 at 20994529
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0x174cf29503b957beedda98504e2f345f11b882ae"

0x7a34c99976b078a129f993a472c8bf2f74d98f1abc91f608957083a7dc98d99d
0x585891188de3d49a363b41db17b2b7dab46f06174a0c7af03b93a83e3be3138f
0x9e53d424a26ba5c3d3df5e8c74188fc1c6197149f025a1885d0a27bdfafe4d46
0x17b031c5c85efc8199da83894cbe4c2b69b20076ee694a50181b2c306437a36e
0x7619a855ca171706a7fc1d8cee94892f79030e59efd5fc02cbe7be7b928bf1e3
0x752377ceede3574108309ddc920f7e663e42dbf65da5ae68df50575862e51f85
0x64c1e2868ed04a32fa7ae8dae6217b2403b7c763c0d7e6af23a60c6f8c84d5a4
0x42cb8dec6f79dd09c209e5b618f4e12d64a3d8e7c5f388ab169157fc58e5b46a
0x888f5034de2aa027a02dee3023f466179218b4e09ddffd4330ac9006ff30929e
0x2a082160a956af19727cd7012fd41311cbfb0a497cf413bafd5b1e81f1cf6400

Functions
Getter at block 21405720
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_ACCOUNT(view returns (address)
0xa2fe8e38a14cf7beece22ae71e951f78ce233643
GLOBAL_TRADE_GUARDIAN(view returns (address)
0xe3f35754954b0b77958c72b83ec5205971463064
ROLE_CLIENT(view returns (bytes32)
0x43023f179164d629e1d761fb32e2db4dbd5ce417a23159d7da9cc7b562689285
ROLE_DEFINITIVE(view returns (bytes32)
0xd9c9e1a27f80559d0ef9cb96900d3b37cb5d56df00dca6d004c3b26d13df7898
ROLE_DEFINITIVE_ADMIN(view returns (bytes32)
0x71b4013af46185a424aaa4fe1eb172247581306dd750cb51be59e3864d3dc986
ROLE_TRADER(view returns (bytes32)
0x872340a532bdd7bb02bea115c1b0f1ba87eac982f5b79b51ac189ffaac1b6fce
STOP_GUARDIAN_ENABLED(view returns (bool)
false
TRADING_GUARDIAN_TRADING_DISABLED(view returns (bool)
false
WRAPPED_NATIVE_ASSET_ADDRESS(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
entryPoint(view returns (address)
0x0000000071727de22e5e9d8baf0edac6f37da032
supportsNativeAssets(pure returns (bool)
true
Read-only
getBalance(address assetAddressview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isPasskeyClient(bytes accountview returns (bool)
isPasskeyTrader(bytes accountview returns (bool)
isValidSignature(bytes32 _hashbytes _encodedSignatureview returns (bytes4)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
deposit(uint256[] amountsaddress[] assetAddressespayable 
disableStopGuardian(
disableTrading(
disableWithdrawals(
enableStopGuardian(
enableTrading(
enableWithdrawals(
execute(address targetuint256 valuebytes datapayable returns (bytes result)
executeBatch(struct CoreAccountAbstractionCall[] callspayable returns (bytes[] results)
grantPasskeyClientRole(bytes account
grantPasskeyTraderRole(bytes account
grantRole(bytes32 roleaddress account
initialize(struct BaseNativeWrapperConfig baseNativeWrapperConfigstruct CoreAccessControlConfig coreAccessControlConfigaddress _globalTradeGuardianOverride
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress callerConfirmation
revokePasskeyClientRole(bytes account
revokePasskeyTraderRole(bytes account
revokeRole(bytes32 roleaddress account
swap(struct SwapPayload[] payloadsaddress outputTokenuint256 amountOutMinuint256 feePctpayable returns (uint256)
unwrap(uint256 amount
unwrapAll(
updateGlobalTradeGuardian(address _globalTradeGuardian
validateUserOp(struct CoreAccountAbstractionPackedUserOperation userOpbytes32 userOpHashuint256 missingAccountFundspayable returns (uint256 validationData)
withdraw(uint256 amountaddress erc20Tokenreturns (bool)
withdrawAll(address[] tokensreturns (bool)
withdrawAllTo(address[] tokensaddress toreturns (bool)
withdrawTo(uint256 amountaddress erc20Tokenaddress toreturns (bool)
wrap(uint256 amount
Events
Deposit(address indexed actoraddress[] assetAddressesuint256[] amounts
GlobalTradeGuardianUpdate(address indexed globalTradeGuardian
Initialized(uint64 version
NativeAssetWrap(address actoruint256 amountbool indexed wrappingToNative
NativeTransfer(address indexed fromuint256 value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
StopGuardianUpdate(address indexed actorbool indexed isEnabled
SwapHandled(address[] swapTokensuint256[] swapAmountsaddress outputTokenuint256 outputAmountuint256 feeAmount
SwapHandlerUpdate(address actoraddress swapHandlerbool isEnabled
TradingDisabledUpdate(address indexed actorbool indexed isEnabled
Withdrawal(address indexed erc20Tokenuint256 amountaddress indexed recipient
WithdrawalsDisabledUpdate(address indexed actorbool indexed isEnabled
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AccountMissingRole(address _accountbytes32 _role
AccountNotAdmin(address arg0
AccountNotWhitelisted(address arg0
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
FailedInnerCall(
FnSelectorNotRecognized(
GlobalStopGuardianEnabled(
InsufficientSwapTokenBalance(
InvalidAddress(
InvalidAmount(
InvalidERC20Address(
InvalidExecutedOutputAmount(
InvalidFeePercent(
InvalidInitialization(
InvalidInputs(
InvalidMethod(bytes4 methodSig
InvalidMsgValue(
InvalidOutputToken(
InvalidReportedOutputAmount(
InvalidSignature(
InvalidSwapHandler(
NotInitializing(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
SlippageExceeded(uint256 _outputAmountuint256 _outputAmountMin
StopGuardianEnabled(
SwapTokenIsOutputToken(
TradingDisabled(
Unauthorized(
WithdrawalsDisabled(