catinaboxcdp
Verified contract
Active on
Ethereum with 904 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae7a…fe84
Balances ($795,451.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 223.064363 | $3,566.02 |
$795,451.98 | |
$ | ERC-20 | 50K | -- | -- | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- | |
OPT | ERC-20 | 0.14 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228991 | 9 days ago | | | 0 | 0.0022475432 | |
| 21155673 | 20 days ago | | | 0 | 0.0011225993 | |
| 21152379 | 20 days ago | | | 0 | 0.0015352359 | |
| 21152372 | 20 days ago | | | 0 | 0.0022099154 | |
| 21034219 | a month ago | | | 0 | 0.00079389820 | |
| 21034203 | a month ago | | | 0 | 0.0013124232 | |
| 20995702 | a month ago | | | 0 | 0.00092493118 | |
| 20995622 | a month ago | | | 0 | 0.0015678733 | |
| 20862754 | 2 months ago | | | 0 | 0.0013568623 | |
| 20862749 | 2 months ago | | | 0 | 0.0017656793 |
ABI
ABI objects
Getter at block 21295360
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
collateral() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
feeSplitAddress() view returns (address)
0x320c871b6f7721083604ffdd8070e64c1d3c5d7c
idleFee() view returns (uint256)
10
ltv() view returns (uint256)
9900
pointMultiplier() view returns (uint256)
10000000000000000000
psm() view returns (address)
0x24146d1b3339cf76b455dc42e71ea5cdff4ae0d7
synthetic() view returns (address)
0x7690202e2c2297bcd03664e31116d1dffe7e3b73
totalDebt() view returns (uint256)
8891262472498667152
totalPoints() view returns (uint256)
916500862362814891
totaldeposits() view returns (uint256)
223064363468742772611
unclaimed() view returns (uint256)
5826773193784337318
Read-only
Owing(address _depositor) view returns (uint256)
debt(address) view returns (uint256)
deposited(address) view returns (uint256)
enableRepaying(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lastPoints(address) view returns (uint256)
resolvingFeePerToken(address _depositor) view returns (uint256)
resolvingFeePerTokenAfterMoreDebt(address _depositor, uint256 _additionalDebt) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(uint256 amount)
grantRole(bytes32 role, address account)
liquidate(uint256 amount)
mint(uint256 amount)
multicall(bytes[] data) returns (bytes[] results)
poke(address _depositor)
renounceRole(bytes32 role, address account)
repay(uint256 amount)
revokeRole(bytes32 role, address account)
setFee(uint256 _fee)
setRepayFlag(bool flag)
stabilisePeg(uint256 amount, address _depositor)
withdraw(uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
_deposit(address indexed user, uint256 indexed amount)
_flagset(address indexed user, bool indexed amount)
_liquidate(address indexed user, uint256 indexed amount)
_mint(address indexed user, uint256 indexed amount)
_repay(address indexed user, uint256 indexed amount)
_stabilisePeg(address indexed user, uint256 indexed amount, uint256 indexed fee)
_withdrawal(address indexed user, uint256 indexed amount)
constructor(address _synthetic, address _collateral, uint256 _ltv, address _feeSplitAddress, address _psm)
This contract contains no fallback and receive objects.
This contract contains no error objects.