SwapWalletFactoryV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xac0cbcb3 at 19323246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "SwapWalletFactoryV2"

No transactions found for "SwapWalletFactoryV2"


Functions
Getter at block 20798125
WETH(view returns (address)
0x0000000000000000000000000000000000000000
applyGasInterval(view returns (uint256)
0
applyGasLimit(view returns (uint256)
0
curveFactory(view returns (address)
0x0000000000000000000000000000000000000000
getBeaconAddress(view returns (address)
0x0000000000000000000000000000000000000000
onchainlp(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
version(view returns (uint256)
3
walletOwnersLength(view returns (uint256)
0
walletsLength(view returns (uint256)
0
whitelistAddressesLength(view returns (uint256)
0
whitelistPairsLength(view returns (uint256)
0
Read-only
applyGasTime(addressview returns (uint256)
walletOwnerToIndex(addressview returns (uint256)
walletOwnerToWallet(addressview returns (address)
walletOwners(uint256view returns (address)
walletToIndex(addressview returns (uint256)
walletToWalletOwner(addressview returns (address)
wallets(uint256view returns (address)
whitelistAddressToIndex(addressview returns (uint256)
whitelistAddresses(uint256view returns (address)
whitelistPairToIndex(addressaddressaddressview returns (uint256)
whitelistPairs(uint256uint256view returns (address)
State-modifying
acceptOwnership(
addPairWhitelist(address[3][] pairsreturns (uint256)
addWallet(address walletaddress walletOwner
addWithdrawWhitelist(address addressToAddreturns (uint256)
applyGas(uint256 amount_
createWallet(address walletOwnerreturns (address)
deletePairWhitelist(address[3][] pairsreturns (uint256)
deleteWallet(address wallet
deleteWithdrawWhitelist(address addressToDeletereturns (uint256)
initialize(address owner_address WETH_uint256 applyGasLimit_uint256 applyGasInterval_
setApplyGasInterval(uint256 applyGasInterval_
setApplyGasLimit(uint256 applyGasLimit_
setBeaconAddress(address newBeaconAddress
setCurveFactory(address factory
setOnchainLP(address onchainlp
transferOwnership(address newOwner
updateWallet(address walletaddress newWalletOwner
withdraw(address assetAddress_uint256 amount_address toAddress_
Events
ApplyGasIntervalUpdated(uint256 oldIntervaluint256 newInterval
ApplyGasLimitUpdated(uint256 oldLimituint256 newLimit
BeaconAddressUpdated(address indexed previousImplementationaddress indexed newImplementation
CurveFactoryUpdated(address indexed previousFactoryaddress indexed newFactory
Initialized(uint8 version
OnchainLPSet(address indexed onchainlp
OwnershipAccepted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairWhiteListAdded(address indexed routeraddress indexed token0address indexed token1
PairWhiteListDeleted(address indexed routeraddress indexed token0address indexed token1
SwapWalletAdded(address indexed walletaddress indexed walletOwner
SwapWalletCreated(address indexed walletaddress indexed walletOwner
SwapWalletDeleted(address indexed walletaddress indexed walletOwner
SwapWalletUpdated(address indexed walletaddress indexed oldWalletOwneraddress indexed newWalletOwner
WithdrawHappened(address indexed assetAddressuint256 amountaddress indexed toAddress
WithdrawWhiteListAdded(address indexed addedAddress
WithdrawWhiteListDeleted(address indexed deletedAddress
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.