Bitcoin Uniswap
Verified contract
Active on
Ethereum with 1,603 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 |
---|---|---|---|---|---|
PPGF | ERC-20 | 19.8K | -- | -- | |
MOMO | ERC-20 | 5.617291K | -- | -- | |
Π | ERC-20 | 3.0152K | -- | -- | |
KORE | ERC-20 | 980.98 | -- | -- | |
DIM | ERC-20 | 887.246187 | -- | -- | |
jk | ERC-20 | 5.55 | -- | -- | |
BTCu | ERC-20 | 1.15 | -- | -- | |
UNI-V2 | ERC-20 | 0.089978 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220046 | 6 days ago | | | 0 | 0.00045105428 | |
| 21203701 | 8 days ago | | | 0 | 0.00023845172 | |
| 21020004 | a month ago | | | 0 | 0.00023587150 | |
| 20778632 | 2 months ago | | | 0 | 0.00085506510 | |
| 20773429 | 2 months ago | | | 0 | 0.00037202452 | |
| 20706400 | 3 months ago | | | 0 | 0.00011302560 | |
| 20485045 | 4 months ago | | | 0 | 0.00097871088 | |
| 20008878 | 6 months ago | | | 0 | 0.00048368389 | |
| 19786747 | 7 months ago | | | 0 | 0.00013804185 | |
| 19761877 | 7 months ago | | | 0 | 0.00053785808 |
ABI
ABI objects
Getter at block 21260232
decimals() view returns (uint8)
18
name() view returns (string)
Bitcoin Uniswap
owner() view returns (address)
0x0ebeeb9bd5baf8a7c2a41f088b0e1476d47cc6d0
symbol() view returns (string)
BTCu
totalSupply() view returns (uint256)
2100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyTRC20Drain(address token, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.