Seamless DEGEN
Verified contract
Proxy
Active on
Base with 335 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
0x91ac…3780
Balances ($24,517.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 2.209824M | $0.011079 |
$24,481.84 | |
AIINU | ERC-20 | 2.67K | $0.012778 |
$34.12 | |
SKYA | ERC-20 | 40 | $0.016097 |
$0.64 | |
DCR | ERC-20 | 1.86K | $0.000285 |
$0.53 | |
LOA | ERC-20 | 40 | $0.002895 |
$0.12 | |
WGC | ERC-20 | 200 | $0.000242 |
$0.05 | |
OK | ERC-20 | 1 | $0.005563 |
$0.01 | |
BOOMER | ERC-20 | 0.489 | $0.006501 |
$0 | |
HPC | ERC-20 | 6.9 | $0.000343 |
$0 | |
BOYS | ERC-20 | 0.2 | $0.008993 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23929439 | 7 hours ago | | | 0 | 6.8766587e-7 | |
| 23920445 | 12 hours ago | | | 0 | 0.0000032145891 | |
| 23905765 | 20 hours ago | | | 0 | 1.2997800e-7 | |
| 23894948 | a day ago | | | 0 | 0.0000015502145 | |
| 23887904 | a day ago | | | 0 | 6.4232669e-7 | |
| 23881039 | a day ago | | | 0 | 0.0000020323237 | |
| 23862048 | 2 days ago | | | 0 | 0.0000018186422 | |
| 23838438 | 2 days ago | | | 0 | 4.6942196e-7 | |
| 23821755 | 3 days ago | | | 0 | 8.2718204e-7 | |
| 23739460 | 5 days ago | | | 0 | 2.6443800e-7 |
ABI
ABI objects
Getter at block 23942244
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x0a59c84836698322ff64b21e9135b4dd429ea462b5e12732d5f4117ca351aa63
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x8f44fd754285aa6a2b8b9b97739b79746e0475a7
RESERVE_TREASURY_ADDRESS() view returns (address)
0x982f3a0e3183896f9970b8a9ea6b69cd53af1089
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x91ac2fff8cbef5859eaa6dda661febd533cd3780
name() view returns (string)
Seamless DEGEN
scaledTotalSupply() view returns (uint256)
2209823951403015897783182
symbol() view returns (string)
sDEGEN
totalSupply() view returns (uint256)
2209823951403015897783182
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.