cVault.finance/cBTC
Verified contract
Proxy
Active on
Ethereum with 811 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x255c…128b
Balances ($61,502.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.634716 | $96,898.00 |
$61,502.71 | |
$ Evmosia.com | ERC-20 | 5K | -- | -- | |
SWAPP | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20403306 | 4 months ago | | | 0 | 0.00015105013 | |
| 20165548 | 5 months ago | | | 0 | 0.00016157700 | |
| 20158117 | 5 months ago | | | 0 | 0.00024325461 | |
| 19074618 | 10 months ago | | | 0 | 0.00096894014 | |
| 19074591 | 10 months ago | | | 0 | 0.00042778179 | |
| 19074583 | 10 months ago | | | 0 | 0.00046754142 | |
| 19074579 | 10 months ago | | | 0 | 0.0011215675 | |
| 17964131 | a year ago | | | 0 | 0.0057424656 | |
| 17964004 | a year ago | | | 0 | 0.0037056880 | |
| 17963994 | a year ago | | | 0 | 0.0055159077 |
ABI
ABI objects
Getter at block 21293913
_numTokensWrapped() view returns (uint8)
1
decimals() view returns (uint8)
8
name() view returns (string)
cVault.finance/cBTC
owner() view returns (address)
0x5a16552f59ea34e44ec81e58b3817833e9fd5436
paused() view returns (bool)
false
symbol() view returns (string)
cBTC
totalSupply() view returns (uint256)
63471598
Read-only
_wrappedTokens(uint256) view returns (address _address, uint256 _reserve, uint256 _amountWrapperPerUnit)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenInfo(uint256 _id) view returns (address, uint256, uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__ERC95_init(string name, string symbol, address[] _addresses, uint8[] _percent, uint8[] tokenDecimals)
approve(address spender, uint256 amount) returns (bool)
changeWrapTokenName(string name)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address[] _addresses, uint8[] _percent, uint8[] tokenDecimals, address _coreGlobals)
renounceOwnership()
setLGEAddress(address _LGEAddress)
skim(address to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpauseTransfers()
unwrap(uint256 amt)
unwrapAll()
unwrapFor(address spender, uint256 amt)
wrap(address to, uint256 amt)
wrapAtomic(address to)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unwrapped(address indexed from, address indexed to, uint256 amount)
Wrapped(address indexed from, address indexed to, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.