LBTC

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9f745dab at 19967548
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "LBTC"

No transactions found for "LBTC"


Functions
Getter at block 21187279
consortium(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
8
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isUsed(bytes32 proofview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
burn(bytes32 btcAddressuint256 amount
changeConsortium(address newVal
changeNameAndSymbol(string name_string symbol_
initialize(address consortium_
mint(bytes databytes proofSignature
pause(
renounceOwnership(
toggleWithdrawals(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ConsortiumChanged(address prevValaddress newVal
Initialized(uint64 version
NameAndSymbolChanged(string namestring symbol
OutputProcessed(bytes32 transactionIduint32 indexbytes32 hash
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
UnstakeRequest(address fromAddressbytes32 toAddressuint256 amount
WBTCChanged(address prevValaddress newVal
WBTCStaked(address stakeraddress touint256 amount
WBTCStakingEnabled(bool arg0
WithdrawalsEnabled(bool arg0
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BadChainId(uint256 expecteduint256 received
BadSignature(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
EnforcedPause(
ExpectedPause(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ProofAlreadyUsed(
ReentrancyGuardReentrantCall(
SignatureVerificationFailed(
WBTCDecimalsMissmatch(uint8 expecteduint8 got
WBTCNotSet(
WBTCStakingDisabled(
WithdrawalsDisabled(
WrongAddressEncoding(
WrongChainIdEncoding(
WrongDataLength(
WrongTxIdEncoding(
ZeroAddress(
ZeroAmount(