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 "GPCCTOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9262278 | 5 years ago | | | 0 | 0.000023545000 | |
| 6194901 | 6 years ago | | | 0 | 0.0029044950 | |
| 5330608 | 7 years ago | | | 0 | 0.0015823500 | |
| 5289064 | 7 years ago | | | 0 | 0.0015842700 | |
| 5289053 | 7 years ago | | | 0 | 0.0015823500 | |
| 5288227 | 7 years ago | | | 0 | 0.0018460750 | |
| 5258815 | 7 years ago | | | 0 | 0.0016370790 | |
| 5258048 | 7 years ago | | | 0 | 0.00031608600 | |
| 5256764 | 7 years ago | | | 0 | 0.0015501690 | |
| 5253906 | 7 years ago | | | 0 | 0.0015804300 |
ABI
ABI objects
Getter at block 21305530
decimals() view returns (uint8 _decimals)
18
mintingFinished() view returns (bool)
false
name() view returns (string _name)
GPCCTOKEN
owner() view returns (address)
0x1e1fedbeb8ce004a03569a3ff03a1317a6515cf1
paused() view returns (bool)
false
symbol() view returns (string _symbol)
GPCCT
totalSupply() view returns (uint256)
7318302929508816395716000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
getFreezingSummaryOf(address _addr) view returns (uint256 tokenAmount, uint256 freezingCount)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.