GOFCoin
Verified contract
Active on
Ethereum with 21,351 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 |
---|---|---|---|---|---|
VGS | ERC-20 | 350K | -- | -- | |
SDZ | ERC-20 | 36K | -- | -- | |
NEP | ERC-20 | 1.031064K | -- | -- | |
EET | ERC-20 | 60 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453433 | 4 months ago | | | 0 | 0.000035878000 | |
| 20453283 | 4 months ago | | | 0 | 0.000035878000 | |
| 20453084 | 4 months ago | | | 0 | 0.000035878000 | |
| 20453037 | 4 months ago | | | 0 | 0.000035878000 | |
| 20408546 | 4 months ago | | | 0 | 0.00028889000 | |
| 20408522 | 4 months ago | | | 0 | 0.000035878000 | |
| 15528065 | 2 years ago | | | 0 | 0.00061009497 | |
| 13835403 | 3 years ago | | | 0 | 0.0014620347 | |
| 13835263 | 3 years ago | | | 0 | 0.0015015952 | |
| 13467777 | 3 years ago | | | 0 | 0.0027270000 |
ABI
ABI objects
Getter at block 21284559
decimals() view returns (uint256)
8
name() view returns (string)
GOFCoin
symbol() view returns (string)
GOF
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) payable returns (bool)
burn(uint256 _value)
mint(uint256 _value)
transfer(address _to, uint256 _amount) returns (bool success)
transfer(address _to, uint256 _amount, bytes _data) returns (bool success)
transfer(address _to, uint256 _amount, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
LOG_Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
Mint(address indexed minter, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount)
fallback()
This contract contains no error objects.