TOKEN CREATOR

Unverified contract

Proxy

Active on Ethereum with 30 txns
Deployed by via 0x05518fff at 20433733
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "TOKEN CREATOR"

0xe52658adbf66a17ebc6892d9682bbbbf93b9e4e52257d5b78f75a0de2eb8ce80
0xbaff0b1d755a6ed5ec81926b8082d4f8a3342bad8230272bd5abae4b3809a934
0xea5de3c6a49348ebcc99403a5f707a59a9e221091985a2411415dbb2e73652a5
0x694bf770a8fcd911de6df4d4fe113ce6bbcbb8662766e14e1733f3568dc46faf
0x33f9036998484f6e2836f9dc958db17612c1676560f364c4e0a0cb69d28161bf
0xd102d942a1d8a10592ff1b29c695e53636e9dd89d821f740b831a1fce1c98733
0x5f5ec3cb48f1af86f3ece50b5db33f3a2b9b43e8539ecbd5f2544d9b38195cdf
0xed0fe92eeddb54923d679d564e098da6f7d60152d6d9ba558ca58b3351ffbf37
0xb7383f5375f60e7ed962405e4e49ab4414c870ac632b5dad4a46c97a72019e3b
0xbf56abf768bfcbd75a52f8e9a531c562d16c6566a56ec162461441fb71d303b0

Functions
Getter at block 21157987
VERSION(view returns (uint256)
1
decimals(view returns (uint8)
18
name(view returns (string)
TOKEN CREATOR
owner(view returns (address)
0x9a1187a5a4d138eeecd6b14a53ebe1fd5c38b6ec
symbol(view returns (string)
TKNC
totalSupply(view returns (uint256)
896000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address owner_string name_string symbol_uint8 decimals_uint256 totalSupply_
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.