Game Network Blockchain
Verified contract
Active on
Ethereum with 1,674 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 "Game Network Blockchain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12457052 | 4 years ago | | | 0 | 0.0027437400 | |
| 12351268 | 4 years ago | | | 0 | 0.0012340350 | |
| 11690986 | 4 years ago | | | 0 | 0.0012358360 | |
| 11690986 | 4 years ago | | | 0 | 0.0017202150 | |
| 11606559 | 4 years ago | | | 0 | 0.0041491866 | |
| 11505624 | 4 years ago | | | 0 | 0.0014801850 | |
| 11494551 | 4 years ago | | | 0 | 0.0031902901 | |
| 11480539 | 4 years ago | | | 0 | 0.00099404200 | |
| 11480537 | 4 years ago | | | 0 | 0.00094031000 | |
| 11480537 | 4 years ago | | | 0 | 0.00088657800 |
ABI
ABI objects
Getter at block 21258658
_totalSupply() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Game Network Blockchain
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
now_() view returns (uint256)
1732463999
owner() view returns (address)
0x9223c73d91d32427ff4a180931dd9623b40889df
startTime() view returns (uint256)
1565073524
symbol() view returns (string)
GNB
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
blacklist(address) view returns (int8)
checkRate(uint256 unlockIndex) view returns (uint256 rate_)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
unlockdate_T1(uint256) view returns (uint256 datetime, uint256 rate)
unlockdate_T2(uint256) view returns (uint256 datetime, uint256 rate)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
blacklisting(address _addr)
deleteFromBlacklist(address _addr)
totalSupplyIncrease(uint256 _supply)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Blacklisted(address indexed target)
DeleteFromBlacklist(address indexed target)
OwnershipTransferred(address indexed _from, address indexed _to)
RejectedPaymentFromBlacklistedAddr(address indexed from, address indexed to, uint256 value)
RejectedPaymentFromLockedAddr(address indexed from, address indexed to, uint256 value, uint256 lackdatetime, uint256 now_)
RejectedPaymentMaximunFromLockedAddr(address indexed from, address indexed to, uint256 value, uint256 maximum, uint256 rate)
RejectedPaymentToBlacklistedAddr(address indexed from, address indexed to, uint256 value)
RejectedPaymentToLockedAddr(address indexed from, address indexed to, uint256 value, uint256 lackdatetime, uint256 now_)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.