EligmaToken
Verified contract
Active on
Ethereum with 9,430 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453370 | 4 months ago | | | 0 | 0.000052240000 | |
| 19608321 | 7 months ago | | | 0 | 0.00028234896 | |
| 18356527 | a year ago | | | 0 | 0.00019743955 | |
| 18350978 | a year ago | | | 0 | 0.00017060296 | |
| 17657521 | a year ago | | | 0 | 0.0013767431 | |
| 16976323 | 2 years ago | | | 0 | 0.0016482313 | |
| 16750097 | 2 years ago | | | 0 | 0.0019124792 | |
| 15837417 | 2 years ago | | | 0 | 0.0010723521 | |
| 15656449 | 2 years ago | | | 0 | 0.000088835343 | |
| 14612974 | 3 years ago | | | 0 | 0.00087175584 |
ABI
ABI objects
Getter at block 21248400
decimals() view returns (uint8)
18
lockedUntilBlock() view returns (uint256)
0
mintingContractAddress() view returns (address)
0xb72fc3f647c9bb4fda13ea2a1ba9b779eb786770
name() view returns (string)
EligmaToken
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x35e2469b00c9234c5e6b1c3225ccf7dd7be322c7
standard() view returns (string)
symbol() view returns (string)
ELI
totalSupply() view returns (uint256)
327902034000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _amount)
killContract()
lockUntil(uint256 _untilBlock, string _reason)
mint(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
ContractLocked(uint256 _untilBlock, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.