Seamless USDC
Verified contract
Proxy
Active on
Base with 1,170 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
Balances ($2,411,389.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2.41319M | $0.999254 |
$2,411,389.32 | |
WGC | ERC-20 | 200 | $0.000313 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 | |
USA | ERC-20 | 1 | $0.000589 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000479 |
$0 | |
GENOME | ERC-20 | 0 | $0.038073 |
$0 | |
| ERC-20 | 9K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
DOB | ERC-20 | 1K | -- | -- | |
Tweets | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23048718 | 6 hours ago | | | 0 | 0.0000016697477 | |
| 23040254 | 11 hours ago | | | 0 | 0.0000011733189 | |
| 23040228 | 11 hours ago | | | 0 | 0.0000019298001 | |
| 23029680 | 16 hours ago | | | 0 | 0.0000014376227 | |
| 23029620 | 16 hours ago | | | 0 | 0.0000012066621 | |
| 23029590 | 16 hours ago | | | 0 | 0.0000019961618 | |
| 23007747 | a day ago | | | 0 | 9.4516143e-7 | |
| 22973720 | 2 days ago | | | 0 | 0.000011343025 | |
| 22937170 | 3 days ago | | | 0 | 0.0000022950338 | |
| 22898095 | 4 days ago | | | 0 | 3.9896363e-7 |
ABI
ABI objects
Getter at block 23059156
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0xbb5bca4798ac5aa9deec33677600f2f964846a65d947b7e50b1eda9affc88e73
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)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
decimals() view returns (uint8)
6
getIncentivesController() view returns (address)
0x91ac2fff8cbef5859eaa6dda661febd533cd3780
name() view returns (string)
Seamless USDC
scaledTotalSupply() view returns (uint256)
23589443291973
symbol() view returns (string)
sUSDC
totalSupply() view returns (uint256)
25076998266339
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.