GalaxyPoolCion
Verified contract
Active on
Ethereum with 12,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GPO | ERC-20 | 333.333 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19347521 | 8 months ago | | | 0 | 0.0051367386 | |
| 18321036 | a year ago | | | 0 | 0.0012047210 | |
| 16888360 | 2 years ago | | | 0 | 0.0017152635 | |
| 16194644 | 2 years ago | | | 0 | 0.0020695778 | |
| 16174430 | 2 years ago | | | 0 | 0.0016053475 | |
| 16174395 | 2 years ago | | | 0 | 0.0016538223 | |
| 14792162 | 2 years ago | | | 0 | 0.0042098997 | |
| 14702465 | 3 years ago | | | 0 | 0.0069956809 | |
| 14646347 | 3 years ago | | | 0 | 0.0023959623 | |
| 14646343 | 3 years ago | | | 0 | 0.0022133841 |
ABI
ABI objects
Getter at block 21158610
decimals() view returns (uint8)
18
name() view returns (string)
GalaxyPoolCion
symbol() view returns (string)
GPO
totalSupply() view returns (uint256)
600000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getFrozenAccount(address _target) view returns (bool)
getFrozenTimestamp(address _target) view returns (uint256)
State-modifying
Events addRule(address addr, uint8 initPercent, uint256[] periods, uint8[] percents) returns (bool)
addTimeT(address addr, uint256 timeT) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
changeAdmin(address newAdmin) returns (bool)
freeze(address _target, bool _freeze) returns (bool)
freezeWithTimestamp(address _target, uint256 _timestamp) returns (bool)
kill()
multiFreeze(address[] _targets, bool[] _freezes) returns (bool)
multiFreezeWithTimestamp(address[] _targets, uint256[] _timestamps) returns (bool)
multiTransfer(address[] _tos, uint256[] _values) returns (bool)
removeRule(address addr) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferfix(address _to, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint8 tokenDecimals, uint256 totalTokenSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.