Aave Ethereum SNX
Verified contract
Proxy
Active on
Ethereum with 26 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
0x8164…bfcb
Balances ($1,527,511.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 877.879896K | $1.74 |
$1,527,511.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21100483 | 18 days ago | | | 0 | 0.00020626868 | |
| 21088727 | 20 days ago | | | 0 | 0.00043539768 | |
| 21082383 | 21 days ago | | | 0 | 0.00026830811 | |
| 21010303 | a month ago | | | 0 | 0.00024127946 | |
| 21010297 | a month ago | | | 0 | 0.00022437591 | |
| 21010295 | a month ago | | | 0 | 0.00038708732 | |
| 20847964 | 2 months ago | | | 0 | 0.00029802167 | |
| 20555912 | 3 months ago | | | 0 | 0.00015692664 | |
| 20262268 | 4 months ago | | | 0 | 0.00031930747 | |
| 19915958 | 6 months ago | | | 0 | 0.00036679704 |
ABI
ABI objects
Getter at block 21229692
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x58d4e937286ec76f7115f953779e4321f5d65ed7e8bc3b99ca0b470ffd6cd732
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x87870bca3f3fd6335c3f4ce8392d69350b4fa4e2
RESERVE_TREASURY_ADDRESS() view returns (address)
0x464c71f6c2f760dda6093dcb91c24c39e5d6e18c
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x8164cc65827dcfe994ab23944cbc90e0aa80bfcb
name() view returns (string)
Aave Ethereum SNX
scaledTotalSupply() view returns (uint256)
899128607877982212164668
symbol() view returns (string)
aEthSNX
totalSupply() view returns (uint256)
918670100346737072256805
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getPreviousIndex(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
nonces(address owner) view returns (uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address from, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, address onBehalfOf, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initializingPool, address treasury, address underlyingAsset, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
mint(address caller, address onBehalfOf, 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)
rescueTokens(address token, address to, uint256 amount)
setIncentivesController(address controller)
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)
Upgraded(address indexed implementation)
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 balanceIncrease, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
Mint(address indexed caller, address indexed onBehalfOf, uint256 value, uint256 balanceIncrease, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.