Bridge

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x8f5c55ef at 20908802
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bridge"

No transactions found for "Bridge"


Functions
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 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
txInfos(addressaddressuint8uint8view returns (uint256)
State-modifying
changeFeeRecipient(address _feeRecipient
exchange(struct Order order
grantRole(bytes32 roleaddress account
initialize(string _nameaddress _adminuint8 _chainTypeaddress _feeRecipientaddress _minterAndBurner
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
sendERC1155ToUser(struct AdminERC1155Order order
sendERC20ToUser(struct AdminERC20Order order
Events
ChangedFeeRecipient(address indexed oldFeeRecipientaddress indexed newFeeRecipient
Exchange(address indexed tokenaddress indexed fromaddress indexed touint256 tokenIduint256 amountuint8 fromChainuint8 toChainbytes32 metadata
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
PermissionsAlreadyGranted(address accountbytes32 role
PermissionsInvalidPermission(address expectedaddress actual
PermissionsUnauthorizedAccount(address accountbytes32 neededRole