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 21187322
Bascule() view returns (address)
0x0000000000000000000000000000000000000000
MAX_COMMISSION() view returns (uint16)
10000
consortium() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
8
getBurnCommission() view returns (uint64)
0
getDustFeeRate() view returns (uint256)
0
getTreasury() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
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)
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)
isUsed(bytes32 proof) view returns (bool)
State-modifying
Events acceptOwnership()
addDestination(bytes32 toChain, bytes32 toContract, uint16 relCommission, uint64 absCommission)
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_)
mint(bytes data, bytes proofSignature)
pause()
redeem(bytes scriptPubkey, uint256 amount)
removeDestination(bytes32 toChain)
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)
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)
Initialized(uint64 version)
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()
This contract contains no fallback and receive objects.
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)
EnforcedPause()
ExpectedPause()
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()