SBTBridge
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "SBTBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SBTBridge"
ABI
ABI objects
Getter at block 22757985
chainId() view returns (uint16)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
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.