Know-How Donation Token

Verified contract

Active on Ethereum with 2 txns
Deployed by via 0x7a5da722 at 6506845
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Know-How Donation Token"

0x6dc7da6c150969bdd23ddd4a46e5a5befbba03724fef92b8bfd49c990d1590df
0x3841dde22aac84baf00a0ee39552460cb5b62c8532d729006709e4e4c49169c7

Functions
Getter at block 21287285
decimals(view returns (uint8)
18
mintingFinished(view returns (bool)
false
name(view returns (string)
Know-How Donation Token
owner(view returns (address)
0x6a5e59fbaea3e07737fbafceb600cbde5a295f24
symbol(view returns (string)
KHDON
totalSupply(view returns (uint256)
20000000000000000000
Read-only
allowance(address _owneraddress _spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address _spenderuint256 _valuereturns (bool)
decreaseApproval(address _spenderuint256 _subtractedValuereturns (bool)
finishMinting(returns (bool)
increaseApproval(address _spenderuint256 _addedValuereturns (bool)
mint(address _touint256 _amountreturns (bool)
renounceOwnership(
transfer(address _touint256 _valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferOwnership(address _newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Mint(address indexed touint256 amount
MintFinished(
OwnershipRenounced(address indexed previousOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint8 _decimals
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.