catinaboxcdp1point1
Verified contract
Active on
Ethereum with 556 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,558,859.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 1.071826K | $3,320.37 |
$3,558,859.29 | |
$ | ERC-20 | 50K | -- | -- | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- | |
OPT | ERC-20 | 0.14 | -- | -- | |
HQG | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152366 | 2 days ago | | | 0 | 0.0021228144 | |
| 21123870 | 6 days ago | | | 0 | 0.00073810910 | |
| 21123862 | 6 days ago | | | 0 | 0.0012438620 | |
| 21117727 | 7 days ago | | | 0 | 0.0011150521 | |
| 21058814 | 15 days ago | | | 0 | 0.0015649204 | |
| 21058744 | 15 days ago | | | 0 | 0.0012349656 | |
| 21048449 | 17 days ago | | | 0 | 0.00070809139 | |
| 20980292 | a month ago | | | 0 | 0.0012421150 | |
| 20975406 | a month ago | | | 0 | 0.0031897872 | |
| 20949460 | a month ago | | | 0 | 0.0019908538 |
ABI
ABI objects
Getter at block 21168916
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
incentivesModule() view returns (address)
0x98e6475c01d018ae78c02ef48738f687538226af
ltv() view returns (uint256)
9900
mintingFee() view returns (uint256)
25
pointMultiplier() view returns (uint256)
10000000000000000000
psm() view returns (address)
0x24146d1b3339cf76b455dc42e71ea5cdff4ae0d7
synthetic() view returns (address)
0x7690202e2c2297bcd03664e31116d1dffe7e3b73
totalDebt() view returns (uint256)
699744435576557043251
totalPoints() view returns (uint256)
721495059793446381
totaldeposits() view returns (uint256)
1071826119741913299249
unclaimed() view returns (uint256)
8553783791234938445
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)
setFeeSplitAddress(address _feeSplitAddress)
setIncentivesModule(address _module)
setMintingFee(uint256 _fee)
setRepayFlag(bool flag)
setpsm(address _psm)
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.