0xba7bac71a8ee550d89b827fe6d67bc3dca07b104
Verified contract
Proxy
Active on
Base with 23,750 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 30 additional slots
Balances ($449.84)
Native
Value
$0.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000163 | $2,676.18 |
$0.44 | |
USDbC | ERC-20 | 357.605603 | $1.001 |
$357.96 | |
WETH | ERC-20 | 0.015738 | $2,676.25 |
$42.12 | |
USDC | ERC-20 | 23.612243 | $1.001 |
$23.64 | |
toby | ERC-20 | 602.661959M | $0.00 |
$20.49 | |
axlUSDC | ERC-20 | 3.121241 | $1.00 |
$3.12 | |
DAI | ERC-20 | 0.806692 | $0.999952 |
$0.81 | |
BENTO | ERC-20 | 49.40444M | $0.00 |
$0.49 | |
cbETH | ERC-20 | 0.000088 | $2,897.74 |
$0.25 | |
MIM | ERC-20 | 0.135278 | $0.996743 |
$0.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21741488 | an hour ago | | | 0.10502447 | 0.0000054729242 | |
| 21741245 | an hour ago | | | 0.0017704839 | 0.0000058690689 | |
| 21734903 | 5 hours ago | | | 0.10029391 | 0.0000062342186 | |
| 21733235 | 6 hours ago | | | 0 | 0.0000028779278 | |
| 21726873 | 9 hours ago | | | 0 | 0.0000029532863 | |
| 21721393 | 12 hours ago | | | 0.32502447 | 0.000010251492 | |
| 21717048 | 15 hours ago | | | 0.00057033139 | 0.0000070164473 | |
| 21714793 | 16 hours ago | | | 0 | 0.0000026975084 | |
| 21701146 | a day ago | | | 0 | 0.0000035335545 | |
| 21689441 | a day ago | | | 0 | 0.0000065481156 |
ABI
ABI objects
Getter at block 21743560
This contract contains no getter function objects.
Read-only
getDeposit(address assetAddress) view returns (uint256)
getDepositByUser(address assetAddress, address senderAddress) view returns (uint256)
isTransferKeyUsed(uint16 networkId, bytes32 senderAddress, uint64 swapSequence) view returns (bool)
State-modifying
Events addMagpieAggregatorAddresses(uint16[] networkIds, bytes32[] magpieAggregatorAddresses)
swapIn(struct SwapInArgs swapInArgs) payable returns (uint256 amountOut)
swapOut(struct SwapOutArgs swapOutArgs) returns (uint256 amountOut)
updateMagpieRouterAddress(address magpieRouterAddress)
updateNetworkId(uint16 networkId)
updateWeth(address weth)
withdraw(address assetAddress)
AddMagpieAggregatorAddresses(address indexed sender, uint16[] networkIds, bytes32[] magpieAggregatorAddresses)
AddMagpieAggregatorAddresses(address indexed sender, uint16[] networkIds, bytes32[] magpieAggregatorAddresses)
SwapIn(address indexed fromAddress, bytes32 indexed toAddress, address fromAssetAddress, address toAssetAddress, uint256 amountIn, uint256 amountOut, struct TransferKey transferKey, struct Transaction transaction)
SwapIn(address indexed fromAddress, bytes32 indexed toAddress, address fromAssetAddress, address toAssetAddress, uint256 amountIn, uint256 amountOut, struct TransferKey transferKey, struct Transaction transaction)
SwapOut(address indexed fromAddress, address indexed toAddress, address fromAssetAddress, address toAssetAddress, uint256 amountIn, uint256 amountOut, struct TransferKey transferKey, struct Transaction transaction)
SwapOut(address indexed fromAddress, address indexed toAddress, address fromAssetAddress, address toAssetAddress, uint256 amountIn, uint256 amountOut, struct TransferKey transferKey, struct Transaction transaction)
UpdateMagpieRouterAddress(address indexed sender, address magpieRouterAddress)
UpdateMagpieRouterAddress(address indexed sender, address weth)
UpdateNetworkId(address indexed sender, uint16 networkId)
UpdateNetworkId(address indexed sender, uint16 networkId)
UpdateWeth(address indexed sender, address weth)
UpdateWeth(address indexed sender, address weth)
Withdraw(address indexed sender, address indexed assetAddress, uint256 amount)
Withdraw(address indexed sender, address indexed assetAddress, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AggregatorBridgeInCallFailed()
AggregatorBridgeOutCallFailed()
AggregatorDataTransferInCallFailed()
AggregatorDataTransferOutCallFailed()
AggregatorDepositIsZero()
AggregatorInvalidAmountIn()
AggregatorInvalidAmountOutMin()
AggregatorInvalidFromAssetAddress()
AggregatorInvalidMagpieAggregatorAddress()
AggregatorInvalidToAddress()
AggregatorInvalidToAssetAddress()
AggregatorInvalidTransferKey()
ApprovalFailed()
AssetNotReceived()
ContractIsPaused()
ReentrantCall()
TransferFailed()
TransferFromFailed()