JeiCoin Gold
Verified contract
Active on
Ethereum with 3,300 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.0034 |
$0 | |
JEIG | ERC-20 | 1.291K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20989518 | a month ago | | | 0 | 0.0020972295 | |
| 20453393 | 3 months ago | | | 0 | 0.00018720000 | |
| 20409083 | 3 months ago | | | 0 | 0.00018720000 | |
| 12630351 | 3 years ago | | | 0 | 0.0010912220 | |
| 12591190 | 3 years ago | | | 0 | 0.00032009900 | |
| 12591187 | 3 years ago | | | 0 | 0.0012896260 | |
| 11884969 | 4 years ago | | | 0 | 0.013319064 | |
| 11852566 | 4 years ago | | | 0 | 0.012838770 | |
| 11303760 | 4 years ago | | | 0 | 0.0068637600 | |
| 10453566 | 4 years ago | | | 0 | 0.0015323600 |
ABI
ABI objects
Getter at block 21172985
Owner() view returns (address)
0x4b44c3eb9e32fe5e00078cc57042340edadc4dfc
decimals() view returns (uint8)
18
isLocked() view returns (bool)
false
locked() view returns (bool)
false
name() view returns (string)
JeiCoin Gold
price() view returns (uint256)
0
rootAddress() view returns (address)
0x4b44c3eb9e32fe5e00078cc57042340edadc4dfc
symbol() view returns (string)
JEIG
totalSupply() view returns (uint256)
10080000000000000000000000
version() view returns (string)
v1.5
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
batches(address, uint256) view returns (uint256 quant, uint256 age)
freezed(address) view returns (bool)
getBatch(address _address, uint256 _batch) view returns (uint256 _quant, uint256 _age)
getFirstBatch(address _address) view returns (uint256 _quant, uint256 _age)
maxIndex(address) view returns (uint256)
minIndex(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
changeOwner(address _newOwner) returns (bool)
changeRoot(address _newRootAddress) returns (bool)
freeze(address _address) returns (bool)
lock() returns (bool)
sendToken(address _token, address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unfreeze(address _address) returns (bool)
unlock() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.