Gopher Token
Verified contract
Active on
Ethereum with 714 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 "Gopher Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20130850 | 5 months ago | | | 0 | 0.00021746365 | |
| 20130665 | 5 months ago | | | 0 | 0.00097585200 | |
| 17776890 | a year ago | | | 0 | 0.0011048632 | |
| 17596303 | a year ago | | | 0 | 0.00073746421 | |
| 17596130 | a year ago | | | 0 | 0.00086014924 | |
| 17566193 | a year ago | | | 0 | 0.00049840236 | |
| 17566008 | a year ago | | | 0 | 0.00066351048 | |
| 17084351 | 2 years ago | | | 0 | 0.0020059022 | |
| 17084146 | 2 years ago | | | 0 | 0.0030916935 | |
| 17028795 | 2 years ago | | | 0 | 0.00082017661 |
ABI
ABI objects
Getter at block 21329329
INITIAL_SUPPLY() view returns (uint256)
30000000000000000000000000
_totalSupply() view returns (uint256)
30000000000000000000000000
creationTime() view returns (uint256)
1639310985
decimals() view returns (uint8)
18
lock() view returns (bool)
false
name() view returns (string)
Gopher Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf76e44c00a0701314ed6bf76e1a0446290175c2a
symbol() view returns (string)
GOP
totalSupply() view returns (uint256)
30000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
lockaddress(address) view returns (bool)
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)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burnTokens(uint256 tokensAmount)
lockAddress(address target)
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)
unlockAddress(address target)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Locked(address lockaddress, bool status)
OwnershipTransferred(address indexed _from, address indexed _to)
TokenBurned(address burnAddress, uint256 amountOfTokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unlocked(address unlockedaddress, bool status)
constructor()
fallback()
This contract contains no error objects.