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 |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868574 | 2 months ago | | | 0 | 0.00084140453 | |
| 20453292 | 4 months ago | | | 0 | 0.000030993000 | |
| 20453134 | 4 months ago | | | 0 | 0.000030993000 | |
| 20453111 | 4 months ago | | | 0 | 0.000030993000 | |
| 20453078 | 4 months ago | | | 0 | 0.000030993000 | |
| 20453012 | 4 months ago | | | 0 | 0.000030993000 | |
| 20452254 | 4 months ago | | | 0 | 0.00011409682 | |
| 20451677 | 4 months ago | | | 0 | 0.000058646000 | |
| 16653679 | 2 years ago | | | 0 | 0.0011023800 | |
| 16649453 | 2 years ago | | | 0 | 0.0017593800 |
ABI
ABI objects
Getter at block 21407941
decimals() view returns (uint256)
8
emergencyFreeze() view returns (bool)
false
name() view returns (string)
GRET
owner() view returns (address)
0x94632f180f2460c932ff1843829f511abb8f6dbb
symbol() view returns (string)
GRET
totalSupply() view returns (uint256)
7500000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
isFreezed(address _targetAddress) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
emergencyFreezeAllAccounts(bool _freeze) returns (bool res)
freezeAccount(address _target, bool _freeze) returns (bool res)
mintToken(address _targetAddress, uint256 _mintedAmount) returns (bool res)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 amount)
EmerygencyFreezed(bool emergencyFreezeStatus)
Freezed(address targetAddress, bool frozen)
Mint(address indexed tagetAddress, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.