Bactcoin
Verified contract
Active on
Ethereum with 1,339 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 "Bactcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12326714 | 4 years ago | | | 0 | 0.0012911860 | |
| 12326712 | 4 years ago | | | 0 | 0.0022170371 | |
| 8224727 | 5 years ago | | | 0 | 0.00032892300 | |
| 8140512 | 5 years ago | | | 0 | 0.0025403006 | |
| 8135014 | 5 years ago | | | 0 | 0.0024708766 | |
| 7815491 | 5 years ago | | | 0 | 0.00036547000 | |
| 7815372 | 5 years ago | | | 0 | 0.00036547000 | |
| 7783586 | 5 years ago | | | 0 | 0.00021611000 | |
| 7783580 | 5 years ago | | | 0 | 0.00051611000 | |
| 7717869 | 6 years ago | | | 0 | 0.00020100850 |
ABI
ABI objects
Getter at block 21163210
decimals() view returns (uint256)
18
mintable() view returns (bool)
false
name() view returns (string)
Bactcoin
owner() view returns (address)
0xd7894a8f98a5f6869838c6504c18f3671f6a5eef
symbol() view returns (string)
bact
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
mint(uint256 amount)
transfer(address _recipient, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _totalSupply, string _symbol, string _name, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.