Swingby BTC LP Token
Verified contract
Active on
Ethereum with 108 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sbBTC | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20005625 | 6 months ago | | | 0 | 0.0011090873 | |
| 18237445 | a year ago | | | 0 | 0.00051051010 | |
| 18159857 | a year ago | | | 0 | 0.00021341698 | |
| 17375777 | a year ago | | | 0 | 0.0010470696 | |
| 17343473 | a year ago | | | 0 | 0.00098830190 | |
| 17241603 | 2 years ago | | | 0 | 0.0023087045 | |
| 17241506 | 2 years ago | | | 0 | 0.0024938377 | |
| 17240947 | 2 years ago | | | 0 | 0.0021359652 | |
| 17220064 | 2 years ago | | | 0 | 0.0025961792 | |
| 17127081 | 2 years ago | | | 0 | 0.0012987299 |
ABI
ABI objects
Getter at block 21264335
decimals() view returns (uint8)
8
getOwner() view returns (address)
0x4a084c0d1f89793bb57f49b97c4e3a24ca539aaa
mintable() view returns (bool)
true
name() view returns (string)
Swingby BTC LP Token
owner() view returns (address)
0x4a084c0d1f89793bb57f49b97c4e3a24ca539aaa
symbol() view returns (string)
sbBTC
totalSupply() view returns (uint256)
81221453
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address target, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.