Thetanut Index ETH
Unverified contract
Proxy
Active on
Ethereum with 247 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
-
variable spans 49 additional slots
0x2ca7…ccda
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TN-IDX-WETH-CALL | ERC-20 | 971.758662 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20786151 | 3 months ago | | | 0 | 0.0017866288 | |
| 20527738 | 4 months ago | | | 0 | 0.00015463116 | |
| 20297643 | 5 months ago | | | 0 | 0.000076464309 | |
| 20230976 | 5 months ago | | | 0 | 0.00011762528 | |
| 20203041 | 5 months ago | | | 0 | 0.000058406293 | |
| 20132177 | 6 months ago | | | 0 | 0.00021780167 | |
| 19983012 | 6 months ago | | | 0 | 0.00093893689 | |
| 19912783 | 7 months ago | | | 0 | 0.00083742881 | |
| 19906840 | 7 months ago | | | 0 | 0.00027377077 | |
| 19906748 | 7 months ago | | | 0 | 0.00013958504 |
ABI
ABI objects
Getter at block 21382602
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x65fd33b0e964e21ba0053eab62069d9efd9afb36cd242df0ee30f31c8d033b6d
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x2ca7641b841a79cc70220ce838d0b9f8197accda
RESERVE_TREASURY_ADDRESS() view returns (address)
0x4a4c7c5549359b9fff0137bb3ec4d48c4aa79cc7
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xec4865d6c57dd8a4ce2cfa212c91738424e572de
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Thetanut Index ETH
scaledTotalSupply() view returns (uint256)
971758662463476325771
symbol() view returns (string)
indexETH
totalSupply() view returns (uint256)
971758662463476325771
Read-only
_nonces(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address user, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address pool, address treasury, address underlyingAsset, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
mint(address user, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOnLiquidation(address from, address to, uint256 value)
transferUnderlyingTo(address target, uint256 amount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed from, address indexed to, uint256 value, uint256 index)
Burn(address indexed from, address indexed target, uint256 value, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
Mint(address indexed from, uint256 value, uint256 index)
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.