DssCdpManager
Verified contract
Active on
Ethereum with 315 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 0 | $0.999353 |
$0 | |
PRQ | ERC-20 | 200 | -- | -- | |
HQG | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198418 | 5 hours ago | | | 0 | 0.0015976292 | |
| 21198366 | 5 hours ago | | | 0 | 0.0016449903 | |
| 21198331 | 5 hours ago | | | 0 | 0.0013442982 | |
| 21198318 | 5 hours ago | | | 0 | 0.0013388085 | |
| 21151473 | 7 days ago | | | 0 | 0.0014398830 | |
| 21145001 | 8 days ago | | | 0 | 0.0016247735 | |
| 21042346 | 22 days ago | | | 0 | 0.00050930974 | |
| 21041893 | 22 days ago | | | 0 | 0.00067806788 | |
| 20892320 | a month ago | | | 0 | 0.0019833007 | |
| 20892320 | a month ago | | | 0 | 0.0018583308 |
ABI
ABI objects
Getter at block 21199895
cdpi() view returns (uint256)
31878
vat() view returns (address)
0x35d1b3f3d7966a1dfe207aa4514c12a259a0492b
Read-only
cdpCan(address, uint256, address) view returns (uint256)
count(address) view returns (uint256)
first(address) view returns (uint256)
ilks(uint256) view returns (bytes32)
last(address) view returns (uint256)
list(uint256) view returns (uint256 prev, uint256 next)
owns(uint256) view returns (address)
urnCan(address, address) view returns (uint256)
urns(uint256) view returns (address)
State-modifying
Events cdpAllow(uint256 cdp, address usr, uint256 ok)
enter(address src, uint256 cdp)
flux(bytes32 ilk, uint256 cdp, address dst, uint256 wad)
flux(uint256 cdp, address dst, uint256 wad)
frob(uint256 cdp, int256 dink, int256 dart)
give(uint256 cdp, address dst)
move(uint256 cdp, address dst, uint256 rad)
open(bytes32 ilk, address usr) returns (uint256)
quit(uint256 cdp, address dst)
shift(uint256 cdpSrc, uint256 cdpDst)
urnAllow(address usr, uint256 ok)
LogNote(bytes4 indexed sig, address indexed usr, bytes32 indexed arg1, bytes32 indexed arg2, bytes data) anonymous
NewCdp(address indexed usr, address indexed own, uint256 indexed cdp)
constructor(address vat_)
This contract contains no fallback and receive objects.
This contract contains no error objects.