GenericSwapFacet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "GenericSwapFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GenericSwapFacet"
ABI
ABI objects
Getter at block 20793003
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events swapTokensGeneric(bytes32 _transactionId, address _integrator, address _referrer, address _receiver, uint256 _minAmount, struct LibSwapSwapData[] _swapData) payable
RubicSwappedGeneric(bytes32 indexed transactionId, address integrator, address referrer, address fromAssetId, address toAssetId, uint256 fromAmount, uint256 toAmount)
RubicTransferCompleted(bytes32 indexed transactionId, address receivingAssetId, address receiver, uint256 amount, uint256 timestamp)
RubicTransferRecovered(bytes32 indexed transactionId, address receivingAssetId, address receiver, uint256 amount, uint256 timestamp)
RubicTransferStarted(struct IRubicBridgeData bridgeData)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ContractCallNotAllowed()
CumulativeSlippageTooHigh(uint256 minAmount, uint256 receivedAmount)
InsufficientBalance(uint256 required, uint256 balance)
InvalidAmount()
InvalidContract()
InvalidReceiver()
NativeAssetTransferFailed()
NoSwapDataProvided()
NoSwapFromZeroBalance()
NoTransferToNullAddress()
NullAddrIsNotAValidSpender()
NullAddrIsNotAnERC20Token()
ReentrancyError()
SliceOutOfBounds()
SliceOverflow()