Karus Chain Token
Verified contract
Active on
Ethereum with 156 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Karus Chain Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464053 | a year ago | | | 0 | 0.00079053925 | |
| 14419222 | 3 years ago | | | 0 | 0.00092129214 | |
| 12657523 | 3 years ago | | | 0 | 0.00074026000 | |
| 11081719 | 4 years ago | | | 0 | 0.00079555693 | |
| 10753636 | 4 years ago | | | 0 | 0.0044370850 | |
| 10029753 | 5 years ago | | | 0 | 0.00066983400 | |
| 9615546 | 5 years ago | | | 0 | 0.00029760800 | |
| 9420810 | 5 years ago | | | 0 | 0.00031327800 | |
| 9338310 | 5 years ago | | | 0 | 0.00022327800 | |
| 9283649 | 5 years ago | | | 0 | 0.0015257330 |
ABI
ABI objects
Getter at block 21262414
decimals() view returns (uint8)
18
name() view returns (string)
Karus Chain Token
symbol() view returns (string)
KRSTOKEN
totalSupply() view returns (uint256)
500000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _owner, uint256 _initial_supply_number)
This contract contains no fallback and receive objects.
This contract contains no error objects.