LSVProxyRegistry
Verified contract
Active on
Ethereum with 119 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 "LSVProxyRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20741206 | 2 months ago | | | 0 | 0.0014861544 | |
| 20693061 | 2 months ago | | | 0 | 0.0072032598 | |
| 20589702 | 2 months ago | | | 0 | 0.0020583314 | |
| 20575497 | 3 months ago | | | 0 | 0.00061923100 | |
| 20556511 | 3 months ago | | | 0 | 0.0030781807 | |
| 20537903 | 3 months ago | | | 0 | 0.0014040335 | |
| 20515188 | 3 months ago | | | 0 | 0.0016701712 | |
| 20506899 | 3 months ago | | | 0 | 0.0013877248 | |
| 20497311 | 3 months ago | | | 0 | 0.0026073214 | |
| 20489911 | 3 months ago | | | 0 | 0.0052517792 |
ABI
ABI objects
Getter at block 21124283
CHAINLINK_FEED_REGISTRY() view returns (address)
0x47fb2585d2c56fe188d0e6ec628a38b74fceeedf
adminVault() view returns (address)
0xccf3d848e08b94478ed8f46ffead3008faf581fd
getProxyPoolCount() view returns (uint256)
0
Read-only
getProxies(address _user) view returns (address[])
proxies(address, uint256) view returns (address)
proxyPool(uint256) view returns (address)
State-modifying
Events addNewProxy() returns (address)
addToPool(uint256 _numNewProxies)
kill()
updateRegistry(address _proxyAddr, address _oldOwner, uint256 _indexNumInOldOwnerProxiesArr)
withdrawStuckFunds(address _token, address _receiver, uint256 _amount)
ChangedOwner(address oldOwner, address newOwner, address proxy)
NewProxy(address arg0, address arg1)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NonContractCall()
SenderNotAdmin()
SenderNotOwner()