Kyber Network Crystal v2
Verified contract
Proxy
Active on
Ethereum with 233,563 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 ($11,637.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UMA | ERC-20 | 2.821575K | $2.57 |
$7,251.45 | |
KNC | ERC-20 | 5.597275K | $0.545143 |
$3,051.32 | |
KNC | ERC-20 | 2.316519K | $0.543605 |
$1,259.27 | |
IMX | ERC-20 | 43.58 | $1.34 |
$58.4 | |
MANA | ERC-20 | 41.865129 | $0.417191 |
$17.47 | |
BADGER | ERC-20 | 0.016524 | $3.32 |
$0.05 | |
ALPHA | ERC-20 | 0.437803 | $0.079215 |
$0.03 | |
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244133 | 14 minutes ago | | | 0 | 0.00077780414 | |
| 21244107 | 19 minutes ago | | | 0 | 0.00053694486 | |
| 21244100 | 20 minutes ago | | | 0 | 0.00099577221 | |
| 21244088 | 23 minutes ago | | | 0 | 0.00063351700 | |
| 21244070 | 26 minutes ago | | | 0 | 0.00065075761 | |
| 21243957 | an hour ago | | | 0 | 0.00072603983 | |
| 21243948 | an hour ago | | | 0 | 0.00058979666 | |
| 21243939 | an hour ago | | | 0 | 0.00093464115 | |
| 21243931 | an hour ago | | | 0 | 0.00099301234 | |
| 21243886 | an hour ago | | | 0 | 0.00063618122 |
ABI
ABI objects
Getter at block 21244200
decimals() view returns (uint8)
18
minter() view returns (address)
0x7d4d05b1a1e5775a9c6ca248abbe629b52c1d9d9
name() view returns (string)
Kyber Network Crystal v2
oldKNC() view returns (address)
0xdd974d5c2e2928dea5f71b9825b8b646686bd200
owner() view returns (address)
0x3eb01b3391ea15ce752d01cf3d3f09dec596f650
symbol() view returns (string)
KNC
totalSupply() view returns (uint256)
239479247459619496116628941
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.