Satoshi Brewery Limited
Verified contract
Active on
Ethereum with 149 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 "Satoshi Brewery Limited"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7246716 | 6 years ago | | | 0 | 0.00018085600 | |
| 6949327 | 6 years ago | | | 0 | 0.00073430000 | |
| 6588754 | 6 years ago | | | 0 | 0.00045735900 | |
| 6588739 | 6 years ago | | | 0 | 0.00077101500 | |
| 6588729 | 6 years ago | | | 0 | 0.00052500000 | |
| 6532323 | 6 years ago | | | 0 | 0.00045735900 | |
| 6532204 | 6 years ago | | | 0 | 0.00013564200 | |
| 6496713 | 6 years ago | | | 0 | 0.00018357500 | |
| 5469574 | 7 years ago | | | 0 | 0.000043430000 | |
| 5469315 | 7 years ago | | | 0 | 0.000021715000 |
ABI
ABI objects
Getter at block 21215513
decimals() view returns (uint8)
1
mintingFinished() view returns (bool)
false
name() view returns (string)
Satoshi Brewery Limited
owner() view returns (address)
0x9ca09fdce3f5f248efd9a0c60328c442f703fc65
symbol() view returns (string)
SBL
totalSupply() view returns (uint256)
100000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
mintPreico(address _to, uint256 _amount) returns (bool)
setICO(address _ico)
setPreIco(address _preIco)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.