0xf25485901827686bc9012905ccea9843c696eddc
Unverified contract
Proxy
Active on
Base with 39,645 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
Balances ($0.00)
No balances found for "0xf25485901827686bc9012905ccea9843c696eddc"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13773142 | 7 months ago | | | 0 | 1.9243447e-7 | |
0x6786062f | 13700906 | 7 months ago | | | 0 | 0.0000015600042 | |
0x6786062f | 13700821 | 7 months ago | | | 0 | 0.0000015755112 | |
0x6786062f | 13700682 | 7 months ago | | | 0 | 0.0000015941196 | |
0x6786062f | 13700492 | 7 months ago | | | 0 | 0.0000015972210 | |
| 13687493 | 7 months ago | | | 0 | 2.8134158e-7 | |
| 13687487 | 7 months ago | | | 0 | 1.6169612e-7 | |
| 13687424 | 7 months ago | | | 0 | 2.1831286e-7 | |
0x6786062f | 13687411 | 7 months ago | | | 0.00066458687 | 0.00020347459 | |
0x6786062f | 13687393 | 7 months ago | | | 0.0053057722 | 0.00020400123 |
ABI
ABI objects
Getter at block 22742298 admin() view returns (address) cctpChannel() view returns (address) chainProtocolReserves() view returns (uint256) endpoint() view returns (address) gateway() view returns (address) hubChainId() view returns (uint16) hubGateway() view returns (address) isActive() view returns (bool) nativeAsset() view returns (address) paused() view returns (bool) spokeChainId() view returns (uint16) usdcTokenAddress() view returns (address)
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
allowedTokens(address) view returns (bool)
State-modifying
Events borrow(uint8 asset, uint8 transport, address assetToken, uint256 borrowAmount, bool usdcMintRequired, uint16 targetChainId, address targetAddress, uint16 cctpTargetChainId, uint256 forwardCost) payable
borrowApproved(struct DataTypesSpokeBorrowForward args)
borrowDeclined(struct DataTypesSpokeDecline args)
initialize(address _gateway, address _hubGateway, address _endpoint, address _cctpChannel, uint16 _hubChainId, uint16 _spokeChainId)
liquidate(uint8 assetType, uint8 transport, address assetToken, uint16 chainId, address borrower, uint256 repayAmount, bool usdcMintRequired, uint256 forwardCost) payable
liquidationApproved(struct DataTypesSpokeLiquidateForward args)
liquidationDeclined(struct DataTypesSpokeDecline args)
pause()
repay(uint256 repayAmount, uint256 forwardCost) payable
repayDeclined(struct DataTypesSpokeDecline args)
repayErc(uint8 assetType, address assetToken, address targetToken, uint16 targetChainId, uint256 repayAmount, uint256 forwardCost) payable
setAllowedToken(address token, bool allowed)
setNativeAssetAddress(address token)
setUsdcTokenAddress(address token)
supply(uint256 depositAmount, uint256 forwardCost) payable
supplyDeclined(struct DataTypesSpokeDecline args)
supplyErc(uint8 assetType, address assetToken, uint256 depositAmount, uint256 forwardCost) payable
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint8 asset, uint8 transport, address assetToken, uint256 withdrawAmount, bool usdcMintRequired, uint16 targetChainId, address targetAddress, uint16 cctpTargetChainId, uint256 forwardCost) payable
withdrawalApproved(struct DataTypesSpokeWithdrawalForward args)
withdrawalDeclined(struct DataTypesSpokeDecline args)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
BorrowRequestDeclined(address indexed user, uint256 amount)
Initialized(uint8 version)
LiquidationRequestDeclined(address indexed user, uint256 amount)
Paused(address account)
PikeBorrowActionCompleted(uint16 indexed spokeChainId, uint8 indexed asset, address indexed user, uint256 nonce, uint256 timestamp, address assetToken, bool usdcMintRequired, uint256 borrowAmount)
PikeDepositActionInitiated(uint16 indexed spokeChainId, uint8 indexed asset, address indexed user, uint256 nonce, uint256 timestamp, address assetToken, uint256 amountDeposited)
PikeLiquidationActionCompleted(uint16 indexed spokeChainId, uint8 asset, address indexed liquidator, address indexed user, uint256 nonce, uint256 timestamp, address targetToken, uint256 totalDiscounted, uint256 seizedShare)
PikeRepayActionInitiated(uint16 indexed sourceChainId, uint8 indexed asset, address indexed user, uint256 nonce, uint256 timestamp, uint16 targetChainId, address sourceToken, address targetToken, uint256 repaidAmount)
PikeWithdrawalActionCompleted(uint16 indexed spokeChainId, uint8 indexed asset, address indexed user, uint256 nonce, uint256 timestamp, address assetToken, uint256 withdrawAmount, bool usdcMintRequired)
RepayRequestDeclined(address indexed user, uint256 amount)
SupplyRequestDeclined(address indexed user, uint256 amount)
Unpaused(address account)
Upgraded(address indexed implementation)
WithdrawalRequestDeclined(address indexed user, uint256 amount)
This contract contains no constructor objects.
receive()
AssetTransferFailed()
CallerNotAuthorized()
InvalidArguments()
InvalidGateway()
ReserveNotEnough()
SpokeNotActive()
SpokeNotFound()
ZeroAddressNotValid()
ZeroValueProvided()