ArbitrageUniswapV3
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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 "ArbitrageUniswapV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ArbitrageUniswapV3"
ABI
ABI objects
Getter at block 22763061
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
bookManager() view returns (address)
0x382ccccbd3b142d7da063bf68cd0c89634767f76
owner() view returns (address)
0x4587dd6356d7293e5f10db4d853332bd5b218c0b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
treasury() view returns (address)
0x0000000000000000000000000000000000000000
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)
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 bookManager_)
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)