GalaxyCoin
Verified contract
Active on
Ethereum with 474 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 "GalaxyCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8713401 | 5 years ago | | | 0 | 0.000037138800 | |
| 8712712 | 5 years ago | | | 0 | 0.00045949000 | |
| 8712330 | 5 years ago | | | 0 | 0.00039516140 | |
| 8712114 | 5 years ago | | | 0 | 0.00030556085 | |
| 8045259 | 5 years ago | | | 0 | 0.00052131000 | |
| 8045202 | 5 years ago | | | 0 | 0.00010349400 | |
| 8039641 | 5 years ago | | | 0 | 0.00075286000 | |
| 7995176 | 5 years ago | | | 0 | 0.0010515800 | |
| 7935444 | 5 years ago | | | 0 | 0.00042114400 | |
| 7643221 | 6 years ago | | | 0 | 0.00026681090 |
ABI
ABI objects
Getter at block 21213046
CAP() view returns (uint256)
500000000000000000000000000
angelInvestorsTokens() view returns (uint256)
50000000000000000000000000
angelInvestorsWallet() view returns (address)
0x6d1336bf6fa4b9996966eb98b7ddd81b42c5c184
cap() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint256)
18
ecosystemBuildingTokens() view returns (uint256)
90000000000000000000000000
ecosystemBuildingWallet() view returns (address)
0xd4fce5a63b6b1af4aef0474daf7f92702a799169
miningIncentiveTokens() view returns (uint256)
60000000000000000000000000
miningIncentiveWallet() view returns (address)
0x2a5608c2cd8e901b2618c6c22f13b6b36dd12869
mintingFinished() view returns (bool)
true
name() view returns (string)
GalaxyCoin
operationsTokens() view returns (uint256)
150000000000000000000000000
operationsWallet() view returns (address)
0xbdf53dab57e4f88fa6c42fc0cef250b9d12b4c6e
owner() view returns (address)
0xab7bee56c164ac8cf4288e5bb29ffc47a4658d75
paused() view returns (bool)
false
privateOfferingTokens() view returns (uint256)
50000000000000000000000000
privateOfferingWallet() view returns (address)
0x048a94a6eeff9a1b354957d83bfc88631d288ed6
publicOfferingTokens() view returns (uint256)
100000000000000000000000000
publicOfferingWallet() view returns (address)
0x048a94a6eeff9a1b354957d83bfc88631d288ed6
symbol() view returns (string)
GC
totalSupply() view returns (uint256)
500000000000000000000000000
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 success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _angelInvestorsWallet, address _publicOfferingWallet, address _privateOfferingWallet, address _operationsWallet, address _ecosystemBuildingWallet, address _miningIncentiveWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.