SwapWalletFactoryV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "SwapWalletFactoryV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SwapWalletFactoryV2"
ABI
ABI objects
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(address) view returns (uint256)
walletOwnerToIndex(address) view returns (uint256)
walletOwnerToWallet(address) view returns (address)
walletOwners(uint256) view returns (address)
walletToIndex(address) view returns (uint256)
walletToWalletOwner(address) view returns (address)
wallets(uint256) view returns (address)
whitelistAddressToIndex(address) view returns (uint256)
whitelistAddresses(uint256) view returns (address)
whitelistPairToIndex(address, address, address) view returns (uint256)
whitelistPairs(uint256, uint256) view returns (address)
State-modifying
Events acceptOwnership()
addPairWhitelist(address[3][] pairs) returns (uint256)
addWallet(address wallet, address walletOwner)
addWithdrawWhitelist(address addressToAdd) returns (uint256)
applyGas(uint256 amount_)
createWallet(address walletOwner) returns (address)
deletePairWhitelist(address[3][] pairs) returns (uint256)
deleteWallet(address wallet)
deleteWithdrawWhitelist(address addressToDelete) returns (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 wallet, address newWalletOwner)
withdraw(address assetAddress_, uint256 amount_, address toAddress_)
ApplyGasIntervalUpdated(uint256 oldInterval, uint256 newInterval)
ApplyGasLimitUpdated(uint256 oldLimit, uint256 newLimit)
BeaconAddressUpdated(address indexed previousImplementation, address indexed newImplementation)
CurveFactoryUpdated(address indexed previousFactory, address indexed newFactory)
Initialized(uint8 version)
OnchainLPSet(address indexed onchainlp)
OwnershipAccepted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairWhiteListAdded(address indexed router, address indexed token0, address indexed token1)
PairWhiteListDeleted(address indexed router, address indexed token0, address indexed token1)
SwapWalletAdded(address indexed wallet, address indexed walletOwner)
SwapWalletCreated(address indexed wallet, address indexed walletOwner)
SwapWalletDeleted(address indexed wallet, address indexed walletOwner)
SwapWalletUpdated(address indexed wallet, address indexed oldWalletOwner, address indexed newWalletOwner)
WithdrawHappened(address indexed assetAddress, uint256 amount, address indexed toAddress)
WithdrawWhiteListAdded(address indexed addedAddress)
WithdrawWhiteListDeleted(address indexed deletedAddress)
This contract contains no constructor objects.
receive()
This contract contains no error objects.