RangeProtocolFactory
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RangeProtocolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18586460 | a year ago | | | 0 | 0.0011025858 | |
| 18518606 | a year ago | | | 0 | 0.012659139 | |
| 18518592 | a year ago | | | 0 | 0.012635044 | |
| 18460474 | a year ago | | | 0 | 0.0068242625 | |
| 18460459 | a year ago | | | 0 | 0.0071312807 | |
| 18460446 | a year ago | | | 0 | 0.0070319428 |
ABI
ABI objects
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 startIdx, uint256 endIdx) view returns (address[] vaultList)
State-modifying
Events createVault(address tokenA, address tokenB, uint24 fee, address implementation, bytes data)
renounceOwnership()
transferOwnership(address newOwner)
upgradeVault(address _vault, address _impl)
upgradeVaults(address[] _vaults, address[] _impls)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VaultCreated(address indexed uniPool, address indexed vault)
VaultImplUpgraded(address indexed uniPool, address indexed vault)
constructor(address _pancakeV3Factory)
This contract contains no fallback and receive objects.
ImplIsNotAContract()
MismatchedVaultsAndImplsLength()
NoVaultInitDataProvided()
SameTokensAddresses()
VaultUpgradeFailed()
ZeroPoolAddress()