NuCypher
Verified contract
Active on
Ethereum with 246,710 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10.604364K | $1.001 |
$10,614.97 | |
NU | ERC-20 | 110.931991K | $0.085635 |
$9,499.66 | |
T | ERC-20 | 183.584509K | $0.027054 |
$4,966.61 | |
ERC-20 | 0.009487 | $1,624.00 |
$15.41 | ||
SAND | ERC-20 | 1.660578 | $0.362284 |
$0.6 | |
WEMP | ERC-20 | 57.25901B | -- | -- | |
ORSO | ERC-20 | 5.552987M | -- | -- | |
OFT | ERC-20 | 800 | -- | -- | |
HQG | ERC-20 | 2 | -- | -- | |
CHAI | ERC-20 | 1.082029 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245811 | 34 minutes ago | | | 0 | 0.00069235125 | |
| 21245286 | 2 hours ago | | | 0 | 0.00041382110 | |
| 21245237 | 2 hours ago | | | 0 | 0.00066771041 | |
| 21245159 | 3 hours ago | | | 0 | 0.0017289323 | |
| 21245102 | 3 hours ago | | | 0 | 0.00088837006 | |
| 21245063 | 3 hours ago | | | 0 | 0.00041838474 | |
| 21244934 | 3 hours ago | | | 0 | 0.00058777310 | |
| 21244462 | 5 hours ago | | | 0 | 0.00079808381 | |
| 21243968 | 7 hours ago | | | 0 | 0.00064176199 | |
| 21243879 | 7 hours ago | | | 0 | 0.00073194016 |
ABI
ABI objects
Getter at block 21245980
decimals() view returns (uint8)
18
name() view returns (string)
NuCypher
symbol() view returns (string)
NU
totalSupply() view returns (uint256)
3885390081748248632541961138
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupplyOfTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.