RepaymentRouter
Verified contract
Active on
Ethereum with 1,156 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e0f…5811
0x2f40…ab3e
Balances ($0.00)
No balances found for "RepaymentRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8976858 | 5 years ago | | | 0 | 0.00071404000 | |
| 8785934 | 5 years ago | | | 0 | 0.0025254000 | |
| 8042670 | 5 years ago | | | 0 | 0.00056539000 | |
| 8042668 | 5 years ago | | | 0 | 0.00049208500 | |
| 8042666 | 5 years ago | | | 0 | 0.00057027000 | |
| 8042664 | 5 years ago | | | 0 | 0.00056921500 | |
| 8042662 | 5 years ago | | | 0 | 0.00057030000 | |
| 8042661 | 5 years ago | | | 0 | 0.00056787000 | |
| 8042654 | 5 years ago | | | 0 | 0.00077057400 | |
| 8042649 | 5 years ago | | | 0 | 0.00085358500 |
ABI
ABI objects
Getter at block 21307441
debtRegistry() view returns (address)
0x4e0f2b97307ad60b741f993c052733acc1ea5811
owner() view returns (address)
0x9445d5ddc2d8a3663ce8cc9fe74009f99b343cfc
paused() view returns (bool)
false
tokenTransferProxy() view returns (address)
0x2f40766e91aaee4794d3389ac8dc3a4b8fd7ab3e
Read-only
This contract contains no read-only function objects.
State-modifying
Events pause()
repay(bytes32 agreementId, uint256 amount, address tokenAddress) returns (uint256 _amountRepaid)
transferOwnership(address newOwner)
unpause()
LogError(uint8 indexed _errorId, bytes32 indexed _agreementId)
LogRepayment(bytes32 indexed _agreementId, address indexed _payer, address indexed _beneficiary, uint256 _amount, address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _debtRegistry, address _tokenTransferProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.