UnifiedRouterV2
Verified contract
Active on
Base with 17,703 txns
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 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21867780 | 4 days ago | | | 0 | 2.8507418e-7 | |
| 21866301 | 4 days ago | | | 0 | 1.7072330e-7 | |
| 20457270 | a month ago | | | 0 | 3.9437504e-7 | |
| 20445248 | a month ago | | | 0.000002200138 | 0.0000021827197 | |
| 20445232 | a month ago | | | 0.000015014791 | 0.0000038399445 | |
| 20445173 | a month ago | | | 0.000014877156 | 0.0000037056408 | |
| 20445120 | a month ago | | | 0.0000021427747 | 0.0000021969143 | |
| 20445040 | a month ago | | | 0.000015639875 | 0.0000042754027 | |
| 20444994 | a month ago | | | 0.0000021355131 | 0.0000021128484 | |
| 20444868 | a month ago | | | 0.0000021956332 | 0.0000020936689 |
ABI
ABI objects
Getter at block 22047894
ACCOUNTANT_ROLE() view returns (bytes32)
0x369da55721ba2b3acddd63aac7d6512c3e5762a78fa01c44f423f97868330c34
ADD_CODE() view returns (bytes32)
0x03783fac2efed8fbc9ad443e592ee30e61d65f471140c10ca155e937b435b760
BURN_MINT_CODE() view returns (bytes32)
0xb3ee531307516b0578d244c7a18c1b29609aa009eb29b9e65f9b6af25eac59a6
BURN_UNLOCK_CODE() view returns (bytes32)
0x657d6a520417248f91661005448c99dcf1f631cad6e9c4800d1e2c4e089d8bea
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EMERGENCY_MINT_CODE() view returns (bytes32)
0x61d42151b113dd001f28a02a6beea56643564c2d747d18dff914abfa09d64188
EMERGENCY_UNLOCK_CODE() view returns (bytes32)
0x1a378fd703608a43cbfcf3119373c028125899af25da0e440cc3c5e154a98d22
LOCK_MINT_CODE() view returns (bytes32)
0x5bbeb06757b062a398068be0551da9c7f8d34eb2f6e6950e23dd6c0062b9d530
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PERMIT_CODE() view returns (bytes32)
0x7b2ab94bb7d45041581aa3757ae020084674ccad6f75dc3750eb2ea8a92c4e9a
REMOVE_CODE() view returns (bytes32)
0xef22bddd350b943170a67d35191c27e310709a28c38b5762a152ff640108f5b2
SWAP_CODE() view returns (bytes32)
0xa9463b19d1148abedba3d6925530d4465b271ce2cc61f80b1a0a80fd73eab881
UNWRAP_CODE() view returns (bytes32)
0x45a0c61c943a962e70d9cd4413dddf0555451d0bb795d647efefff44748176ce
WRAP_CODE() view returns (bytes32)
0xd2ec75cd002cc54c4cc6690500ee64d030751a1b19466a4ba8be1b42eb5a1031
addressBook() view returns (address)
0x564a0c04877e4ca6f5d0cad8c20522226321d9b0
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=EYWA, version=1, chainId=8453, verifyingContract=0xfa43de785dd3cd0ef3dae0dd2b8be3f1b5112d1a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
paused() view returns (bool)
true
version() view returns (string)
2.2.3
Read-only
castToAddress(bytes32 x) pure returns (address)
castToBytes32(address a) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address whose) view returns (uint256)
ops(bytes32) view returns (bool)
poolAdapter(address) view returns (address)
processedOps(bytes32) view returns (uint8)
startedOps(bytes32) view returns (bytes)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
pause()
receiveValidatedData(bytes4 selector, address from, uint64 chainIdFrom) returns (bool)
registerComplexOp(struct BaseRouterComplexOp[] complexOps_)
renounceRole(bytes32 role, address account)
resume(bytes32 requestId, uint8 cPos, string[] operations, bytes[] params)
revokeRole(bytes32 role, address account)
setAddressBook(address addressBook_)
setPoolAdapter(address pool_, address poolAdapter_)
start(string[] operations, bytes[] params, struct IRouterParamsInvoice receipt) payable
unpause()
ComplexOpProcessed(uint64 currentChainId, bytes32 currentRequestId, uint64 nextChainId, bytes32 nextRequestId, uint8 result, uint8 lastOp)
ComplexOpSet(string oop, bytes32 hash, bool registered)
EIP712DomainChanged()
FeePaid(address indexed payer, address accountant, uint256 executionPrice)
Paused(address account)
PoolAdapterSet(address pool, address poolAdapter)
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)
Unpaused(address account)
constructor(address addressBook_)
receive()
InvalidShortString()
StringTooLong(string str)