GOeureka
Verified contract
Active on
Ethereum with 3,355 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 |
---|---|---|---|---|---|
PHN | ERC-20 | 23.251K | -- | -- | |
GOT | ERC-20 | 316 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17463981 | a year ago | | | 0 | 0.00076386391 | |
| 12744178 | 3 years ago | | | 0 | 0.00027045600 | |
| 12614276 | 3 years ago | | | 0 | 0.00058598800 | |
| 12543654 | 3 years ago | | | 0 | 0.00045076000 | |
| 12536341 | 3 years ago | | | 0 | 0.00047355000 | |
| 12534971 | 3 years ago | | | 0 | 0.0010529409 | |
| 12527229 | 3 years ago | | | 0 | 0.00051809800 | |
| 12503177 | 4 years ago | | | 0 | 0.0011309383 | |
| 12503104 | 4 years ago | | | 0 | 0.0012395900 | |
| 12476810 | 4 years ago | | | 0 | 0.0021396660 |
ABI
ABI objects
Getter at block 21278237
DECIMALS() view returns (uint8)
18
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
NAME() view returns (string)
GOeureka
SYMBOL() view returns (string)
GOT
TOTALSUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
launcher() view returns (address)
0x31efd75bc0b5fbafc6015bd50590f4fdab6a3f22
minter() view returns (address)
0x8b6eb396ef85d2a9adbb79955deb5d77ee61af88
mintingFinished() view returns (bool)
true
name() view returns (string)
GOeureka
owner() view returns (address)
0x31efd75bc0b5fbafc6015bd50590f4fdab6a3f22
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GOT
totalSupply() view returns (uint256)
400038195010932250000000000
whiteLister() view returns (address)
0x31efd75bc0b5fbafc6015bd50590f4fdab6a3f22
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emergencyERC20Drain(address oddToken, uint256 amount)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
sendBatchCS(address[] _recipients, uint256[] _values) returns (bool)
setMinter(address addr)
setWhiteLister(address addr)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) payable returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
NewMinter(address newMinter)
NewWhiteLister(address newwhiteLister)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
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.