PeggedTokenBridgeV2
Verified contract
Active on
Base with 3,645 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.000739 |
$0 | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22763195 | a minute ago | | | 0 | 9.6483165e-7 | |
| 22762599 | 21 minutes ago | | | 0 | 0.0000022008370 | |
| 22760402 | 2 hours ago | | | 0 | 0.0000022015487 | |
| 22759678 | 2 hours ago | | | 0 | 0.0000022016871 | |
| 22759555 | 2 hours ago | | | 0 | 0.0000022011928 | |
| 22753732 | 5 hours ago | | | 0 | 0.0000015054591 | |
| 22753233 | 6 hours ago | | | 0 | 0.0000013362258 | |
| 22753100 | 6 hours ago | | | 0 | 0.0000013406458 | |
| 22753022 | 6 hours ago | | | 0 | 0.0000022026755 | |
| 22753001 | 6 hours ago | | | 0 | 0.0000020327949 |
ABI
ABI objects
Getter at block 22763228
delayPeriod() view returns (uint256)
1800
epochLength() view returns (uint256)
1800
owner() view returns (address)
0x9ad3a3ca7d6b14e830de247c8ca3fad9d4c9d88c
paused() view returns (bool)
false
sigsVerifier() view returns (address)
0x7d43aabc515c356145049227cee54b608342c0ad
Read-only
delayThresholds(address) view returns (uint256)
delayedTransfers(bytes32) view returns (address receiver, address token, uint256 amount, uint256 timestamp)
epochVolumeCaps(address) view returns (uint256)
epochVolumes(address) view returns (uint256)
governors(address) view returns (bool)
isGovernor(address _account) view returns (bool)
isPauser(address account) view returns (bool)
lastOpTimestamps(address) view returns (uint256)
maxBurn(address) view returns (uint256)
minBurn(address) view returns (uint256)
pausers(address) view returns (bool)
records(bytes32) view returns (bool)
supplies(address) view returns (uint256)
State-modifying
Events addGovernor(address _account)
addPauser(address account)
burn(address _token, uint256 _amount, uint64 _toChainId, address _toAccount, uint64 _nonce) returns (bytes32)
burnFrom(address _token, uint256 _amount, uint64 _toChainId, address _toAccount, uint64 _nonce) returns (bytes32)
decreaseSupply(address _token, uint256 _delta)
executeDelayedTransfer(bytes32 id)
increaseSupply(address _token, uint256 _delta)
mint(bytes _request, bytes[] _sigs, address[] _signers, uint256[] _powers) returns (bytes32)
pause()
removeGovernor(address _account)
removePauser(address account)
renounceGovernor()
renouncePauser()
setDelayPeriod(uint256 _period)
setDelayThresholds(address[] _tokens, uint256[] _thresholds)
setEpochLength(uint256 _length)
setEpochVolumeCaps(address[] _tokens, uint256[] _caps)
setMaxBurn(address[] _tokens, uint256[] _amounts)
setMinBurn(address[] _tokens, uint256[] _amounts)
setSupply(address _token, uint256 _supply)
transferOwnership(address newOwner)
unpause()
Burn(bytes32 burnId, address token, address account, uint256 amount, uint64 toChainId, address toAccount, uint64 nonce)
DelayPeriodUpdated(uint256 period)
DelayThresholdUpdated(address token, uint256 threshold)
DelayedTransferAdded(bytes32 id)
DelayedTransferExecuted(bytes32 id, address receiver, address token, uint256 amount)
EpochLengthUpdated(uint256 length)
EpochVolumeUpdated(address token, uint256 cap)
GovernorAdded(address account)
GovernorRemoved(address account)
MaxBurnUpdated(address token, uint256 amount)
MinBurnUpdated(address token, uint256 amount)
Mint(bytes32 mintId, address token, address account, uint256 amount, uint64 refChainId, bytes32 refId, address depositor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address account)
PauserRemoved(address account)
SupplyUpdated(address token, uint256 supply)
Unpaused(address account)
constructor(address _sigsVerifier)
This contract contains no fallback and receive objects.
This contract contains no error objects.