Proxy
Verified contract
Proxy
Active on
Base with 6,019 txns
Unified 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22896399 | 26 minutes ago | | | 0 | 0.0000025282071 | |
| 22896099 | 36 minutes ago | | | 0 | 0.0000025774962 | |
| 22896099 | 36 minutes ago | | | 0 | 0.0000029932154 | |
| 22895979 | 40 minutes ago | | | 0 | 0.0000026633716 | |
| 22881881 | 8 hours ago | | | 0 | 0.0000012680865 | |
| 22881824 | 9 hours ago | | | 0 | 0.0000012680865 | |
| 22881399 | 9 hours ago | | | 0 | 0.0000069219226 | |
| 22876759 | 11 hours ago | | | 0 | 0.0000012983568 | |
| 22876659 | 11 hours ago | | | 0 | 0.0000027945255 | |
| 22876042 | 12 hours ago | | | 0 | 0.0000013499470 |
ABI
ABI objects
Getter at block 22897173
admin() view returns (address owner)
0x1fe9a069b4a7135fa07d6353c12cc33a7e092c09
implementation() view returns (address logicAddress)
0xa917761bb88a04f828d60bb9cc00a44dbbff4d62
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
chainType() view returns (uint8)
2
contractType() pure returns (bytes32)
0x4272696467650000000000000000000000000000000000000000000000000000
contractVersion() pure returns (uint8)
1
feeRecipient() view returns (address)
0x1fe9a069b4a7135fa07d6353c12cc33a7e092c09
name() view returns (string)
Bridge
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 setAdmin(address _adminAddress)
upgrade(address logicAddress)
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)
Upgraded(address indexed implementation)
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)
constructor(address _adminAddress)
fallback()
receive()
PermissionsAlreadyGranted(address account, bytes32 role)
PermissionsInvalidPermission(address expected, address actual)
PermissionsUnauthorizedAccount(address account, bytes32 neededRole)