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 |
---|---|---|---|---|---|
GERA | ERC-20 | 337.835503K | -- | -- | |
GERA | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20763288 | 2 months ago | | | 0 | 0.00033038502 | |
| 20759299 | 2 months ago | | | 0 | 0.00018057355 | |
| 20717499 | 2 months ago | | | 0 | 0.000064656717 | |
| 20198401 | 4 months ago | | | 0 | 0.00011502853 | |
| 20087776 | 5 months ago | | | 0 | 0.00049772115 | |
| 20044368 | 5 months ago | | | 0 | 0.00030413281 | |
| 19892160 | 6 months ago | | | 0 | 0.000079906786 | |
| 19804658 | 6 months ago | | | 0 | 0.00048089487 | |
| 19585546 | 7 months ago | | | 0 | 0.0026421350 | |
| 19468762 | 8 months ago | | | 0 | 0.0025397319 |
ABI
ABI objects
Getter at block 21160697
TransferAllowed() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
Gera
owner() view returns (address)
0x510e4d61663be6a24d600aaf90f892dd8c8c61dc
symbol() view returns (string)
GERA
totalSupply() view returns (uint256)
10979338836743146341079676200
Read-only
LockList(address) view returns (bool)
LockedTokens(address) view returns (uint256)
airDropHistory(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockTokens(address Account, uint256 amount)
UnLockTokens(address Account)
UserLock(address Account, bool mode)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address Account, uint256 _value) returns (bool success)
disableTokenTransfer()
dropToken(address[] receivers, uint256[] values)
enableTokenTransfer()
mint(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
AirDrop(address _receiver, uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Mint(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferDisabled(bool arg0)
TransferEnabled(bool arg0)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.