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 "GROK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18741282 | a year ago | | | 0 | 0.0019920130 | |
| 18741281 | a year ago | | | 0 | 0.0018547048 | |
| 18741276 | a year ago | | | 0 | 0.0020083250 | |
| 18741273 | a year ago | | | 0 | 0.0020714571 | |
| 18741273 | a year ago | | | 0 | 0.0020714571 | |
| 18741273 | a year ago | | | 0 | 0.0020714571 | |
| 18741273 | a year ago | | | 0 | 0.0021646311 | |
| 18741273 | a year ago | | | 0 | 0.0021646311 | |
| 18741273 | a year ago | | | 0 | 0.0023975661 | |
| 18741272 | a year ago | | | 0 | 0.0021410742 |
ABI
ABI objects
Getter at block 21227177
FeeAddress() view returns (address)
0x066be48c31837054cf80dff7e3f184c982027624
Optimization() view returns (uint256)
23120006648318370548073184982027624
_owner() view returns (address)
0x066be48c31837054cf80dff7e3f184c982027624
burnFee() view returns (uint256)
0
decimals() view returns (uint256)
18
name() view returns (string)
GROK
owner() view returns (address)
0x066be48c31837054cf80dff7e3f184c982027624
symbol() view returns (string)
グロク
totalSupply() view returns (uint256)
1000000000000000000000000000
txFee() view returns (uint256)
20
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
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(string name_, string symbol_, uint256 decimals_, uint256 initialBalance_, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.