Bittwatt
Verified contract
Active on
Ethereum with 5,104 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 |
---|---|---|---|---|---|
BWT | ERC-20 | 1.93031K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452832 | 4 months ago | | | 0 | 0.000054536000 | |
| 12612507 | 3 years ago | | | 0 | 0.00029647200 | |
| 12048962 | 4 years ago | | | 0 | 0.0032123760 | |
| 12048958 | 4 years ago | | | 0 | 0.0071085840 | |
| 12048932 | 4 years ago | | | 0 | 0.0046877281 | |
| 11882552 | 4 years ago | | | 0 | 0.0033313200 | |
| 11882545 | 4 years ago | | | 0 | 0.0057690000 | |
| 11882502 | 4 years ago | | | 0 | 0.0082978020 | |
| 11734315 | 4 years ago | | | 0 | 0.0029595720 | |
| 11301582 | 4 years ago | | | 0 | 0.0012683880 |
ABI
ABI objects
Getter at block 21263373
_tokenAllocator() view returns (address)
0x0000000000000000000000000000000000000000
availableSupply() view returns (uint256)
0
decimals() view returns (uint8)
18
getStatus() view returns (uint256, uint256, bool, address)
(338600000000000000000000000, 0, false, 0xa7be4f7d87888b915a5042733f13527f31f503a3)
mintingFinished() view returns (bool)
false
name() view returns (string)
Bittwatt
owner() view returns (address)
0xa7be4f7d87888b915a5042733f13527f31f503a3
paused() view returns (bool)
false
pendingOwner() view returns (address)
0xa810c4c0f2d8d24c226e528626e134d8c421e874
symbol() view returns (string)
BWT
totalSupply() view returns (uint256)
338600000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
createDate(uint256 _days, uint256 _hours, uint256 _minutes, uint256 _seconds) view returns (uint256)
escrowContracts(uint256) view returns (address)
State-modifying
Events allocateBulkTokens(address[] _destinations, uint256[] _amounts)
allocateTokens(address _beneficiary, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
createEscrow(address _beneficiary, uint256 _date, address _tokenAddress)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
disableTransfers()
enableTransfers()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
setAvailableSupply(uint256 availableSupply)
setTokenAllocator(address _tokenAllocator)
setTotalSupply(uint256 totalSupply)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.