DebtKernel
Verified contract
Active on
Ethereum with 789 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf7b3…6df7
Balances ($0.00)
No balances found for "DebtKernel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7946928 | 5 years ago | | | 0 | 0.0014161760 | |
| 7940570 | 5 years ago | | | 0 | 0.00040504000 | |
| 7940497 | 5 years ago | | | 0 | 0.00067455000 | |
| 7940448 | 5 years ago | | | 0 | 0.00042004000 | |
| 7940424 | 5 years ago | | | 0 | 0.00042844080 | |
| 7939507 | 5 years ago | | | 0 | 0.0027546480 | |
| 7939388 | 5 years ago | | | 0 | 0.0026106900 | |
| 7939305 | 5 years ago | | | 0 | 0.0026103060 | |
| 7939294 | 5 years ago | | | 0 | 0.0039154590 | |
| 7939257 | 5 years ago | | | 0 | 0.0030150610 |
ABI
ABI objects
Getter at block 21289207
EXTERNAL_QUERY_GAS_LIMIT() view returns (uint16)
8000
NULL_ISSUANCE_HASH() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TOKEN_TRANSFER_PROXY() view returns (address)
0x2f40766e91aaee4794d3389ac8dc3a4b8fd7ab3e
debtToken() view returns (address)
0xf7b3fc555c458c46d288ffd049ddbfb09f706df7
owner() view returns (address)
0x9445d5ddc2d8a3663ce8cc9fe74009f99b343cfc
paused() view returns (bool)
false
Read-only
debtOrderCancelled(bytes32) view returns (bool)
issuanceCancelled(bytes32) view returns (bool)
State-modifying
Events cancelDebtOrder(address[6] orderAddresses, uint256[8] orderValues, bytes32[1] orderBytes32)
cancelIssuance(address version, address debtor, address termsContract, bytes32 termsContractParameters, address underwriter, uint256 underwriterRiskRating, uint256 salt)
fillDebtOrder(address creditor, address[6] orderAddresses, uint256[8] orderValues, bytes32[1] orderBytes32, uint8[3] signaturesV, bytes32[3] signaturesR, bytes32[3] signaturesS) returns (bytes32 _agreementId)
pause()
setDebtToken(address debtTokenAddress)
transferOwnership(address newOwner)
unpause()
LogDebtOrderCancelled(bytes32 indexed _debtOrderHash, address indexed _cancelledBy)
LogDebtOrderFilled(bytes32 indexed _agreementId, uint256 _principal, address _principalToken, address indexed _underwriter, uint256 _underwriterFee, address indexed _relayer, uint256 _relayerFee)
LogError(uint8 indexed _errorId, bytes32 indexed _orderHash)
LogIssuanceCancelled(bytes32 indexed _agreementId, address indexed _cancelledBy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address tokenTransferProxyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.