BabyBTC2.0
Verified contract
Active on
Ethereum with 11 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 "BabyBTC2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18010144 | a year ago | | | 0 | 0.00036446099 | |
| 18010143 | a year ago | | | 0 | 0.00036446099 | |
| 18010139 | a year ago | | | 0 | 0.00035561076 | |
| 18010136 | a year ago | | | 0 | 0.00061313041 | |
| 18010136 | a year ago | | | 0 | 0.00061313041 | |
| 18010135 | a year ago | | | 0 | 0.00061313041 | |
| 18010080 | a year ago | | | 0 | 0.0011862079 | |
| 18010075 | a year ago | | | 0 | 0.00067418375 | |
| 18010075 | a year ago | | | 0 | 0.00076793789 | |
| 18010074 | a year ago | | | 0 | 0.00067029801 |
ABI
ABI objects
Getter at block 21123363
decimals() view returns (uint8)
18
name() view returns (string)
BabyBTC2.0
symbol() view returns (string)
BabyBTC2.0
totalSupply() view returns (uint256)
1000000000000000000000000000000
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)
setBlack(address addr, bool val)
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)
OrderCreated(address seller, uint256 quaitity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.