TOKEN CREATOR
Unverified contract
Proxy
Active on
Ethereum with 30 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
No balances found for "TOKEN CREATOR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20436465 | 3 months ago | | | 0 | 0.00060659394 | |
| 20433972 | 3 months ago | | | 0 | 0.00071282305 | |
| 20433971 | 3 months ago | | | 0 | 0.00080474920 | |
| 20433971 | 3 months ago | | | 0 | 0.00090328120 | |
| 20433970 | 3 months ago | | | 0 | 0.00067426282 | |
| 20433968 | 3 months ago | | | 0 | 0.00089376852 | |
| 20433967 | 3 months ago | | | 0 | 0.00081567935 | |
| 20433967 | 3 months ago | | | 0 | 0.0021460601 | |
| 20433966 | 3 months ago | | | 0 | 0.00082755330 | |
| 20433966 | 3 months ago | | | 0 | 0.00092608530 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_, string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
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.