ButterRouterV2
Verified contract
Active on
Base with 1,002 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001592 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17754153 | 3 months ago | | | 0.0012 | 8.5417234e-7 | |
| 17605499 | 3 months ago | | | 0.00039233908 | 6.2318225e-7 | |
| 17537192 | 3 months ago | | | 0.0078 | 8.5111260e-7 | |
| 17478078 | 3 months ago | | | 0.001 | 0.0000011376856 | |
| 17470950 | 3 months ago | | | 0 | 0.0000030144640 | |
| 17434686 | 3 months ago | | | 0.001 | 8.5414867e-7 | |
| 17424940 | 3 months ago | | | 0.00890031 | 8.5429344e-7 | |
| 17420812 | 3 months ago | | | 0.0001 | 0.0000012673674 | |
| 17420327 | 3 months ago | | | 0.01 | 0.0000026538111 | |
| 17409660 | 3 months ago | | | 0.0004 | 8.4518805e-7 |
ABI
ABI objects
Getter at block 21866071
feeRate() view returns (uint256)
0
feeReceiver() view returns (address)
0x51c700e5be790c91f14d42f85ca90aed9f2d142e
fixedFee() view returns (uint256)
0
gasForReFund() view returns (uint256)
80000
mosAddress() view returns (address)
0xfeb2b97e4efce787c08086dc16ab69e063911380
owner() view returns (address)
0xdf3f1ee5baf55055980887aad79f6fe6e3302d93
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
approved(address) view returns (bool)
getFee(uint256 _amount, address _token, uint8 _feeType) view returns (address _feeReceiver, address _feeToken, uint256 _fee, uint256 _feeAfter)
getInputBeforeFee(uint256 _amountAfterFee, address _token, uint8 _feeType) view returns (uint256 _input, address _feeReceiver, address _feeToken, uint256 _fee)
State-modifying
Events acceptOwnership()
doRemoteCall(struct HelperCallbackParam _callParam, address _callToken, uint256 _amount) returns (address target, uint256 callAmount)
doRemoteSwap(struct HelperSwapParam _swap, address _srcToken, uint256 _amount) returns (address target, address dstToken, uint256 dstAmount)
onReceived(bytes32 _orderId, address _srcToken, uint256 _amount, uint256 _fromChain, bytes _from, bytes _swapAndCall)
renounceOwnership()
rescueFunds(address _token, uint256 _amount)
setAuthorization(address[] _executors, bool _flag)
setFee(address _feeReceiver, uint256 _feeRate, uint256 _fixedFee)
setGasForReFund(uint256 _gasForReFund)
setMosAddress(address _mosAddress) returns (bool)
swapAndBridge(address _srcToken, uint256 _amount, bytes _swapData, bytes _bridgeData, bytes _permitData) payable
swapAndCall(bytes32 _transferId, address _srcToken, uint256 _amount, uint8 _feeType, bytes _swapData, bytes _callbackData, bytes _permitData) payable
transferOwnership(address newOwner)
Approve(address indexed executor, bool indexed flag)
CollectFee(address indexed token, address indexed receiver, uint256 indexed amount, bytes32 transferId, uint8 feeType)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoteSwapAndCall(bytes32 indexed orderId, address indexed receiver, address indexed target, address originToken, address swapToken, uint256 originAmount, uint256 swapAmount, uint256 callAmount, uint256 fromChain, uint256 toChain, bytes from)
SetFee(address indexed receiver, uint256 indexed rate, uint256 indexed fixedf)
SetGasForReFund(uint256 indexed _gasForReFund)
SetMos(address indexed mos)
SwapAndBridge(bytes32 indexed orderId, address indexed from, address indexed originToken, address bridgeToken, uint256 originAmount, uint256 bridgeAmount, uint256 fromChain, uint256 toChain, bytes to)
SwapAndCall(address indexed from, address indexed receiver, address indexed target, bytes32 transferId, address originToken, address swapToken, uint256 originAmount, uint256 swapAmount, uint256 callAmount)
constructor(address _mosAddress, address _owner, address _wToken)
receive()
This contract contains no error objects.