LBTC

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc71fc5d3 at 20191388
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 21187229
MAX_COMMISSION(view returns (uint16)
10000
consortium(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
8
getTreasury(view returns (address)
0x0000000000000000000000000000000000000000
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)
getDepositCommission(uint256 toChainview returns (uint16 commission)
getDestination(uint256 chainview returns (address)
isBridgeProofUsed(bytes32 proofview returns (bool)
isUsed(bytes32 proofview returns (bool)
State-modifying
acceptOwnership(
addDestination(uint256 toChainaddress toTokenuint16 commission
approve(address spenderuint256 valuereturns (bool)
burn(bytes scriptPubkeyuint256 amount
changeConsortium(address newVal
changeDepositCommission(uint16 newValueuint256 chain
changeNameAndSymbol(string name_string symbol_
changeTreasuryAddress(address newValue
depositToBridge(uint256 toChainaddress toAddressuint256 amount
initialize(address consortium_
mint(bytes databytes proofSignature
pause(
removeDestination(uint256 toChain
renounceOwnership(
toggleWithdrawals(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unpause(
withdrawFromBridge(bytesbytes rawReceiptbytes proofSignature
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BridgeDestinationAdded(uint256 indexed toChainaddress indexed toToken
BridgeDestinationRemoved(uint256 indexed toChainaddress indexed toToken
ConsortiumChanged(address indexed prevValaddress indexed newVal
DepositCommissionChanged(uint16 newValueuint256 toChain
DepositToBridge(uint256 chainIdaddress indexed fromAddressaddress indexed toAddressaddress fromTokenaddress toTokenuint256 totalAmountuint256 nonce
Initialized(uint64 version
NameAndSymbolChanged(string namestring symbol
OutputProcessed(bytes32 indexed transactionIduint32 indexed indexbytes32 hash
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
TreasuryAddressChanged(address indexed prevValueaddress indexed newValue
Unpaused(address account
UnstakeRequest(address indexed fromAddressbytes scriptPubKeyuint256 amount
WBTCChanged(address indexed prevValaddress indexed newVal
WBTCStaked(address indexed stakeraddress indexed touint256 amount
WBTCStakingEnabled(bool arg0
WithdrawFromBridge(bytes32 indexed receiptHashaddress indexed fromAddressaddress indexed toAddressaddress fromTokenaddress toTokenuint256 totalAmount
WithdrawalsEnabled(bool arg0
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BadChainId(uint256 expecteduint256 received
BadCommission(
BadFromToken(address expectedaddress received
BadSignature(
BadToToken(address expectedaddress received
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(
EventFromUnknownContract(address expectedaddress received
ExpectedPause(
InvalidContractAddress(
InvalidInitialization(
InvalidType(
KnownDestination(
MathOverflowedMulDiv(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ProofAlreadyUsed(
ReentrancyGuardReentrantCall(
ScriptPubkeyUnsupported(
SignatureVerificationFailed(
UnknownDestination(
WBTCDecimalsMissmatch(uint8 expecteduint8 got
WBTCNotSet(
WBTCStakingDisabled(
WithdrawalsDisabled(
WrongAddressEncoding(
WrongChainIdEncoding(
WrongDataLength(
WrongTxIdEncoding(
ZeroAddress(
ZeroAmount(