Greychain Emerging Markets
Verified contract
Active on
Ethereum with 75 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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15479049 | 2 years ago | | | 0 | 0.00030603333 | |
| 15479043 | 2 years ago | | | 0 | 0.00039031905 | |
| 15479040 | 2 years ago | | | 0 | 0.00033782973 | |
| 9518046 | 5 years ago | | | 0 | 0.00019152000 | |
| 9518039 | 5 years ago | | | 0 | 0.000068742000 | |
| 9518020 | 5 years ago | | | 0 | 0.00013086360 | |
| 9518018 | 5 years ago | | | 0 | 0.00019132800 | |
| 9518012 | 5 years ago | | | 0 | 0.00028709640 | |
| 9476958 | 5 years ago | | | 0 | 0.000095760000 | |
| 9476949 | 5 years ago | | | 0 | 0.00042009000 |
ABI
ABI objects
Getter at block 21432073
decimals() view returns (uint8)
18
isLocked() view returns (bool success)
false
lockedUntilBlock() view returns (uint256)
0
minter() view returns (address)
0x06e3ccaf50dae224cc8b7b120ec855e97c0bb424
name() view returns (string)
Greychain Emerging Markets
owner() view returns (address)
0x29d38fdf26d64fa799276e6615759d27db1f1fcd
symbol() view returns (string)
GEM
totalSupply() view returns (uint256)
1707265425000000000000
version() view returns (string)
0.0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
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)
mint(address _to, uint256 _value) returns (bool success)
replaceOwner(address _newOwner) returns (bool success)
setBlockLock(uint256 _lockedUntilBlock) returns (bool success)
setMinter(address _newMinter) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BlockLockSet(uint256 _value)
Burn(address indexed _from, uint256 _amount, uint256 _newTotalSupply)
Mint(address indexed _to, uint256 _amount, uint256 _newTotalSupply)
NewMinter(address _minter)
NewOwner(address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _tokenName, uint8 _decimalUnits, string _tokenSymbol, uint256 _lockedUntilBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.