Game On Players
Verified contract
Active on
Ethereum with 655 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 |
---|---|---|---|---|---|
GOPX2 | ERC-20 | 7.959699K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866225 | 2 months ago | | | 0 | 0.0035218200 | |
| 20173999 | 5 months ago | | | 0 | 0.00015084308 | |
| 20173435 | 5 months ago | | | 0 | 0.00017035420 | |
| 20099372 | 5 months ago | | | 0 | 0.00021395460 | |
| 20099372 | 5 months ago | | | 0 | 0.00021395460 | |
| 20059634 | 6 months ago | | | 0 | 0.00018276224 | |
| 20059276 | 6 months ago | | | 0 | 0.00026144883 | |
| 20050574 | 6 months ago | | | 0 | 0.00030067164 | |
| 20038078 | 6 months ago | | | 0 | 0.00036369049 | |
| 20007033 | 6 months ago | | | 0 | 0.00038512673 |
ABI
ABI objects
Getter at block 21296814
decimals() view returns (uint8)
18
fundReceiver() view returns (address)
0x486939c1545bb518c465cfafceefc5ffd50e74ac
getTokenPrice() view returns (uint256 amount)
697227300032618436
lockedTimeInterval() view returns (uint256)
7776000
name() view returns (string)
Game On Players
owner() view returns (address)
0x486939c1545bb518c465cfafceefc5ffd50e74ac
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
runningPhase() view returns (uint256)
5
symbol() view returns (string)
GOPX2
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockedTimestamp(address) view returns (uint256)
phases(uint256) view returns (uint256 usdPrice, uint256 endTimestamp)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyTokens() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFundReceiver(address _newAddress)
updateLockedTimeInterval(uint256 _newInterval)
updatePhases(uint256 _phaseNumber, uint256 _usdPrice, uint256 _endTimestamp)
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)
constructor(address owner_, address _fundReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.