Collateralizer
Verified contract
Active on
Ethereum with 550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e0f…5811
0xd793…c0a9
0x2f40…ab3e
-
variable spans 2 additional slots
Balances ($9,119.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 354.71613 | $18.74 |
$6,647.38 | |
WETH | ERC-20 | 0.678115 | $3,554.81 |
$2,410.57 | |
ZRX | ERC-20 | 37.336191 | $0.5434 |
$20.29 | |
0x9f8f…79a2 | ERC-20 | 0.0075 | $1,797.84 |
$13.48 | |
OMG | ERC-20 | 28.82 | $0.466694 |
$13.45 | |
BNB | ERC-20 | 0.02 | $652.18 |
$13.04 | |
BAT | ERC-20 | 2.453 | $0.297396 |
$0.73 | |
ELF | ERC-20 | 0.5 | $0.555687 |
$0.28 | |
WTC | ERC-20 | 1 | $0.00032 |
$0 | |
FREE | ERC-20 | 315 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8042721 | 5 years ago | | | 0 | 0.00035847200 | |
| 8042718 | 5 years ago | | | 0 | 0.00035847200 | |
| 8042716 | 5 years ago | | | 0 | 0.00035847200 | |
| 8042714 | 5 years ago | | | 0 | 0.00044777000 | |
| 8042713 | 5 years ago | | | 0 | 0.00035847200 | |
| 8042677 | 5 years ago | | | 0 | 0.00044809000 | |
| 8042675 | 5 years ago | | | 0 | 0.00044809000 | |
| 8042673 | 5 years ago | | | 0 | 0.00044809000 | |
| 8042671 | 5 years ago | | | 0 | 0.00044809000 | |
| 7862426 | 5 years ago | | | 0 | 0.00034882000 |
ABI
ABI objects
Getter at block 21288669
CONTEXT() view returns (string)
collateralizer
SECONDS_IN_DAY() view returns (uint256)
86400
debtKernelAddress() view returns (address)
0x8ef1351941d0cd8da09d5a4c74f2d64503031a18
debtRegistry() view returns (address)
0x4e0f2b97307ad60b741f993c052733acc1ea5811
getAuthorizedCollateralizeAgents() view returns (address[])
[0x5De2538838B4EB7FA2dBDeA09d642b88546e5F20]
owner() view returns (address)
0x9445d5ddc2d8a3663ce8cc9fe74009f99b343cfc
paused() view returns (bool)
false
tokenRegistry() view returns (address)
0xd79396ab3bfaaa0d9f6d11f95bb641601d93c0a9
tokenTransferProxy() view returns (address)
0x2f40766e91aaee4794d3389ac8dc3a4b8fd7ab3e
Read-only
agreementToCollateralizer(bytes32) view returns (address)
timestampAdjustedForGracePeriod(uint256 gracePeriodInDays) view returns (uint256)
unpackCollateralParametersFromBytes(bytes32 parameters) pure returns (uint256, uint256, uint256)
State-modifying
Events addAuthorizedCollateralizeAgent(address agent)
collateralize(bytes32 agreementId, address collateralizer) returns (bool _success)
pause()
returnCollateral(bytes32 agreementId)
revokeCollateralizeAuthorization(address agent)
seizeCollateral(bytes32 agreementId)
transferOwnership(address newOwner)
unpause()
AuthorizationRevoked(address indexed agent, string callingContext)
Authorized(address indexed agent, string callingContext)
CollateralLocked(bytes32 indexed agreementID, address indexed token, uint256 amount)
CollateralReturned(bytes32 indexed agreementID, address indexed collateralizer, address token, uint256 amount)
CollateralSeized(bytes32 indexed agreementID, address indexed beneficiary, address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _debtKernel, address _debtRegistry, address _tokenRegistry, address _tokenTransferProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.