Bridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 "Bridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Bridge"
ABI
ABI objects
Getter at block 21211632
_backendSrvAddress() view returns (address)
0x0000000000000000000000000000000000000000
_chainID() view returns (bytes8)
0x0000000000000000
_fee() view returns (uint256)
0
_isInitialised() view returns (bool)
false
_nativeResourceID() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
_depositCounts(bytes8) view returns (uint64)
_depositRecords(uint64, bytes8) view returns (bytes)
_executedProposals(bytes32, bytes32) view returns (bool)
_resourceIDToHandlerAddress(bytes32) view returns (address)
handlers(address) view returns (bool)
sub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events adminCollectFees(address recipient, uint256 amount)
adminPauseTransfers()
adminUnpauseTransfers()
adminWithdraw(address handlerAddress, address tokenAddress, address recipient, uint256 amountOrTokenID)
approveSpending(bytes32 resourceIDOwner, bytes32 resourceIDSpender, uint256 amountOrTokenID)
changeFee(uint256 newFee)
deposit(bytes8 destinationChainID, bytes32 resourceID, uint256 amount, address recipientAddress, uint256 amountToLA, bytes params) payable
depositFunds() payable
executeProposal(bytes8 originChainID, bytes8 destinationChainID, uint64 depositNonce, bytes32 resourceID, address recipientAddress, uint256 amount, bytes params)
initialize(bytes8 chainID, uint256 fee, address initBackendSrvAddress)
internalDeposit(bytes8 destinationChainID, bytes32 resourceID, uint256 amount, address recipientAddress)
ownableInit(address owner)
renounceOwnership()
setBackendSrv(address newBackendSrv)
setBurnable(address handlerAddress, address tokenAddress)
setHandler(address _handler, bool value)
setNativeResourceID(bytes32 resourceID)
setResource(address handlerAddress, bytes32 resourceID, address tokenAddress)
transferOwnership(address newOwner)
Deposit(bytes8 originChainID, bytes8 indexed destinationChainID, bytes32 indexed resourceID, uint64 indexed depositNonce, address depositor, address recipientAddress, address tokenAddress, uint256 amount, bytes32 dataHash)
ExtraFeeSupplied(bytes8 originChainID, bytes8 destinationChainID, uint64 depositNonce, bytes32 resourceID, address recipientAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProposalEvent(bytes8 indexed originChainID, bytes8 indexed destinationChainID, address indexed recipientAddress, uint256 amount, uint64 depositNonce, uint8 status, bytes32 resourceID, bytes32 dataHash)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.