0xc4ce756e8eb21d169f8e10b7fc2607d38fc5247d
Verified contract
Proxy
Active on
Ethereum with 862 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa2fe…3643
Balances ($672,145.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NPC | ERC-20 | 11.062123M | $0.060761 |
$672,145.66 | |
stETH | ERC-20 | 0 | $3,105.03 |
$0 | |
NPP | ERC-20 | 69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089011 | 17 days ago | | | 0 | 0.00036171698 | |
| 20979943 | a month ago | | | 0 | 0.0035138116 | |
| 20979906 | a month ago | | | 0 | 0.0049218296 | |
| 20979833 | a month ago | | | 0 | 0.0064517397 | |
| 20979709 | a month ago | | | 0 | 0.0068118108 | |
| 20979604 | a month ago | | | 0 | 0.012174597 | |
| 20979492 | a month ago | | | 0 | 0.0091557185 | |
| 20979351 | a month ago | | | 0 | 0.0082896720 | |
| 20976344 | a month ago | | | 0 | 0.00069769677 | |
| 20878597 | 2 months ago | | | 0 | 0.00069212981 |
ABI
ABI objects
Getter at block 21211791
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_ACCOUNT() view returns (address)
0xa2fe8e38a14cf7beece22ae71e951f78ce233643
GLOBAL_TRADE_GUARDIAN() view returns (address)
0x3ab7069fcb015bd18d0542da9deedce3f4374aee
ROLE_CLIENT() view returns (bytes32)
0x43023f179164d629e1d761fb32e2db4dbd5ce417a23159d7da9cc7b562689285
ROLE_DEFINITIVE() view returns (bytes32)
0xd9c9e1a27f80559d0ef9cb96900d3b37cb5d56df00dca6d004c3b26d13df7898
ROLE_DEFINITIVE_ADMIN() view returns (bytes32)
0x71b4013af46185a424aaa4fe1eb172247581306dd750cb51be59e3864d3dc986
STOP_GUARDIAN_ENABLED() view returns (bool)
false
TRADING_GUARDIAN_TRADING_DISABLED() view returns (bool)
false
TRADING_GUARDIAN_WITHDRAWALS_DISABLED() view returns (bool)
false
WRAPPED_NATIVE_ASSET_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
supportsNativeAssets() pure returns (bool)
true
Read-only
_swapHandlers(address) view returns (bool)
getBalance(address assetAddress) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isValidSignature(bytes32 _hash, bytes _encodedSignature) view returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(uint256[] amounts, address[] assetAddresses) payable
disableStopGuardian()
disableSwapHandlers(address[] swapHandlers)
disableTrading()
disableWithdrawals()
enableStopGuardian()
enableSwapHandlers(address[] swapHandlers)
enableTrading()
enableWithdrawals()
executeOperation(address target, bytes payload) payable
grantRole(bytes32 role, address account)
initialize(struct BaseNativeWrapperConfig baseNativeWrapperConfig, struct CoreAccessControlConfig coreAccessControlConfig, struct CoreSimpleSwapConfig coreSimpleSwapConfig, struct CoreFeesConfig coreFeesConfig)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
swap(struct SwapPayload[] payloads, address outputToken, uint256 amountOutMin, uint256 feePct) returns (uint256)
unwrap(uint256 amount)
unwrapAll()
updateFeeAccount(address _feeAccount)
withdraw(uint256 amount, address erc20Token) returns (bool)
withdrawAll(address[] tokens) returns (bool)
withdrawAllTo(address[] tokens, address to) returns (bool)
withdrawTo(uint256 amount, address erc20Token, address to) returns (bool)
wrap(uint256 amount)
Deposit(address indexed actor, address[] assetAddresses, uint256[] amounts)
FeeAccountUpdated(address actor, address feeAccount)
Initialized(uint8 version)
NativeAssetWrap(address actor, uint256 amount, bool indexed wrappingToNative)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StopGuardianUpdate(address indexed actor, bool indexed isEnabled)
SwapHandled(address[] swapTokens, uint256[] swapAmounts, address outputToken, uint256 outputAmount, uint256 feeAmount)
SwapHandlerUpdate(address actor, address swapHandler, bool isEnabled)
TradingDisabledUpdate(address indexed actor, bool indexed isEnabled)
Withdrawal(address indexed erc20Token, uint256 amount, address indexed recipient)
WithdrawalsDisabledUpdate(address indexed actor, bool indexed isEnabled)
This contract contains no constructor objects.
fallback()
receive()
AccountMissingRole(address _account, bytes32 _role)
AccountNotAdmin(address arg0)
AccountNotWhitelisted(address arg0)
GlobalStopGuardianEnabled()
InsufficientSwapTokenBalance()
InvalidAmount()
InvalidERC20Address()
InvalidExecutedOutputAmount()
InvalidFeePercent()
InvalidInputs()
InvalidMsgValue()
InvalidOutputToken()
InvalidReportedOutputAmount()
InvalidSignature()
InvalidSwapHandler()
SlippageExceeded(uint256 _outputAmount, uint256 _outputAmountMin)
StopGuardianEnabled()
SwapTokenIsOutputToken()
TradingDisabled()
WithdrawalsDisabled()