ERC1967Proxy
Verified contract
Proxy
Active on
Base with 162,976 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21650387 | a month ago | | | 0 | 0.0000030255590 | |
| 21650385 | a month ago | | | 0 | 0.0000055023293 | |
| 21650384 | a month ago | | | 0 | 0.0000030258001 | |
| 21650383 | a month ago | | | 0 | 0.0000030275210 | |
| 21650382 | a month ago | | | 0 | 0.0000059448856 | |
| 21650380 | a month ago | | | 0 | 0.0000068784207 | |
| 21650379 | a month ago | | | 0 | 0.0000030287408 | |
| 21650378 | a month ago | | | 0 | 0.0000030286895 | |
| 21650377 | a month ago | | | 0 | 0.0000030294264 | |
| 21650375 | a month ago | | | 0 | 0.0000030288558 |
ABI
ABI objects
Getter at block 22752606 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
bookManager() view returns (address)
0x382ccccbd3b142d7da063bf68cd0c89634767f76
owner() view returns (address)
0x4587dd6356d7293e5f10db4d853332bd5b218c0b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0xfc5899d93df81ca11583bee03865b7b13ce093a7
Read-only
checkArbitrage(uint192[] idList, struct IArbitrageUniswapV3SwapParams[][] paramsList) view returns (int24[] arbitrageRateList)
isOperator(address) view returns (bool)
State-modifying
Events acceptOwnership()
arbitrage(uint192[] idList, struct IArbitrageUniswapV3SwapParams[][] paramsList)
initialize(address owner_, address treasury_)
lockAcquired(address sender, bytes data) returns (bytes)
renounceOwnership()
setOperator(address operator, bool status)
setTreasury(address newTreasury)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawToken(address currency, uint256 amount, address recipient)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Earn(address indexed currency, uint256 amount)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOperator(address arg0, bool arg1)
SetTreasury(address arg0)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20TransferFailed()
FailedCall()
InvalidAccess()
InvalidInitialization()
InvalidLength()
NativeTransferFailed()
NotInitializing()
NotOperator()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)