GOGOLCOIN
Verified contract
Active on
Ethereum with 34,923 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,342.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOL | ERC-20 | 1.000001M | $0.001343 |
$1,342.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151400 | a day ago | | | 0 | 0.00061644600 | |
| 21143828 | 2 days ago | | | 0 | 0.0014817984 | |
| 21142035 | 2 days ago | | | 0 | 0.00094642201 | |
| 21141387 | 2 days ago | | | 0 | 0.00061644600 | |
| 21140395 | 2 days ago | | | 0 | 0.00092424600 | |
| 21133994 | 3 days ago | | | 0 | 0.00061623000 | |
| 21132851 | 4 days ago | | | 0 | 0.00058958727 | |
| 21132648 | 4 days ago | | | 0 | 0.00083803564 | |
| 21122303 | 5 days ago | | | 0 | 0.00083759255 | |
| 21116558 | 6 days ago | | | 0 | 0.00092424600 |
ABI
ABI objects
Getter at block 21158128
_totalSupply() view returns (uint256)
2950000000000
decimals() view returns (uint8)
4
name() view returns (string)
GOGOLCOIN
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdaecfcbf152a8bc7ef6c67d477b4b6eddd4b7580
symbol() view returns (string)
GOL
totalSupply() view returns (uint256)
2950000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.