0x291d76ce2cf43f18ca64e70cfd71d4b81479964b
Verified contract
Proxy
Active on
Ethereum with 19 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
EPF | ERC-20 | 1.231K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273204 | 6 hours ago | | | 0 | 0.0033284609 | |
| 21265869 | a day ago | | | 0 | 0.0011916887 | |
| 21251417 | 3 days ago | | | 0 | 0.0042855799 | |
| 21251006 | 3 days ago | | | 0 | 0.0038946113 | |
| 21250241 | 3 days ago | | | 0.00016384056 | 0.0029721184 | |
| 21250235 | 3 days ago | | | 0.00030980932 | 0.0029423262 | |
| 21249939 | 4 days ago | | | 0.00030980932 | 0.0034354458 | |
| 21245275 | 4 days ago | | | 0.00015224866 | 0.0050460847 | |
| 21244687 | 4 days ago | | | 0.00030980932 | 0.0046230367 | |
| 21238719 | 5 days ago | | | 0.00030980932 | 0.0061771467 |
ABI
ABI objects
Getter at block 21275100
NTT_MANAGER_VERSION() view returns (string)
1.1.0
chainId() view returns (uint16)
2
getCurrentOutboundCapacity() view returns (uint256)
200000000000000000000000000
getMigratesImmutables() view returns (bool)
false
getMode() view returns (uint8)
0
getOutboundLimitParams() pure returns (struct IRateLimiterRateLimitParams)
(5120000000000000008, 5119999744000000008, 1732639547)
getThreshold() view returns (uint8)
1
getTransceiverInfo() view returns (struct TransceiverRegistryTransceiverInfo[])
[(true, true, 0)]
getTransceivers() pure returns (address[] result)
[0x1Ac26f80CdB998950412d86D3C486dFCebc537B6]
isPaused() view returns (bool)
false
mode() view returns (uint8)
0
nextMessageSequence() view returns (uint64)
9
owner() view returns (address)
0xc5f14ff9ef4cc915e420a64316b5c87f91a09069
pauser() view returns (address)
0xc5f14ff9ef4cc915e420a64316b5c87f91a09069
rateLimitDuration() view returns (uint64)
86400
token() view returns (address)
0x6f6707c06a50fa993fb8125a8ec6541d6b113680
tokenDecimals() view returns (uint8)
18
Read-only
getCurrentInboundCapacity(uint16 chainId_) view returns (uint256)
getInboundLimitParams(uint16 chainId_) view returns (struct IRateLimiterRateLimitParams)
getInboundQueuedTransfer(bytes32 digest) view returns (struct IRateLimiterInboundQueuedTransfer)
getOutboundQueuedTransfer(uint64 queueSequence) view returns (struct IRateLimiterOutboundQueuedTransfer)
getPeer(uint16 chainId_) view returns (struct INttManagerNttManagerPeer)
isMessageApproved(bytes32 digest) view returns (bool)
isMessageExecuted(bytes32 digest) view returns (bool)
messageAttestations(bytes32 digest) view returns (uint8 count)
quoteDeliveryPrice(uint16 recipientChain, bytes transceiverInstructions) view returns (uint256[], uint256)
transceiverAttestedToMessage(bytes32 digest, uint8 index) view returns (bool)
State-modifying
Events attestationReceived(uint16 sourceChainId, bytes32 sourceNttManagerAddress, struct TransceiverStructsNttManagerMessage payload)
cancelOutboundQueuedTransfer(uint64 messageSequence)
completeInboundQueuedTransfer(bytes32 digest)
completeOutboundQueuedTransfer(uint64 messageSequence) payable returns (uint64)
executeMsg(uint16 sourceChainId, bytes32 sourceNttManagerAddress, struct TransceiverStructsNttManagerMessage message)
initialize() payable
migrate()
pause()
removeTransceiver(address transceiver)
setInboundLimit(uint256 limit, uint16 chainId_)
setOutboundLimit(uint256 limit)
setPeer(uint16 peerChainId, bytes32 peerContract, uint8 decimals, uint256 inboundLimit)
setThreshold(uint8 threshold)
setTransceiver(address transceiver)
transfer(uint256 amount, uint16 recipientChain, bytes32 recipient) payable returns (uint64)
transfer(uint256 amount, uint16 recipientChain, bytes32 recipient, bytes32 refundAddress, bool shouldQueue, bytes transceiverInstructions) payable returns (uint64)
transferOwnership(address newOwner)
transferPauserCapability(address newPauser)
unpause()
upgrade(address newImplementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
InboundTransferQueued(bytes32 digest)
Initialized(uint64 version)
MessageAlreadyExecuted(bytes32 indexed sourceNttManager, bytes32 indexed msgHash)
MessageAttestedTo(bytes32 digest, address transceiver, uint8 index)
NotPaused(bool notPaused)
OutboundTransferCancelled(uint256 sequence, address recipient, uint256 amount)
OutboundTransferQueued(uint64 queueSequence)
OutboundTransferRateLimited(address indexed sender, uint64 sequence, uint256 amount, uint256 currentCapacity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(bool paused)
PauserTransferred(address indexed oldPauser, address indexed newPauser)
PeerUpdated(uint16 indexed chainId_, bytes32 oldPeerContract, uint8 oldPeerDecimals, bytes32 peerContract, uint8 peerDecimals)
ThresholdChanged(uint8 oldThreshold, uint8 threshold)
TransceiverAdded(address transceiver, uint256 transceiversNum, uint8 threshold)
TransceiverRemoved(address transceiver, uint8 threshold)
TransferRedeemed(bytes32 indexed digest)
TransferSent(bytes32 recipient, bytes32 refundAddress, uint256 amount, uint256 fee, uint16 recipientChain, uint64 msgSequence)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BurnAmountDifferentThanBalanceDiff(uint256 burnAmount, uint256 balanceDiff)
CallerNotTransceiver(address caller)
CancellerNotSender(address canceller, address sender)
CapacityCannotExceedLimit(uint72 newCurrentCapacity, uint72 newLimit)
DeliveryPaymentTooLow(uint256 requiredPayment, uint256 providedPayment)
DisabledTransceiver(address transceiver)
InboundQueuedTransferNotFound(bytes32 digest)
InboundQueuedTransferStillQueued(bytes32 digest, uint256 transferTimestamp)
InvalidFork(uint256 evmChainId, uint256 blockChainId)
InvalidInitialization()
InvalidMode(uint8 mode)
InvalidPauser(address account)
InvalidPeer(uint16 chainId, bytes32 peerAddress)
InvalidPeerChainIdZero()
InvalidPeerDecimals()
InvalidPeerSameChainId()
InvalidPeerZeroAddress()
InvalidRecipient()
InvalidRefundAddress()
InvalidTargetChain(uint16 targetChain, uint16 thisChain)
InvalidTransceiverZeroAddress()
MessageNotApproved(bytes32 msgHash)
NoEnabledTransceivers()
NonRegisteredTransceiver(address transceiver)
NotAnEvmAddress(bytes32 arg0)
NotEnoughCapacity(uint256 currentCapacity, uint256 amount)
NotInitializing()
NotMigrating()
NumberOfDecimalsNotEqual(uint8 decimals, uint8 decimalsOther)
OnlyDelegateCall()
OutboundQueuedTransferNotFound(uint64 queueSequence)
OutboundQueuedTransferStillQueued(uint64 queueSequence, uint256 transferTimestamp)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PeerNotRegistered(uint16 chainId)
ReentrancyGuardReentrantCall()
RefundFailed(uint256 refundAmount)
RequireContractIsNotPaused()
RequireContractIsPaused()
RetrievedIncorrectRegisteredTransceivers(uint256 retrieved, uint256 registered)
StaticcallFailed()
ThresholdTooHigh(uint256 threshold, uint256 transceivers)
TooManyTransceivers()
TransceiverAlreadyAttestedToMessage(bytes32 nttManagerMessageHash)
TransceiverAlreadyEnabled(address transceiver)
TransferAmountHasDust(uint256 amount, uint256 dust)
UndefinedRateLimiting()
UnexpectedDeployer(address expectedOwner, address owner)
UnexpectedMsgValue()
ZeroAmount()
ZeroThreshold()