LBTC
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "LBTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LBTC"
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getDepositCommission(uint256 toChain) view returns (uint16 commission)
getDestination(uint256 chain) view returns (address)
isBridgeProofUsed(bytes32 proof) view returns (bool)
isUsed(bytes32 proof) view returns (bool)
State-modifying
Events acceptOwnership()
addDestination(uint256 toChain, address toToken, uint16 commission)
approve(address spender, uint256 value) returns (bool)
burn(bytes scriptPubkey, uint256 amount)
changeConsortium(address newVal)
changeDepositCommission(uint16 newValue, uint256 chain)
changeNameAndSymbol(string name_, string symbol_)
changeTreasuryAddress(address newValue)
depositToBridge(uint256 toChain, address toAddress, uint256 amount)
initialize(address consortium_)
mint(bytes data, bytes proofSignature)
pause()
removeDestination(uint256 toChain)
renounceOwnership()
toggleWithdrawals()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawFromBridge(bytes, bytes rawReceipt, bytes proofSignature)
Approval(address indexed owner, address indexed spender, uint256 value)
BridgeDestinationAdded(uint256 indexed toChain, address indexed toToken)
BridgeDestinationRemoved(uint256 indexed toChain, address indexed toToken)
ConsortiumChanged(address indexed prevVal, address indexed newVal)
DepositCommissionChanged(uint16 newValue, uint256 toChain)
DepositToBridge(uint256 chainId, address indexed fromAddress, address indexed toAddress, address fromToken, address toToken, uint256 totalAmount, uint256 nonce)
Initialized(uint64 version)
NameAndSymbolChanged(string name, string symbol)
OutputProcessed(bytes32 indexed transactionId, uint32 indexed index, bytes32 hash)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
WBTCChanged(address indexed prevVal, address indexed newVal)
WBTCStaked(address indexed staker, address indexed to, uint256 amount)
WBTCStakingEnabled(bool arg0)
WithdrawFromBridge(bytes32 indexed receiptHash, address indexed fromAddress, address indexed toAddress, address fromToken, address toToken, uint256 totalAmount)
WithdrawalsEnabled(bool arg0)
constructor()
This contract contains no fallback and receive objects.
BadChainId(uint256 expected, uint256 received)
BadCommission()
BadFromToken(address expected, address received)
BadSignature()
BadToToken(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)
EnforcedPause()
EventFromUnknownContract(address expected, address received)
ExpectedPause()
InvalidContractAddress()
InvalidInitialization()
InvalidType()
KnownDestination()
MathOverflowedMulDiv()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ProofAlreadyUsed()
ReentrancyGuardReentrantCall()
ScriptPubkeyUnsupported()
SignatureVerificationFailed()
UnknownDestination()
WBTCDecimalsMissmatch(uint8 expected, uint8 got)
WBTCNotSet()
WBTCStakingDisabled()
WithdrawalsDisabled()
WrongAddressEncoding()
WrongChainIdEncoding()
WrongDataLength()
WrongTxIdEncoding()
ZeroAddress()
ZeroAmount()