Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRV | ERC-20 | 374.917931 | $0.009505 |
$3.56 | |
ELGD | ERC-20 | 11.111111B | -- | -- | |
POCHI | ERC-20 | 3.060303M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269034 | 16 hours ago | | | 0 | 0.00070167457 | |
| 21268930 | 17 hours ago | | | 0 | 0.00036065547 | |
| 21268929 | 17 hours ago | | | 0 | 0.00062982820 | |
| 21260725 | 2 days ago | | | 0 | 0.00040175347 | |
| 21256079 | 2 days ago | | | 0 | 0.00066775406 | |
| 21253100 | 3 days ago | | | 0 | 0.00051810263 | |
| 21248858 | 3 days ago | | | 0 | 0.00050786546 | |
| 21248697 | 4 days ago | | | 0 | 0.00054708737 | |
| 21236699 | 5 days ago | | | 0 | 0.0017374099 | |
| 21236691 | 5 days ago | | | 0 | 0.0024368772 |
ABI
ABI objects
Getter at block 21273919 getTax() view returns (address account, uint256 tax)
decimals() view returns (uint8)
8
name() view returns (string)
GroveC
owner() view returns (address)
0xc643092ecfea0c703793793ab83ed48ffbd14411
symbol() view returns (string)
GRV
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRestriction(address account) view returns (struct TokenRestriction)
State-modifying
Events ExcludeFromBlackList(address account)
IncludeInBlackList(address account)
addRestriction(address account, uint256 delay, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deleteRestriction(address account)
deleteTax()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTax(address account, uint256 tax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(string name, string symbol, uint256 initialSupply, uint8 decimals, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.