ACO AUC-1.5USDC-C-30SEP21-0800UTC
Verified contract
Proxy
Active on
Ethereum with 31 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
0xc25a…9155
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.000099 | $0.999414 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13488288 | 3 years ago | | | 0 | 0.0081009768 | |
| 13013537 | 3 years ago | | | 0 | 0.0033411031 | |
| 12667067 | 3 years ago | | | 0 | 0.00023682600 | |
| 12625489 | 3 years ago | | | 0 | 0.00038129700 | |
| 12625010 | 3 years ago | | | 0 | 0.00032682600 | |
| 12625002 | 3 years ago | | | 0 | 0.00032682600 | |
| 12583875 | 3 years ago | | | 0 | 0.00053600580 | |
| 12307470 | 4 years ago | | | 0 | 0.0021243690 | |
| 12229377 | 4 years ago | | | 0 | 0.0015016440 | |
| 12215186 | 4 years ago | | | 0 | 0.0049742000 |
ABI
ABI objects
Getter at block 21222871
acoFee() view returns (uint256)
30
collateral() view returns (address)
0xc12d099be31567add4e4e4d0d45691c3f58f5663
decimals() view returns (uint8)
18
expiryTime() view returns (uint256)
1632988800
feeDestination() view returns (address)
0xc25a67941ae0897933fc9abd6862dc7c34d49155
isCall() view returns (bool)
true
maxExercisedAccounts() view returns (uint256)
100
name() view returns (string)
ACO AUC-1.5USDC-C-30SEP21-0800UTC
numberOfAccountsWithCollateral() view returns (uint256)
0
strikeAsset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
strikeAssetDecimals() view returns (uint8)
6
strikeAssetSymbol() view returns (string)
USDC
strikePrice() view returns (uint256)
1500000
symbol() view returns (string)
ACO AUC-1.5USDC-C-30SEP21-0800UTC
totalCollateral() view returns (uint256)
0
totalSupply() view returns (uint256)
1998650000000000000000000
underlying() view returns (address)
0xc12d099be31567add4e4e4d0d45691c3f58f5663
underlyingDecimals() view returns (uint8)
18
underlyingSymbol() view returns (string)
AUC
Read-only
allowance(address owner, address spender) view returns (uint256)
assignableCollateral(address account) view returns (uint256)
assignableTokens(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
currentCollateral(address account) view returns (uint256)
currentCollateralizedTokens(address account) view returns (uint256)
getBaseExerciseData(uint256 tokenAmount) view returns (address, uint256)
getCollateralAmount(uint256 tokenAmount) view returns (uint256)
getCollateralOnExercise(uint256 tokenAmount) view returns (uint256, uint256)
getTokenAmount(uint256 collateralAmount) view returns (uint256)
unassignableCollateral(address account) view returns (uint256)
unassignableTokens(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 tokenAmount) returns (uint256)
burnFrom(address account, uint256 tokenAmount) returns (uint256)
decreaseAllowance(address spender, uint256 amount) returns (bool)
exercise(uint256 tokenAmount, uint256 salt) payable returns (uint256)
exerciseAccounts(uint256 tokenAmount, address[] accounts) payable returns (uint256)
exerciseAccountsFrom(address account, uint256 tokenAmount, address[] accounts) payable returns (uint256)
exerciseFrom(address account, uint256 tokenAmount, uint256 salt) payable returns (uint256)
increaseAllowance(address spender, uint256 amount) returns (bool)
init(address _underlying, address _strikeAsset, bool _isCall, uint256 _strikePrice, uint256 _expiryTime, uint256 _acoFee, address _feeDestination, uint256 _maxExercisedAccounts)
mint(uint256 collateralAmount) returns (uint256)
mintPayable() payable returns (uint256)
mintTo(address account, uint256 collateralAmount) returns (uint256)
mintToPayable(address account) payable returns (uint256)
redeem() returns (uint256)
redeemFrom(address account) returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferCollateralOwnership(address recipient, uint256 tokenCollateralizedAmount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Assigned(address indexed from, address indexed to, uint256 paidAmount, uint256 tokenAmount)
CollateralDeposit(address indexed account, uint256 amount)
CollateralWithdraw(address indexed account, address indexed recipient, uint256 amount, uint256 fee)
Transfer(address indexed from, address indexed to, uint256 value)
TransferCollateralOwnership(address indexed from, address indexed to, uint256 tokenCollateralizedAmount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.