RangeProtocolFactory

Verified contract

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

No balances found for "RangeProtocolFactory"

0x0316d4870a81601c1559f42993567a700b15c9799d90c408894ff21f0383587c
0x856a4f4b402278078415d807c3765c0c3a7cb49dff3fd9587fb5f49a4bb77125
0xd9327d67be872f8a0134c185c4898ad194c42e47bbe50a4c31707c8c26c9796f
0x80ab0ce489a6217606087a50ac91bcb134ef20e1749b825c67ad0a8c4b7d3201
0x9f86cface827b49219c4da3dc92b471af9cee8ebf7eaf1cf1283f4fb4834dd8c
0x6a0ebe9188399e2c1eaa3c857515ec4216091c9ca38635af5fd552dd552d5158

Functions
Getter at block 21257232
INIT_SELECTOR(view returns (bytes4)
0x3d048c27
UPGRADE_SELECTOR(view returns (bytes4)
0x3659cfe6
factory(view returns (address)
0x0bfbcf9fa4f9c56b0f40a671ad40e0805a091865
owner(view returns (address)
0x21e0803103d3cf8ab0755a02e9e4f55a5590e07f
vaultCount(view returns (uint256)
11
Read-only
getVaultAddresses(uint256 startIdxuint256 endIdxview returns (address[] vaultList)
State-modifying
createVault(address tokenAaddress tokenBuint24 feeaddress implementationbytes data
renounceOwnership(
transferOwnership(address newOwner
upgradeVault(address _vaultaddress _impl
upgradeVaults(address[] _vaultsaddress[] _impls
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
VaultCreated(address indexed uniPooladdress indexed vault
VaultImplUpgraded(address indexed uniPooladdress indexed vault
Constructor
constructor(address _pancakeV3Factory
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ImplIsNotAContract(
MismatchedVaultsAndImplsLength(
NoVaultInitDataProvided(
SameTokensAddresses(
VaultUpgradeFailed(
ZeroPoolAddress(