Seamless cbBTC
Unverified contract
Proxy
Active on
Base with 6 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
Balances ($804,566.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cbBTC | ERC-20 | 8.260098 | $97,404.00 |
$804,566.56 | |
FTW | ERC-20 | 60K | $0.00 |
$0 | |
Rizzmas | ERC-20 | 8.97944 | -- | -- | |
XLM | ERC-20 | 8.97944 | -- | -- | |
CHILLGUY | ERC-20 | 8.97944 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22527828 | 12 days ago | | | 0 | 0.0000044193460 | |
| 22527788 | 12 days ago | | | 0 | 0.0000046208440 | |
| 22382992 | 16 days ago | | | 0 | 0.0000012157681 | |
0x0a574520 | 22048148 | 24 days ago | | | 0 | 1.8839077e-7 | |
| 21702895 | a month ago | | | 0 | 0.0000033550350 | |
| 21606163 | a month ago | | | 0 | 3.7771200e-7 |
ABI
ABI objects
Getter at block 23066406
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x6faa654fb6272350d1e315b51496844ca179e8233a50eecb72e5443d84b1d3b5
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)
0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf
decimals() view returns (uint8)
8
getIncentivesController() view returns (address)
0x91ac2fff8cbef5859eaa6dda661febd533cd3780
name() view returns (string)
Seamless cbBTC
scaledTotalSupply() view returns (uint256)
1505023528
symbol() view returns (string)
scbBTC
totalSupply() view returns (uint256)
1507350134
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.