UniBitcoin
Verified contract
Active on
Ethereum with 691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UniBitcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20936884 | a month ago | | | 0 | 0.0011759773 | |
| 20936855 | a month ago | | | 0 | 0.0012940299 | |
| 20936820 | a month ago | | | 0 | 0.00045502602 | |
| 20929739 | a month ago | | | 0 | 0.0019216217 | |
| 20929735 | a month ago | | | 0 | 0.0021586186 | |
| 20929511 | a month ago | | | 0 | 0.0017130224 | |
| 20929506 | a month ago | | | 0 | 0.0018327108 | |
| 20929505 | a month ago | | | 0 | 0.0018317517 | |
| 20929288 | a month ago | | | 0 | 0.0028121597 | |
| 20657553 | 2 months ago | | | 0 | 0.000046128500 |
ABI
ABI objects
Getter at block 21123290
decimals() view returns (uint8)
8
name() view returns (string)
UniBitcoin
symbol() view returns (string)
UNIBITCOIN
totalSupply() view returns (uint256)
210000000000000
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
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.