Gro DAO Token
Verified contract
Active on
Ethereum with 13,261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,268.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 14.99K | $1.001 |
$15,004.99 | |
WETH | ERC-20 | 0.078587 | $3,350.39 |
$263.3 | |
GDO | ERC-20 | 70.4M | -- | -- | |
GRO | ERC-20 | 150 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256295 | 20 hours ago | | | 0 | 0.00048070746 | |
| 21187117 | 10 days ago | | | 0 | 0.00080646120 | |
| 21187116 | 10 days ago | | | 0 | 0.00078156867 | |
| 21141637 | 17 days ago | | | 0 | 0.00044883524 | |
| 21102991 | 22 days ago | | | 0 | 0.000095754496 | |
| 21042691 | a month ago | | | 0 | 0.00016760790 | |
| 21042542 | a month ago | | | 0 | 0.00021165988 | |
| 21042527 | a month ago | | | 0 | 0.00020920168 | |
| 21012859 | a month ago | | | 0 | 0.00021618990 | |
| 20980438 | a month ago | | | 0 | 0.00035153989 |
ABI
ABI objects
Getter at block 21262118
INFLATION_BLOCKED_UNTIL() view returns (uint256)
1726845546
INIT_MAX_TOTAL_SUPPLY() view returns (uint256)
100000000000000000000000000
MAX_INFLATION_RATE() view returns (uint256)
50000000000000000
decimals() view returns (uint8)
18
distributer() view returns (address)
0x88e82d0ada60a24b2607d51551448c64eb990b2d
inflationPerSecond() view returns (uint256)
0
inflationRate() view returns (uint256)
0
lastMaxTotalSupply() view returns (uint256)
100000000000000000000000000
lastMaxTotalSupplyTime() view returns (uint256)
1726845546
maxTotalSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Gro DAO Token
owner() view returns (address)
0x359f4fe841f246a095a82cb26f5819e10a91fe0d
symbol() view returns (string)
GRO
totalSupply() view returns (uint256)
36482363254946934030522281
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)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setDistributer(address _distributer)
setInflationRate(uint256 rate)
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)
LogDistributer(address newDistributer)
LogInflationRate(uint256 newInflationRate, uint256 newInflationPerSecond, uint256 lastMaxTotalSupply, uint256 lastMaxTotalSupplyTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 _maxTotalSupply, uint256 nonInflationPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.