ZeroExProxy
Verified contract
Active on
Ethereum with 83,832 txns
Balances ($0.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JUP | ERC-20 | 312.470247 | $0.000916 |
$0.29 | |
Ponzio | ERC-20 | 0 | $19,340,672,256.00 |
$0 | |
stETH | ERC-20 | 0 | $3,391.13 |
$0 | |
Totoro | ERC-20 | 40.307842B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241090 | a few seconds ago | | | 0.038054419 | 0.0030968408 | |
| 21241090 | a few seconds ago | | | 0.024087308 | 0.0031130826 | |
| 21241083 | 2 minutes ago | | | 0.030486198 | 0.0025508416 | |
| 21241075 | 3 minutes ago | | | 0.024492593 | 0.0026274357 | |
| 21241074 | 4 minutes ago | | | 0.068104107 | 0.0026525297 | |
| 21241065 | 5 minutes ago | | | 0.28434676 | 0.0027941122 | |
| 21241065 | 5 minutes ago | | | 0.082799843 | 0.0027493961 | |
| 21241060 | 6 minutes ago | | | 0.010313219 | 0.0028823542 | |
| 21241050 | 8 minutes ago | | | 0.08086211 | 0.0038991971 | |
| 21241049 | 9 minutes ago | | | 0.2829788 | 0.0024003538 |
ABI
ABI objects
Getter at block 21241090
getAllowanceTarget() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
getBeneficiary() view returns (address)
0x382ffce2287252f930e1c8dc9328dac5bf282ba1
getZeroEx() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
owner() view returns (address)
0x31e0350fa472b8a2ca632085933673d068cbc791
Read-only
This contract contains no read-only function objects.
State-modifying
Events getFunctionImplementation(bytes4 signature) returns (address impl)
optimalSwap(bytes msgData, address feeToken, uint256 fee) payable returns (bytes)
proxiedSwap(bytes msgData, address feeToken, address inputToken, uint256 inputAmount, address outputToken, uint256 fee) payable returns (bytes)
proxiedSwapTo(bytes msgData, address feeToken, address inputToken, uint256 inputAmount, address outputToken, address receiver, uint256 fee) payable returns (bytes)
renounceOwnership()
setAllowanceTarget(address newAllowanceTarget)
setBeneficiary(address beneficiary)
setImplementationOverride(bytes4 signature, address implementation)
setZeroEx(address newZeroEx)
transferOwnership(address newOwner)
AllowanceTargetChanged(address indexed allowanceTarget)
BeneficiaryChanged(address indexed beneficiary)
ImplementationOverrideSet(bytes4 indexed signature, address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ZeroExChanged(address indexed zeroEx)
constructor(address zeroEx, address allowanceTarget, address beneficiary)
receive()
This contract contains no error objects.