Greengold Blockchain
Verified contract
Active on
Ethereum with 830 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 "Greengold Blockchain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7371690 | 6 years ago | | | 0 | 0.00011319500 | |
| 7210109 | 6 years ago | | | 0 | 0.000080866940 | |
| 7075990 | 6 years ago | | | 0 | 0.00019363431 | |
| 7075290 | 6 years ago | | | 0 | 0.00018239368 | |
| 6996613 | 6 years ago | | | 0 | 0.00047259900 | |
| 6953429 | 6 years ago | | | 0 | 0.00010848885 | |
| 6953373 | 6 years ago | | | 0 | 0.00016504840 | |
| 6953293 | 6 years ago | | | 0 | 0.00016504840 | |
| 6953292 | 6 years ago | | | 0 | 0.00010634363 | |
| 6953291 | 6 years ago | | | 0 | 0.00016504840 |
ABI
ABI objects
Getter at block 21257972
creator() view returns (address)
0xc449ca4e5fc3f7a7f91546128cd56fb0856273b2
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Greengold Blockchain
owner() view returns (address)
0x61b820ddb5aa6d2cd422a6d74495a409a4d7aea2
paused() view returns (bool)
false
symbol() view returns (string)
GGBC
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.