GalaxyCoinFarm
Verified contract
Active on
Ethereum with 1,570 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 "GalaxyCoinFarm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20618424 | 3 months ago | | | 0 | 0.000023810184 | |
| 18728579 | a year ago | | | 0 | 0.0017122999 | |
| 18622020 | a year ago | | | 0 | 0.0015453432 | |
| 18621901 | a year ago | | | 0 | 0.0033606041 | |
| 11882323 | 4 years ago | | | 0 | 0.0080235541 | |
| 11218738 | 4 years ago | | | 0 | 0.00089100005 | |
| 11218738 | 4 years ago | | | 0 | 0.00066825005 | |
| 11218738 | 4 years ago | | | 0 | 0.00077962505 | |
| 11218738 | 4 years ago | | | 0 | 0.0010395001 | |
| 11218738 | 4 years ago | | | 0 | 0.00059400005 |
ABI
ABI objects
Getter at block 21298795
INITIAL_SUPPLY() view returns (uint256)
7500000000
decimals() view returns (uint8)
2
name() view returns (string)
GalaxyCoinFarm
owner() view returns (address)
0x1de3b09e2048d87cfddec487c03962389202a3c4
symbol() view returns (string)
GCF
totalSupply() view returns (uint256)
7500000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.