GRAIN Token
Verified contract
Active on
Ethereum with 972 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 |
---|---|---|---|---|---|
GRAIN | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209923 | 8 days ago | | | 0 | 0.00039347040 | |
| 21035785 | a month ago | | | 0 | 0.00061420660 | |
| 20862253 | 2 months ago | | | 0 | 0.00034301534 | |
| 20660473 | 3 months ago | | | 0 | 0.000014774241 | |
| 20660362 | 3 months ago | | | 0 | 0.000027903600 | |
| 20660210 | 3 months ago | | | 0 | 0.000026376578 | |
| 20660208 | 3 months ago | | | 0 | 0.000026902955 | |
| 20660206 | 3 months ago | | | 0 | 0.000026644200 | |
| 20633983 | 3 months ago | | | 0 | 0.00010131532 | |
| 20621943 | 3 months ago | | | 0 | 0.000065981834 |
ABI
ABI objects
Getter at block 21268500
MAX_AMOUNT() view returns (uint256)
30939517000000000000000000
cap() view returns (uint256)
30939517000000000000000000
decimals() view returns (uint8)
18
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
name() view returns (string)
GRAIN Token
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
symbol() view returns (string)
GRAIN
totalSupply() view returns (uint256)
24457724960428674602628056
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
setStorage(address _store)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _storage)
This contract contains no fallback and receive objects.
This contract contains no error objects.