Bridge
Verified contract
Implementation
Active on
Base with 0 txns
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
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 22897173
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
chainType() view returns (uint8)
0
contractType() pure returns (bytes32)
0x4272696467650000000000000000000000000000000000000000000000000000
contractVersion() pure returns (uint8)
1
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
txInfos(address, address, uint8, uint8) view returns (uint256)
State-modifying
Events changeFeeRecipient(address _feeRecipient)
exchange(struct Order order)
grantRole(bytes32 role, address account)
initialize(string _name, address _admin, uint8 _chainType, address _feeRecipient, address _minterAndBurner)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendERC1155ToUser(struct AdminERC1155Order order)
sendERC20ToUser(struct AdminERC20Order order)
ChangedFeeRecipient(address indexed oldFeeRecipient, address indexed newFeeRecipient)
Exchange(address indexed token, address indexed from, address indexed to, uint256 tokenId, uint256 amount, uint8 fromChain, uint8 toChain, bytes32 metadata)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
PermissionsAlreadyGranted(address account, bytes32 role)
PermissionsInvalidPermission(address expected, address actual)
PermissionsUnauthorizedAccount(address account, bytes32 neededRole)