Bridgers Swap1.1
Verified contract
Active on
Base with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($85.82)
Native
Value
$15.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0043 | $3,583.43 |
$15.41 | |
USDbC | ERC-20 | 39.340308 | $1.001 |
$39.38 | |
USDC | ERC-20 | 31 | $1.001 |
$31.03 | |
BASED | ERC-20 | 5.444K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21789521 | a month ago | | | 0.0033 | 0.000000088223881965 | |
| 21492351 | a month ago | | | 0 | 2.6534957e-7 | |
| 21325106 | a month ago | | | 0.019 | 4.7632668e-7 | |
| 21141913 | a month ago | | | 0.03999297 | 0.000000505918172550 | |
| 19268568 | 3 months ago | | | 0 | 1.7002096e-7 | |
| 18551920 | 3 months ago | | | 0.02 | 3.8555788e-7 | |
| 17078806 | 5 months ago | | | 0.299 | 0.0000029650160 | |
| 17078718 | 5 months ago | | | 0.2999 | 0.0000029650160 | |
| 17078404 | 5 months ago | | | 0.3 | 0.0000029650160 | |
| 16452213 | 5 months ago | | | 0.03 | 1.1277182e-7 |
ABI
ABI objects
Getter at block 23060000
name() view returns (string)
Bridgers Swap1.1
owner() view returns (address)
0xbfa8194bcbf972b87600f945f713178b3d6b8e9f
symbol() view returns (string)
BridgersSwap
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
swap(address fromToken, string toToken, string destination, uint256 fromAmount, uint256 minReturnAmount)
swapEth(string toToken, string destination, uint256 minReturnAmount) payable
transferOwnership(address newOwner)
withdraw(address token, address destination, uint256 amount)
withdrawETH(address destination, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address fromToken, string toToken, address sender, string destination, uint256 fromAmount, uint256 minReturnAmount)
SwapEth(string toToken, address sender, string destination, uint256 fromAmount, uint256 minReturnAmount)
WithdrawETH(uint256 amount)
Withdtraw(address token, uint256 amount)
constructor()
receive()
This contract contains no error objects.