P33rEscrowV1
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "P33rEscrowV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18318530 | a year ago | | | 0 | 0.00042577501 | |
| 18318528 | a year ago | | | 0 | 0.00043524996 | |
| 18310848 | a year ago | | | 0 | 0.00059356801 | |
| 18310847 | a year ago | | | 0 | 0.00036153511 | |
| 18310844 | a year ago | | | 0 | 0.0011719654 | |
| 18310358 | a year ago | | | 0 | 0.0010830916 | |
| 18310328 | a year ago | | | 0 | 0.00066228243 | |
| 18310327 | a year ago | | | 0 | 0.00039905431 | |
| 18310323 | a year ago | | | 0 | 0.00094462102 | |
| 18290580 | a year ago | | | 0 | 0.00087882699 |
ABI
ABI objects
Getter at block 21316267
_fee() view returns (uint256)
2
owner() view returns (address)
0xbfdc5dc31c0c0b3390cbca2cca7cb1ed9b3b754a
Read-only
_feeBalance(address) view returns (uint256)
_transactions(bytes32) view returns (address depositor, address token, uint256 amount, uint256 timestamp, uint8 status)
State-modifying
Events deposit(bytes32 referenceId, address depositor, address token, uint256 amount)
refund(bytes32 referenceId)
refundAfterExpiry(bytes32 referenceId)
renounceOwnership()
transferOwnership(address newOwner)
updateTransactionStatus(bytes32 referenceId, uint8 status)
withdraw(bytes32 referenceId, address recipient)
withdrawFee(address recipient, address token)
Deposited(bytes32 indexed referenceId, address indexed depositor, address token, uint256 amount, uint8 status)
Fallback(address indexed depositor, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refunded(bytes32 indexed referenceId, address indexed depositor, address token, uint256 amount, uint8 status)
TransactionStatusUpdated(bytes32 indexed referenceId, uint8 status)
Withdrawn(bytes32 indexed referenceId, address indexed recipient, address token, uint256 amount, uint8 status)
WithdrawnFee(address indexed recipient, address token, uint256 amount)
constructor(uint256 fee)
This contract contains no fallback and receive objects.
InvalidAmount()
InvalidTransactionStatus(uint8 current, uint8 required)
NotExpired()