Kerasios Test 5
Verified contract
Active on
Ethereum with 107 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 |
---|---|---|---|---|---|
KRSTest5 | ERC-20 | 3.8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7667211 | 6 years ago | | | 0 | 0.00056074500 | |
| 7667200 | 6 years ago | | | 0 | 0.00056074500 | |
| 7667192 | 6 years ago | | | 0 | 0.00036106500 | |
| 7667161 | 6 years ago | | | 0 | 0.00056460000 | |
| 7667150 | 6 years ago | | | 0 | 0.00056170500 | |
| 7667047 | 6 years ago | | | 0 | 0.00036202500 | |
| 7622284 | 6 years ago | | | 0 | 0.00048913200 | |
| 7614208 | 6 years ago | | | 0 | 0.00048913200 | |
| 7570604 | 6 years ago | | | 0 | 0.00056074500 | |
| 7570602 | 6 years ago | | | 0 | 0.00056074500 |
ABI
ABI objects
Getter at block 21178918
addressMapper() view returns (address)
0xb4a41538fbb62433c0ccca04aa4b22b52bc09a0e
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Kerasios Test 5
symbol() view returns (string)
KRSTest5
totalSupply() view returns (uint256)
6343200000000000003013000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPreventedAddr(address) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
setIsPreventedAddr(address thisAddr, bool hbool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromWithData(address from, address to, uint256 value, bytes32 data) returns (bool)
transferWithData(address to, uint256 value, bytes32 data) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
SetIsPreventedAddr(address indexed preventedAddr, bool hbool)
Transfer(address indexed from, address indexed to, uint256 value)
TransferWithData(address indexed from, address indexed to, bytes32 indexed data, uint256 value)
constructor(address addressMapperAddr, uint256 cap, string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.