nToken USD Coin
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "nToken USD Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15379992 | 2 years ago | | | 0 | 0.00040945908 | |
| 15379958 | 2 years ago | | | 0 | 0.00065112529 | |
| 15346140 | 2 years ago | | | 0 | 0.00077830312 |
ABI
ABI objects
Getter at block 21102613 getPresentValueAssetDenominated() view returns (int256) getPresentValueUnderlyingDenominated() view returns (int256) totalSupply() view returns (uint256)
currencyId() view returns (uint16)
3
decimals() view returns (uint8)
8
name() view returns (string)
nToken USD Coin
proxy() view returns (address)
0x1344a36a1b56144c3bc62e7757377d288fde0369
symbol() view returns (string)
nUSDC
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address proxy_, uint16 currencyId_, string underlyingName_, string underlyingSymbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.