PortalsRouter
Verified contract
Active on
Base with 115,842 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000703 |
$0 | |
OHNO | ERC-20 | 6.647823K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22908691 | 24 minutes ago | | | 0 | 0.000012701894 | |
| 22907110 | an hour ago | | | 0 | 0.0000057920057 | |
| 22906523 | 2 hours ago | | | 0 | 0.000017231539 | |
| 22904509 | 3 hours ago | | | 1.55 | 0.000049883244 | |
| 22903884 | 3 hours ago | | | 1.56 | 0.000032355819 | |
| 22903820 | 3 hours ago | | | 1.55 | 0.000033313517 | |
| 22901107 | 5 hours ago | | | 0 | 0.0000023400253 | |
| 22900094 | 5 hours ago | | | 0.00195 | 0.000015667613 | |
| 22899685 | 5 hours ago | | | 0.00277 | 0.000014116169 | |
| 22899191 | 6 hours ago | | | 0 | 0.0000016249901 |
ABI
ABI objects
Getter at block 22909406
domainSeparator() view returns (bytes32)
0xa36bf2fe9b29a7c44857f928d371ae3f99b6b3ded9de24d0f750689c3ba2f321
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=PortalsRouter, version=1, chainId=8453, verifyingContract=0xb0324286b3ef7dddc93fb2ff7c8b7b8a3524803c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0xb703a646feb68eb31fbf0e1e2b63f69075ea4440
paused() view returns (bool)
false
Read-only
nonces(address) view returns (uint64)
State-modifying
Events invalidateNextOrder()
pause()
portal(struct IPortalsRouterOrderPayload orderPayload, address partner) payable returns (uint256 outputAmount)
portalWithPermit(struct IPortalsRouterOrderPayload orderPayload, struct IPortalsRouterPermitPayload permitPayload, address partner) returns (uint256 outputAmount)
portalWithSignature(struct IPortalsRouterSignedOrderPayload signedOrderPayload, address partner) returns (uint256 outputAmount)
portalWithSignatureAndPermit(struct IPortalsRouterSignedOrderPayload signedOrderPayload, struct IPortalsRouterPermitPayload permitPayload, address partner) returns (uint256 outputAmount)
recoverToken(address tokenAddress, uint256 tokenAmount, address to)
transferOwnership(address newOwner)
unpause()
EIP712DomainChanged()
OwnershipTransferred(address indexed user, address indexed newOwner)
Paused(address account)
Portal(address inputToken, uint256 inputAmount, address outputToken, uint256 outputAmount, address indexed sender, address indexed broadcaster, address recipient, address indexed partner)
Unpaused(address account)
constructor(address _admin, address _multicall)
This contract contains no fallback and receive objects.
InsufficientBuy(uint256 outputAmount, uint256 minOutputAmount)
InvalidShortString()
StringTooLong(string str)