DiamondProxy
Verified contract
Proxy
Active on
Base with 41 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($182,350.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 182.168168K | $1.001 |
$182,350.34 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 | |
DOB | ERC-20 | 100 | -- | -- | |
BLOWN | ERC-20 | 77.694215 | -- | -- | |
OHNO | ERC-20 | 33 | -- | -- | |
NUNU | ERC-20 | 19.762533 | -- | -- | |
LONG | ERC-20 | 4.206913 | -- | -- | |
LOTTO | ERC-20 | 0.7777 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23647350 | 2 days ago | | | 0 | 0.00028533244 | |
| 23560956 | 4 days ago | | | 0 | 0.00028349749 | |
| 23523153 | 5 days ago | | | 0 | 0.00028500254 | |
| 23335053 | 10 days ago | | | 0 | 0.00028500254 | |
| 23331452 | 10 days ago | | | 0 | 0.00028500254 | |
| 23322453 | 10 days ago | | | 0 | 0.00028500254 | |
| 23310756 | 10 days ago | | | 0 | 0.00028500254 | |
| 23299957 | 10 days ago | | | 0 | 0.00028500254 | |
| 23251352 | 12 days ago | | | 0 | 0.00028500254 | |
| 23056049 | 16 days ago | | | 0 | 0.00028694434 |
ABI
ABI objects
Getter at block 23748293
This contract contains no getter function objects.
Read-only
quoteIn(uint256 amountIn, address tokenIn, address tokenOut) view returns (uint256 amountOut)
quoteOut(uint256 amountOut, address tokenIn, address tokenOut) view returns (uint256 amountIn)
State-modifying
Events swapExactInput(uint256 amountIn, uint256 amountOutMin, address tokenIn, address tokenOut, address to, uint256 deadline) returns (uint256 amountOut)
swapExactInputWithPermit(uint256 amountIn, uint256 amountOutMin, address tokenIn, address to, uint256 deadline, bytes permitData) returns (uint256 amountOut)
swapExactOutput(uint256 amountOut, uint256 amountInMax, address tokenIn, address tokenOut, address to, uint256 deadline) returns (uint256 amountIn)
swapExactOutputWithPermit(uint256 amountOut, uint256 amountInMax, address tokenIn, address to, uint256 deadline, bytes permitData) returns (uint256 amountIn)
DiamondCut(struct FacetCut[] _diamondCut, address _init, bytes _calldata)
Swap(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut, address indexed from, address to)
constructor(struct FacetCut[] _diamondCut, address _init, bytes _calldata)
fallback()
CannotAddFunctionToDiamondThatAlreadyExists(bytes4 _selector)
CannotAddSelectorsToZeroAddress(bytes4[] _selectors)
CannotRemoveFunctionThatDoesNotExist(bytes4 _selector)
CannotRemoveImmutableFunction(bytes4 _selector)
CannotReplaceFunctionThatDoesNotExists(bytes4 _selector)
CannotReplaceFunctionWithTheSameFunctionFromTheSameFacet(bytes4 _selector)
CannotReplaceFunctionsFromFacetWithZeroAddress(bytes4[] _selectors)
CannotReplaceImmutableFunction(bytes4 _selector)
ContractHasNoCode()
FunctionNotFound(bytes4 _functionSelector)
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
NoSelectorsProvidedForFacetForCut(address _facetAddress)
RemoveFacetAddressMustBeZeroAddress(address _facetAddress)
InvalidChainlinkRate()
InvalidRate()
InvalidSwap()
InvalidTokens()
NotWhitelisted()
Paused()
ReentrantCall()
TooBigAmountIn()
TooLate()
TooSmallAmountOut()