Wheat Protocol
Verified contract
Active on
Ethereum with 303 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WHEAT | ERC-20 | 256.866837K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19630451 | 8 months ago | | | 0 | 0.00028359864 | |
| 18587421 | a year ago | | | 0 | 0.0023906492 | |
| 18586962 | a year ago | | | 0 | 0.0026994184 | |
| 18586791 | a year ago | | | 0 | 0.0016794990 | |
| 18586432 | a year ago | | | 0 | 0.0021632701 | |
| 18586429 | a year ago | | | 0 | 0.0020935257 | |
| 18586384 | a year ago | | | 0 | 0.0023302901 | |
| 18586331 | a year ago | | | 0 | 0.0018874905 | |
| 18586308 | a year ago | | | 0 | 0.0017123065 | |
| 18586296 | a year ago | | | 0 | 0.0038290430 |
ABI
ABI objects
Getter at block 21333233
_maxTxAmount() view returns (uint256)
1000000000000000000000000000
_maxWalletToken() view returns (uint256)
1000000000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Wheat Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xa67d8db4a2be2409a32e3a26c2069242b1923fa1
symbol() pure returns (string)
WHEAT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address) view returns (bool)
isTxExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createPair()
enableTrading()
manualSwap()
removeLimits()
renounceOwnership()
rescueERC20(address _address, uint256 percent)
setContractSwapSettings(uint256 _swapAmount, uint256 _swapThreshold, uint256 _minTokenAmount)
setTransactionFees(uint256 _buy, uint256 _sell)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
receive()
This contract contains no error objects.