Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EOST | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11176769 | 4 years ago | | | 0 | 0.0031993307 | |
| 10741944 | 4 years ago | | | 0 | 0.0038931940 | |
| 10741897 | 4 years ago | | | 0 | 0.0035908100 | |
| 10738222 | 4 years ago | | | 0 | 0.0034763120 | |
| 10738217 | 4 years ago | | | 0 | 0.0048552080 | |
| 9973909 | 5 years ago | | | 0 | 0.00054686400 | |
| 9973834 | 5 years ago | | | 0 | 0.00086907800 | |
| 9969049 | 5 years ago | | | 0 | 0.00054686400 | |
| 9968990 | 5 years ago | | | 0 | 0.00084791789 | |
| 9968987 | 5 years ago | | | 0 | 0.00054715200 |
ABI
ABI objects
Getter at block 21283839
decimals() view returns (uint32)
5
name() view returns (string)
Karma
owner() view returns (address)
0x7458d7c3c5e8c208351d03de73a829039ad2ce21
saleAgent() view returns (address)
0x632d901dd69ee3fb94bcbcac3e12f9f5f4d3b60b
symbol() view returns (string)
KRM
totalSupply() view returns (uint256)
226610000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _who, uint256 _amount) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setSaleAgent(address agent)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.