cVault.finance/wCORE
Verified contract
Proxy
Active on
Ethereum with 157 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 ($125,715.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CORE | ERC-20 | 29.852659 | $4,211.21 |
$125,715.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16068064 | 2 years ago | | | 0 | 0.0010936481 | |
| 16065184 | 2 years ago | | | 0 | 0.0017828038 | |
| 16064692 | 2 years ago | | | 0 | 0.0014853781 | |
| 14665996 | 3 years ago | | | 0 | 0.0048223482 | |
| 14660361 | 3 years ago | | | 0 | 0.0042041604 | |
| 14427843 | 3 years ago | | | 0 | 0.0020359428 | |
| 14189962 | 3 years ago | | | 0 | 0.0041646452 | |
| 14162676 | 3 years ago | | | 0 | 0.0032709689 | |
| 14161643 | 3 years ago | | | 0 | 0.011075937 | |
| 14161439 | 3 years ago | | | 0 | 0.0067501727 |
ABI
ABI objects
Getter at block 21216723
_numTokensWrapped() view returns (uint8)
1
decimals() view returns (uint8)
18
name() view returns (string)
cVault.finance/wCORE
owner() view returns (address)
0x5a16552f59ea34e44ec81e58b3817833e9fd5436
paused() view returns (bool)
false
symbol() view returns (string)
wCORE
totalSupply() view returns (uint256)
29852659064312439609
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
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.