GOLDBITCOIN
Verified contract
Active on
Ethereum with 47 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 "GOLDBITCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9200285 | 5 years ago | | | 0 | 0.00013173000 | |
| 9200243 | 5 years ago | | | 0 | 0.00095505578 | |
| 9160477 | 5 years ago | | | 0 | 0.000072372300 | |
| 9160462 | 5 years ago | | | 0 | 0.0011960358 | |
| 9069731 | 5 years ago | | | 0 | 0.00070106850 | |
| 8877572 | 5 years ago | | | 0 | 0.000047808200 | |
| 8877558 | 5 years ago | | | 0 | 0.00024990651 | |
| 8877545 | 5 years ago | | | 0 | 0.00059490651 | |
| 8877413 | 5 years ago | | | 0 | 0.0020692400 | |
| 8753255 | 5 years ago | | | 0 | 0.000028769400 |
ABI
ABI objects
Getter at block 21258190
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
GOLDBITCOIN
owner() view returns (address)
0x4e373b2560e74be539aa955e4465a4f15c1c91f3
symbol() view returns (string)
GBC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
frozenAccount(address) view returns (bool)
State-modifying
Events allowance(address _owner, address _spender) returns (uint256 remaining)
approve(address _spender, uint256 _value) returns (bool)
balanceOf(address _owner) returns (uint256 balance)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mintToken(address target, uint256 initialSupply) returns (bool success)
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)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.