EVM2EVMOffRamp
Verified contract
Active on
Base with 2,537 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001622 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 3 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21833130 | 2 hours ago | | | 0 | 6.7343480e-7 | |
| 21826219 | 6 hours ago | | | 0 | 3.5639913e-7 | |
| 21782835 | a day ago | | | 0 | 6.2715957e-7 | |
| 21770011 | 2 days ago | | | 0 | 6.9079981e-7 | |
| 21766378 | 2 days ago | | | 0 | 6.3682664e-7 | |
| 21757820 | 2 days ago | | | 0 | 6.6500360e-7 | |
| 21751437 | 2 days ago | | | 0 | 6.5594488e-7 | |
| 21732848 | 2 days ago | | | 0 | 6.9240881e-7 | |
| 21731195 | 2 days ago | | | 0 | 6.5853942e-7 | |
| 21708417 | 3 days ago | | | 0 | 0.000000604729980148 |
ABI
ABI objects
Getter at block 21837144 getDestinationTokens() view returns (address[] destTokens) getSupportedTokens() view returns (address[] sourceTokens) getTransmitters() view returns (address[])
currentRateLimiterState() view returns (struct RateLimiterTokenBucket)
(1000000000000000000000000, 1730463635, true, 1000000000000000000000000, 277000000000000000000)
getDynamicConfig() view returns (struct EVM2EVMOffRampDynamicConfig)
(28800, 0x881e3a65b4d4a04dd529061dd0071cf975f58bcd, 0x6337a58d4bd7ba691b66341779e8f87d4679923a, 1, 30000, 200000)
getStaticConfig() view returns (struct EVM2EVMOffRampStaticConfig)
(0xf97127e77252284ec9d4bc13c247c9d1a99f72b0, 15971525489660198786, 11344663589394136015, 0x70bc7f7a6d936b289bbf5c0e19ece35b437e2e36, 0x0000000000000000000000000000000000000000, 0xc842c69d54f83170c42c4d556b4f6b2ca53dd3e8)
getTokenLimitAdmin() view returns (address)
0x0000000000000000000000000000000000000000
latestConfigDetails() view returns (uint32 configCount, uint32 blockNumber, bytes32 configDigest)
(configCount=5, blockNumber=14423531, configDigest=0x0001501c036c628167de1ab0e4f8bd45863db07d2a95389137dcef8dedd6f1fa)
latestConfigDigestAndEpoch() view returns (bool scanLogs, bytes32 configDigest, uint32 epoch)
(scanLogs=true, configDigest=0x0000000000000000000000000000000000000000000000000000000000000000, epoch=0)
owner() view returns (address)
0x7b0328745a01634c32efaf041d91432a075b308d
typeAndVersion() view returns (string)
EVM2EVMOffRamp 1.2.0
Read-only
ccipReceive(struct ClientAny2EVMMessage) pure
getDestinationToken(address sourceToken) view returns (address)
getExecutionState(uint64 sequenceNumber) view returns (uint8)
getPoolByDestToken(address destToken) view returns (address)
getPoolBySourceToken(address sourceToken) view returns (address)
getSenderNonce(address sender) view returns (uint64 nonce)
State-modifying
Events acceptOwnership()
applyPoolUpdates(struct InternalPoolUpdate[] removes, struct InternalPoolUpdate[] adds)
executeSingleMessage(struct InternalEVM2EVMMessage message, bytes[] offchainTokenData)
manuallyExecute(struct InternalExecutionReport report, uint256[] gasLimitOverrides)
setAdmin(address newAdmin)
setOCR2Config(address[] signers, address[] transmitters, uint8 f, bytes onchainConfig, uint64 offchainConfigVersion, bytes offchainConfig)
setRateLimiterConfig(struct RateLimiterConfig config)
transferOwnership(address to)
transmit(bytes32[3] reportContext, bytes report, bytes32[] rs, bytes32[] ss, bytes32)
AdminSet(address newAdmin)
ConfigSet(struct EVM2EVMOffRampStaticConfig staticConfig, struct EVM2EVMOffRampDynamicConfig dynamicConfig)
ConfigSet(uint32 previousConfigBlockNumber, bytes32 configDigest, uint64 configCount, address[] signers, address[] transmitters, uint8 f, bytes onchainConfig, uint64 offchainConfigVersion, bytes offchainConfig)
ExecutionStateChanged(uint64 indexed sequenceNumber, bytes32 indexed messageId, uint8 state, bytes returnData)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
PoolAdded(address token, address pool)
PoolRemoved(address token, address pool)
SkippedIncorrectNonce(uint64 indexed nonce, address indexed sender)
SkippedSenderWithPreviousRampMessageInflight(uint64 indexed nonce, address indexed sender)
Transmitted(bytes32 configDigest, uint32 epoch)
constructor(struct EVM2EVMOffRampStaticConfig staticConfig, address[] sourceTokens, address[] pools, struct RateLimiterConfig rateLimiterConfig)
This contract contains no fallback and receive objects.
AggregateValueMaxCapacityExceeded(uint256 capacity, uint256 requested)
AggregateValueRateLimitReached(uint256 minWaitInSeconds, uint256 available)
AlreadyAttempted(uint64 sequenceNumber)
AlreadyExecuted(uint64 sequenceNumber)
BadARMSignal()
BucketOverfilled()
CanOnlySelfCall()
CommitStoreAlreadyInUse()
ConfigDigestMismatch(bytes32 expected, bytes32 actual)
EmptyReport()
ExecutionError(bytes error)
ForkedChain(uint256 expected, uint256 actual)
InvalidConfig(string message)
InvalidManualExecutionGasLimit(uint256 index, uint256 newLimit)
InvalidMessageId()
InvalidNewState(uint64 sequenceNumber, uint8 newState)
InvalidSourceChain(uint64 sourceChainSelector)
InvalidTokenPoolConfig()
ManualExecutionGasLimitMismatch()
ManualExecutionNotYetEnabled()
MessageTooLarge(uint256 maxSize, uint256 actualSize)
OnlyCallableByAdminOrOwner()
OracleCannotBeZeroAddress()
PoolAlreadyAdded()
PoolDoesNotExist()
PriceNotFoundForToken(address token)
ReceiverError(bytes error)
RootNotCommitted()
TokenDataMismatch(uint64 sequenceNumber)
TokenHandlingError(bytes error)
TokenMaxCapacityExceeded(uint256 capacity, uint256 requested, address tokenAddress)
TokenPoolMismatch()
TokenRateLimitReached(uint256 minWaitInSeconds, uint256 available, address tokenAddress)
UnauthorizedTransmitter()
UnexpectedTokenData()
UnsupportedNumberOfTokens(uint64 sequenceNumber)
UnsupportedToken(address token)
WrongMessageLength(uint256 expected, uint256 actual)
ZeroAddressNotAllowed()