TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 8,761 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23904851 | 6 minutes ago | | | 0 | 1.4995684e-7 | |
| 23904608 | 14 minutes ago | | | 0 | 1.5114368e-7 | |
| 23904025 | 33 minutes ago | | | 0 | 1.2494608e-7 | |
| 23903918 | 37 minutes ago | | | 0 | 1.2494608e-7 | |
| 23903569 | an hour ago | | | 0 | 1.4723913e-7 | |
| 23903062 | an hour ago | | | 0 | 1.1830510e-7 | |
| 23902892 | an hour ago | | | 0 | 1.4510834e-7 | |
| 23902798 | an hour ago | | | 0 | 1.1316140e-7 | |
| 23902720 | an hour ago | | | 0 | 1.1316140e-7 | |
| 23902634 | an hour ago | | | 0 | 1.1316140e-7 |
ABI
ABI objects
Getter at block 23905017
Bascule() view returns (address)
0x0000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x8f9bcb8a45e4c955c4a7458e99842acc0cb43f2c4ebd72c72c577da99f96e680
consortium() view returns (address)
0x1c600b19c7a5d397beaaf03ea3646898f1e2d02e
decimals() view returns (uint8)
8
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Lombard Staked Bitcoin, version=1, chainId=8453, verifyingContract=0xecac9c5f704e954931349da37f60e39f515c11c1, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getBurnCommission() view returns (uint64)
10000
getDustFeeRate() view returns (uint256)
3000
getTreasury() view returns (address)
0xaa4bc534bc7be0e28a0686ab6910a9b21dfdc2b1
name() view returns (string)
Lombard Staked Bitcoin
owner() view returns (address)
0xaa4bc534bc7be0e28a0686ab6910a9b21dfdc2b1
paused() view returns (bool)
false
pauser() view returns (address)
0x36915d0439a789ec98a8d751248b98fc88275d33
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LBTC
totalSupply() view returns (uint256)
59231775400
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcUnstakeRequestAmount(bytes scriptPubkey, uint256 amount) view returns (uint256 amountAfterFee, bool isAboveDust)
getDepositAbsoluteCommission(bytes32 toChain) view returns (uint64)
getDepositRelativeCommission(bytes32 toChain) view returns (uint16)
getDestination(bytes32 chainId) view returns (bytes32)
isMinter(address minter) view returns (bool)
isUsed(bytes32 proof) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
addDestination(bytes32 toChain, bytes32 toContract, uint16 relCommission, uint64 absCommission)
addMinter(address newMinter)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
changeBascule(address newVal)
changeBurnCommission(uint64 newValue)
changeConsortium(address newVal)
changeDepositAbsoluteCommission(uint64 newValue, bytes32 chain)
changeDepositRelativeCommission(uint16 newValue, bytes32 chain)
changeDustFeeRate(uint256 newRate)
changeNameAndSymbol(string name_, string symbol_)
changeTreasuryAddress(address newValue)
depositToBridge(bytes32 toChain, bytes32 toAddress, uint64 amount)
initialize(address consortium_, uint64 burnCommission_, address owner_)
mint(address to, uint256 amount)
mint(bytes data, bytes proofSignature)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(bytes scriptPubkey, uint256 amount)
reinitialize()
removeDestination(bytes32 toChain)
removeMinter(address oldMinter)
renounceOwnership()
toggleWithdrawals()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferPauserRole(address newPauser)
unpause()
withdrawFromBridge(bytes data, bytes proofSignature)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BasculeChanged(address indexed prevVal, address indexed newVal)
BridgeDestinationAdded(bytes32 indexed toChain, bytes32 indexed toContract)
BridgeDestinationRemoved(bytes32 indexed toChain, bytes32 indexed toContract)
BurnCommissionChanged(uint64 indexed prevValue, uint64 indexed newValue)
ConsortiumChanged(address indexed prevVal, address indexed newVal)
DepositAbsoluteCommissionChanged(uint64 newValue, bytes32 indexed toChain)
DepositRelativeCommissionChanged(uint16 newValue, bytes32 indexed toChain)
DepositToBridge(address indexed fromAddress, bytes32 indexed toAddress, bytes32 toContract, bytes32 chainId, uint64 amount)
DustFeeRateChanged(uint256 indexed oldRate, uint256 indexed newRate)
EIP712DomainChanged()
Initialized(uint64 version)
MinterUpdated(address indexed minter, bool isMinter)
NameAndSymbolChanged(string name, string symbol)
OutputProcessed(bytes32 indexed transactionId, uint32 indexed index, bytes32 proofHash)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserRoleTransferred(address indexed previousPauser, address indexed newPauser)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryAddressChanged(address indexed prevValue, address indexed newValue)
Unpaused(address account)
UnstakeRequest(address indexed fromAddress, bytes scriptPubKey, uint256 amount)
WithdrawFromBridge(address indexed toAddress, bytes32 indexed txHash, uint32 indexed eventIndex, bytes32 proofHash, bytes32 fromContract, bytes32 fromChainId, uint64 amount)
WithdrawalsEnabled(bool arg0)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AmountBelowDustLimit(uint256 dustLimit)
AmountLessThanCommission(uint256 fee)
AmountTooSmallToPayRelativeFee()
BadChainId(uint256 expected, uint256 received)
BadCommission()
BadDestination()
BadToContractAddress(address expected, address received)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidDustFeeRate()
InvalidInitialization()
KnownDestination()
MathOverflowedMulDiv()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ProofAlreadyUsed()
ReentrancyGuardReentrantCall()
ScriptPubkeyUnsupported()
SignatureVerificationFailed()
UnauthorizedAccount(address account)
UnknownDestination()
WithdrawalsDisabled()
WrongAddressEncoding()
WrongChainIdEncoding()
WrongDataLength()
WrongTxIdEncoding()
ZeroAddress()
ZeroAmount()
ZeroChainId()
ZeroContractHash()
ZeroTxHash()