0x2426b1da32fa760835ec1fc835b8335faa2f8dce
Verified contract
Proxy
Active on
Base with 4 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "0x2426b1da32fa760835ec1fc835b8335faa2f8dce"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5060565 | a year ago | | | 0 | 0.0000036529823 | |
| 3591551 | a year ago | | | 0 | 0.000010941183 | |
| 3591468 | a year ago | | | 0 | 0.0000013278179 | |
| 3559867 | a year ago | | | 0 | 0.0000066861289 |
ABI
ABI objects
Getter at block 22757985
chainId() view returns (uint16)
22
owner() view returns (address)
0x8b08d16f8ed6d00e539a4da896bd124828615a96
Read-only
bridgeHandle(uint16) view returns (address)
estimateFee(address _token, uint256 _tokenId, uint16 _dstChainId, address _recipient, bytes _adapterParams) view returns (uint256)
fee(uint16) view returns (uint256)
nonce(uint16) view returns (uint64)
onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)
sbtTransfered(bytes32) view returns (bool)
wrappedAssetData(address) view returns (uint16 nativeChainId, address nativeContract)
wrappedAssets(uint16, address) view returns (address)
State-modifying
Events claimFees()
initialize(uint16 _chainId)
receiveMessage(uint16 _srcChainId, address _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
setBridgeHandle(uint16 _dstChainId, address _bridgeHandle)
setFee(uint16 _dstChainId, uint256 _fee)
setWrappedAsset(uint16 _nativeChainId, address _nativeContract, address _wrapper)
transferNFT(address _token, uint256 _tokenId, uint16 _dstChainId, address _recipient, bytes _adapterParams) payable returns (uint64 currentNonce)
transferOwnership(address newOwner)
ClaimFee(address operator, uint256 amount)
Initialized(uint8 version)
NewBridgeHandle(uint16 chainId, address bridgeHandle)
NewWrappedAssets(uint16 indexed nativeChainId, address indexed nativeContract, address wrapper)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveNFT(uint64 indexed nonce, address sourceToken, address token, uint256 tokenID, uint16 sourceChain, uint16 sendChain, address recipient)
SetFee(uint16 dstChainId, uint256 fee)
TransferNFT(uint64 indexed nonce, address token, uint256 tokenID, uint16 dstChainId, address sender, address recipient)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.