ERC1967Proxy
Verified contract
Proxy
Active on
Base with 8,290 txns
Unified storage
Map
Table
Raw
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.000867 |
$0 | |
OHNO | ERC-20 | 301.004874 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC1967Proxy"
ABI
ABI objects
Getter at block 22102220
NTT_MANAGER_VERSION() view returns (string)
1.0.0
chainId() view returns (uint16)
30
getCurrentOutboundCapacity() view returns (uint256)
1700000000000000000000000
getMigratesImmutables() view returns (bool)
false
getMode() view returns (uint8)
1
getOutboundLimitParams() pure returns (struct IRateLimiterRateLimitParams)
(43520000000000008, 43520000000000008, 1730992719)
getThreshold() view returns (uint8)
1
getTransceiverInfo() view returns (struct TransceiverRegistryTransceiverInfo[])
[(true, true, 0)]
getTransceivers() pure returns (address[] result)
[0xD1a8AB69e00266e8B791a15BC47514153A5045a6]
isPaused() view returns (bool)
false
mode() view returns (uint8)
1
nextMessageSequence() view returns (uint64)
7882
owner() view returns (address)
0x838a95b6a3e06b6f11c437e22f3c7561a6ec40f1
pauser() view returns (address)
0x838a95b6a3e06b6f11c437e22f3c7561a6ec40f1
rateLimitDuration() view returns (uint64)
86400
token() view returns (address)
0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91
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)
Upgraded(address indexed implementation)
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)
constructor(address _logic, bytes _data)
fallback()
receive()
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()