KryptoX
Unverified contract
Proxy
Active on
Ethereum with 51 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
0x2020…b1b5
Balances ($0.00)
No balances found for "KryptoX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6922710 | 6 years ago | | | 0 | 0.0031055500 | |
| 6922701 | 6 years ago | | | 0 | 0.0023523500 | |
| 6625452 | 6 years ago | | | 0 | 0.0023491500 | |
| 6625446 | 6 years ago | | | 0 | 0.0031023500 | |
| 6625440 | 6 years ago | | | 0 | 0.0031055500 | |
| 6625431 | 6 years ago | | | 0 | 0.0031055500 | |
| 6268102 | 6 years ago | | | 0 | 0.0043844000 | |
| 6268099 | 6 years ago | | | 0 | 0.0031055500 | |
| 6268043 | 6 years ago | | | 0 | 0.0043844000 | |
| 6268036 | 6 years ago | | | 0 | 0.0031055500 |
ABI
ABI objects
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 _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenHolder) view returns (uint256)
isOperatorFor(address _operator, address _tokenHolder) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _operator, uint256 _amount, bytes _operatorData) returns (bool success)
authorizeOperator(address _operator)
burn(uint256 _amount, bytes _holderData)
disableERC20()
enableERC20()
getAmountOfUnlockedTokens(address _tokenOwner) returns (uint256)
initialize(string _name, string _symbol, uint256 _granularity, address _eip820RegistryAddr, address _owner)
lockAndDistributeTokens(address _tokenHolder, uint256 _amount, uint256 _percentageToLock, uint256 _unlockTime)
mint(address _tokenHolder, uint256 _amount, bytes _operatorData)
operatorBurn(address _tokenHolder, uint256 _amount, bytes _holderData, bytes _operatorData)
operatorSend(address _from, address _to, uint256 _amount, bytes _userData, bytes _operatorData)
pause()
revokeOperator(address _operator)
send(address _to, uint256 _amount)
send(address _to, uint256 _amount, bytes _userData)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 amount)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes userData, bytes operatorData)
LockedTokens(address indexed tokenHolder, uint256 amountToLock, uint256 unlockTime)
Minted(address indexed operator, address indexed to, uint256 amount, bytes operatorData)
OwnerSet(address newOwner)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes userData, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 amount)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.