TokenEscrow
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TokenEscrow"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21399123 | 4 days ago | | | 0 | 0.00053062771 | |
| 21370774 | 8 days ago | | | 0 | 0.0054325821 | |
| 21328401 | 14 days ago | | | 0 | 0.0048558950 | |
| 21328221 | 14 days ago | | | 0 | 0.0053863066 | |
| 21184303 | a month ago | | | 0 | 0.0020665725 | |
| 20962184 | 2 months ago | | | 0 | 0.00068249122 | |
| 20873491 | 3 months ago | | | 0 | 0.0028474326 | |
| 20873366 | 3 months ago | | | 0 | 0.0017388764 | |
| 20873334 | 3 months ago | | | 0 | 0.0021797484 | |
| 20760658 | 3 months ago | | | 0 | 0.00023388866 |
ABI
ABI objects
Getter at block 21427082
This contract contains no getter function objects.
Read-only
active(bytes32) view returns (uint256)
calculateEscrowHash(address _token, address _payer, address _payee, uint256 _amount, uint256 _release) pure returns (bytes32)
State-modifying
Events batch(bytes[] calls, bool revertOnFail) payable
create(address _token, address _payee, uint256 _amount, uint256 _release)
permitToken(address token, address from, address to, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(address _token, address _payer, address _payee, uint256 _amount, uint256 _release)
revoke(address _token, address _payee, uint256 _amount, uint256 _release)
Create(address token, address payer, address payee, uint256 amount, uint256 release, bytes32 id)
Redeem(address token, address payer, address payee, uint256 amount, uint256 release, bytes32 id)
Revoke(address token, address payer, address payee, uint256 amount, uint256 release, bytes32 id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
INVALID_TIME()
IS_ACTIVE()
NOT_ACTIVE()