KyberNetworkTokenV2
Verified contract
Implementation
Active on
Ethereum with 5 txns
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
-
variable spans 43 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "KyberNetworkTokenV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16051573 | 2 years ago | | | 0 | 0.00033497025 | |
| 16051535 | 2 years ago | | | 0 | 0.00071213396 | |
| 16051526 | 2 years ago | | | 0 | 0.0017977402 | |
| 12634083 | 3 years ago | | | 0 | 0.0092456000 | |
| 12633958 | 3 years ago | | | 0 | 0.0092456000 |
ABI
ABI objects
Getter at block 21270375
decimals() view returns (uint8)
18
minter() view returns (address)
0x859999b8a25352a326487a0f1f36e3a4fea45540
name() view returns (string)
Kyber Network Crystal v2
oldKNC() view returns (address)
0x859999b8a25352a326487a0f1f36e3a4fea45540
owner() view returns (address)
0x859999b8a25352a326487a0f1f36e3a4fea45540
symbol() view returns (string)
KNC
totalSupply() view returns (uint256)
100000000000000100000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeMinter(address newMinter)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyERC20Drain(address token, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _oldKNC, address _minter)
mint(address account, uint256 amount)
mintWithOldKnc(uint256 amount)
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)
Migrated(address indexed account, uint256 indexed amount)
Minted(address indexed account, uint256 indexed amount, address indexed minter)
MinterChanged(address indexed oldMinter, address indexed newMinter)
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.