Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

KryptoX

Unverified contract

Proxy

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

No balances found for "KryptoX"

0xf0c042ecc07ac021833970fa1540bda483dba4e2ecba2465f35519eec08466b9
0x584e2a370cfea708a016266bdc1e773a82b797658daf9c446a5e68811a58e96a
0x51a33300ac9562487218e00e3703b250b60c1a8e6ff099334c73dcae336f2a02
0xa06a397d3aa88feffcbc46a3eff18dd8d7aea4d291abb3c01abf295303b4d62c
0xc449f2c8da3f5752414a5e0bfab7240dfbc893c348191554da01a009107608a0
0xfa3851c25f184e72543d80263719d2507df42487ccfec3cec6d9b73aeb6a68ed
0x40d4d724b9e9e6156291ea4ad014d50e04ceac62ab80f6e3d2feaf922f42e312
0x43b84f183aa53c1961513289bffcc200e0326b67f5ba1434f68f30299e193ab2
0x7119ccdfa6c0e46bd02f4de2caa1301eed7686d9dc4f155b13728b10d115ba0b
0xa1668ba97bda771695b26426a37975de146454114e8f34a9f38140e7956a144c

Functions
Getter at block 21261238
decimals(view returns (uint8)
18
getIntrospectionRegistry(view returns (address)
0x20202268cb573c5c2d19c6a28185e2ec629cb1b5
granularity(view returns (uint256)
1
initialized(view returns (bool)
true
name(view returns (string)
KryptoX
owner(view returns (address)
0x1c128de6b93557651e0dc5b55f23496ffac7a0a9
paused(view returns (bool)
true
symbol(view returns (string)
KPX
totalSupply(view returns (uint256)
187220000000000000000000000
Read-only
allowance(address _owneraddress _spenderview returns (uint256 remaining)
balanceOf(address _tokenHolderview returns (uint256)
isOperatorFor(address _operatoraddress _tokenHolderview returns (bool)
State-modifying
approve(address _spenderuint256 _amountreturns (bool success)
approveAndCall(address _operatoruint256 _amountbytes _operatorDatareturns (bool success)
authorizeOperator(address _operator
burn(uint256 _amountbytes _holderData
disableERC20(
enableERC20(
getAmountOfUnlockedTokens(address _tokenOwnerreturns (uint256)
initialize(string _namestring _symboluint256 _granularityaddress _eip820RegistryAddraddress _owner
lockAndDistributeTokens(address _tokenHolderuint256 _amountuint256 _percentageToLockuint256 _unlockTime
mint(address _tokenHolderuint256 _amountbytes _operatorData
operatorBurn(address _tokenHolderuint256 _amountbytes _holderDatabytes _operatorData
operatorSend(address _fromaddress _touint256 _amountbytes _userDatabytes _operatorData
pause(
revokeOperator(address _operator
send(address _touint256 _amount
send(address _touint256 _amountbytes _userData
transfer(address _touint256 _amountreturns (bool success)
transferFrom(address _fromaddress _touint256 _amountreturns (bool success)
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
AuthorizedOperator(address indexed operatoraddress indexed tokenHolder
Burned(address indexed operatoraddress indexed fromuint256 amountbytes userDatabytes operatorData
LockedTokens(address indexed tokenHolderuint256 amountToLockuint256 unlockTime
Minted(address indexed operatoraddress indexed touint256 amountbytes operatorData
OwnerSet(address newOwner
OwnershipTransferred(address previousOwneraddress newOwner
Pause(
RevokedOperator(address indexed operatoraddress indexed tokenHolder
Sent(address indexed operatoraddress indexed fromaddress indexed touint256 amountbytes userDatabytes operatorData
Transfer(address indexed fromaddress indexed touint256 amount
Unpause(
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.