VeloxProxy
Verified contract
Proxy
Active on
Ethereum with 3,852 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,080.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.044337 | $3,296.55 |
$3,442.71 | |
USDC | ERC-20 | 585.566484 | $0.999243 |
$585.12 | |
ELON | ERC-20 | 170M | $0.00 |
$31.96 | |
USDT | ERC-20 | 20.856842 | $1.001 |
$20.88 | |
ATRI | ERC-20 | 202 | $0.000174 |
$0.04 | |
BABYSHIB | ERC-20 | 200.000382M | -- | -- | |
DEXT | ERC-20 | 0.0558 | -- | -- | |
QDeFi | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16071861 | 2 years ago | | | 0 | 0.00091529900 | |
| 16071861 | 2 years ago | | | 0 | 0.0028715720 | |
| 16069101 | 2 years ago | | | 0 | 0.017914926 | |
| 16068506 | 2 years ago | | | 0 | 0.0035946317 | |
| 16067008 | 2 years ago | | | 0 | 0.0030767638 | |
| 16055050 | 2 years ago | | | 0 | 0.0036618582 | |
| 16036166 | 2 years ago | | | 0 | 0.0037765068 | |
| 16019638 | 2 years ago | | | 0 | 0.0012909996 | |
| 16019638 | 2 years ago | | | 0 | 0.0044356554 | |
| 15999904 | 2 years ago | | | 0 | 0.0033950532 |
ABI
ABI objects
Getter at block 21258173
ADMIN_ADDRESS() view returns (address)
0x806713864063deda11a2e66cd20175c9bbd67bcb
MAIN_CONTRACT() view returns (address)
0xa90004f54ac2dd76d6b357101628a9b2731a1632
UNISWAP_FACTORY_ADDRESS() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
UNISWAP_ROUTER_ADDRESS() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
owner() view returns (address)
0xd938d21215e66ec0767ea6404d3639b27c30871c
ADMIN_ADDRESS() view returns (address)
0x806713864063deda11a2e66cd20175c9bbd67bcb
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAIN_CONTRACT() view returns (address)
0xa90004f54ac2dd76d6b357101628a9b2731a1632
UNISWAP_FACTORY_ADDRESS() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
UNISWAP_ROUTER_ADDRESS() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
gasFundingEstimatedGas() view returns (uint128)
30000
gasFundingEstimatedGasDiscounted() view returns (uint128)
22000
getGasFundingTokenAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
lifetimeGasWithrawn() view returns (uint256)
11240052100600000000
maxLifetimeGasWithdrawl() view returns (uint256)
20000000000000000000
owner() view returns (address)
0xd938d21215e66ec0767ea6404d3639b27c30871c
Read-only
executedStrategies(string) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events renounceOwnership()
setAdminAddress(address _c) returns (bool succeeded)
setMainContract(address _c) returns (bool succeeded)
transferOwnership(address newOwner)
fundGasCost(string strategyId, address seller, bytes32 txHash, uint256 wethAmount)
grantAdminRole(address _c) returns (bool succeeded)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeAdminRole(address _c) returns (bool succeeded)
revokeRole(bytes32 role, address account)
sellExactTokensForTokens(bytes signature, bytes secureData, uint256 minTokenOutAmount, uint16 feeFactor, bool takeFeeFromInput, uint256 deadline) returns (uint256 amountOut)
sellExactTokensForTokens(bytes signature, bytes secureData, uint256 minTokenOutAmount, uint16 feeFactor, bool takeFeeFromInput, uint256 deadline, uint256 estimatedGasFundingCost) returns (uint256 amountOut)
setBypassSignature(bool _setBypassSignature)
setDefaultGasEstimates(uint128 _gasFundingEstimatedGas, uint128 _gasFundingEstimatedGasDiscounted)
setGasFundingTokenAddress(address tokenAddress)
setKnownExchange(string exchangeName, address routerAddress)
setMaxLifetimeGasWithdrawl(uint256 _maxLifetimeGasWithdrawl)
setRootRole() returns (bool succeeded)
setUpAdminRole(address _c) returns (bool succeeded)
transferOwnership(address newOwner)
withdrawETH(uint256 amount)
withdrawToken(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ExchangeRegistered(string indexed exchange, address indexed routerAddress)
GasFunded(string indexed strategyId, address indexed seller, bytes32 indexed txHash, uint256 gasCost)
GasFundingTokenChanged(address oldValue, address newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SwapException(uint256 exception, uint256 info, uint256 detail)
ValueSwapped(string indexed strategyId, address indexed seller, address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOut)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.