GrEARN's Token
Verified contract
Active on
Ethereum with 21,815 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.002524 |
$0 | |
GST | ERC-20 | 11 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453320 | 3 months ago | | | 0 | 0.000059146000 | |
| 20440645 | 3 months ago | | | 0 | 0.000045539437 | |
| 20440606 | 3 months ago | | | 0 | 0.000045899185 | |
| 20440606 | 3 months ago | | | 0 | 0.000054361014 | |
| 20440606 | 3 months ago | | | 0 | 0.000045899185 | |
| 19055036 | 10 months ago | | | 0 | 0.00061979758 | |
| 19055030 | 10 months ago | | | 0 | 0.00066312512 | |
| 19054954 | 10 months ago | | | 0 | 0.00073091215 | |
| 19054954 | 10 months ago | | | 0 | 0.00073091215 | |
| 19054954 | 10 months ago | | | 0 | 0.00031362543 |
ABI
ABI objects
Getter at block 21204972
decimals() view returns (uint256)
18
name() view returns (string)
GrEARN's Token
owner() view returns (address)
0xcdb916755802e41568cd20b0cd8540f31eaeed25
paused() view returns (bool)
false
symbol() view returns (string)
GST
totalSupply() view returns (uint256)
6000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
frozenAccountTokens(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze)
freezeAccountWithToken(address wallet, uint256 _value) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
multisend(address[] dests, uint256[] values) returns (uint256)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferAndFreezeTokens(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreezeAccountWithToken(address wallet, uint256 _value) returns (bool success)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freeze(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.