Diamond
Verified contract
Proxy
Active on
Base with 23,934 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 ($468.06)
Native
Value
$0.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000163 | $3,351.74 |
$0.55 | |
USDbC | ERC-20 | 357.605603 | $0.999335 |
$357.37 | |
WETH | ERC-20 | 0.015738 | $3,348.98 |
$52.71 | |
toby | ERC-20 | 602.661959M | $0.00 |
$27.72 | |
USDC | ERC-20 | 23.612243 | $0.999905 |
$23.61 | |
axlUSDC | ERC-20 | 3.121241 | $1.001 |
$3.12 | |
DAI | ERC-20 | 0.806692 | $0.998264 |
$0.81 | |
AEROBUD | ERC-20 | 65 | $0.009494 |
$0.62 | |
BENTO | ERC-20 | 49.40444M | $0.00 |
$0.59 | |
cbETH | ERC-20 | 0.000088 | $3,628.69 |
$0.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22715454 | 14 hours ago | | | 0.00022521019 | 0.0000044218248 | |
| 22712661 | 16 hours ago | | | 0.000019511657 | 0.0000045400355 | |
| 22712181 | 16 hours ago | | | 0 | 0.0000028089169 | |
| 22708779 | 18 hours ago | | | 0 | 0.0000021133635 | |
| 22708306 | 18 hours ago | | | 0.00028108493 | 0.0000032823609 | |
| 22707835 | 18 hours ago | | | 0 | 0.0000013860008 | |
| 22707583 | 18 hours ago | | | 0.000019511657 | 0.0000032784512 | |
| 22707394 | 19 hours ago | | | 0 | 0.0000018192361 | |
| 22660203 | 2 days ago | | | 0.071784503 | 0.0000033546675 | |
| 22660191 | 2 days ago | | | 0.072258326 | 0.0000036426532 |
ABI
ABI objects
Getter at block 22740714
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)
constructor(address _contractOwner, struct IDiamondCutFacetCut[] _diamondCut, struct DiamondInitialization[] _initializations)
fallback()
receive()
AggregatorBridgeInCallFailed()
AggregatorBridgeOutCallFailed()
AggregatorDataTransferInCallFailed()
AggregatorDataTransferOutCallFailed()
AggregatorDepositIsZero()
AggregatorInvalidAmountIn()
AggregatorInvalidAmountOutMin()
AggregatorInvalidFromAssetAddress()
AggregatorInvalidMagpieAggregatorAddress()
AggregatorInvalidToAddress()
AggregatorInvalidToAssetAddress()
AggregatorInvalidTransferKey()
ApprovalFailed()
AssetNotReceived()
ContractIsPaused()
ReentrantCall()
TransferFailed()
TransferFromFailed()