Cega Vault (#1 Cruise Control)
Verified contract
Active on
Ethereum with 116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Cega Vault (#1 Cruise Control)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150172 | 11 days ago | | | 0 | 0.00051561164 | |
| 21104580 | 17 days ago | | | 0 | 0.00015922902 | |
| 21104545 | 17 days ago | | | 0 | 0.00018941521 | |
| 21102121 | 17 days ago | | | 0 | 0.00030647770 | |
| 20949768 | a month ago | | | 0 | 0.00054944314 | |
| 20894089 | 2 months ago | | | 0 | 0.00034276434 | |
| 20786829 | 2 months ago | | | 0 | 0.00077510704 | |
| 20786811 | 2 months ago | | | 0 | 0.00083401319 | |
| 20786805 | 2 months ago | | | 0 | 0.00069974894 | |
| 20786800 | 2 months ago | | | 0 | 0.00071559374 |
ABI
ABI objects
Getter at block 21226378 totalAssets() view returns (uint256)
asset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
decimals() view returns (uint8)
6
fcnProduct() view returns (address)
0x80ec1c0da9bfbb8229a1332d40615c5ba2abbea8
name() view returns (string)
Cega Vault (#1 Cruise Control)
owner() view returns (address)
0x80ec1c0da9bfbb8229a1332d40615c5ba2abbea8
symbol() view returns (string)
lpCega
totalSupply() view returns (uint256)
1153787877830
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem(uint256 shares) returns (uint256)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
constructor(address _asset, string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.