GoPower Token
Verified contract
Active on
Ethereum with 4,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GPT | ERC-20 | 3.136K | -- | -- | |
XCT | ERC-20 | 1.78225K | -- | -- | |
CNN | ERC-20 | 88 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19150164 | 9 months ago | | | 0 | 0.0049043700 | |
| 17694426 | a year ago | | | 0 | 0.00074083401 | |
| 17034250 | 2 years ago | | | 0 | 0.0011813893 | |
| 17003708 | 2 years ago | | | 0 | 0.0049065300 | |
| 16834042 | 2 years ago | | | 0 | 0.0049054500 | |
| 16823686 | 2 years ago | | | 0 | 0.0010711670 | |
| 16804361 | 2 years ago | | | 0 | 0.0063225800 | |
| 16798831 | 2 years ago | | | 0 | 0.0050144600 | |
| 16797643 | 2 years ago | | | 0 | 0.0049065300 | |
| 16792267 | 2 years ago | | | 0 | 0.0051779750 |
ABI
ABI objects
Getter at block 21158700
decimals() view returns (uint256)
18
icoFinishedAt() view returns (uint256)
1532531406
icoStartedAt() view returns (uint256)
1519671148
name() view returns (string)
GoPower Token
owner() view returns (address)
0x299c9dd520ed963c3ed765f10821ef97ddd858e4
presaleFinishedAt() view returns (uint256)
1519663465
presaleStartedAt() view returns (uint256)
1512998212
symbol() view returns (string)
GPT
totalSupply() view returns (uint256)
111227045900000000000400000
tradeRobot() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
buy() payable
collect()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishICO() returns (bool)
finishPresale() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintUpto(address _to, uint256 _newValue) returns (bool)
setTradeRobot(address _robot) returns (bool)
startICO() returns (bool)
startPresale() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferExt(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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.