P33rEscrowV1

Verified contract

Active on Ethereum with 15 txns
Deployed by via 0x31f70cbb at 18290227
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "P33rEscrowV1"

0x79694524c21a8a3ee7c76065076d1c6c128c62bf9de526099622fc6fe1072601
0x398d7a426813457ef8d2f0dc73b18e2bebbbaa310fae815d7455563f9e750bb1
0x76a0cff2da6006f02753270bd7fafed499a377a6fb7ce71b839f0ace5ac462c3
0x239c8fb90b2fccda8255e4366ea1f1faec7f3bc58a9a73c989df72a3071023d5
0x73cb32464e84b6397f7165dc13f93b987a3e686364c5d20b9cf1ca033fb6ed7c
0x7f1172a0ba910b8ded67a6dcbe7e56f2bfcdc4236f55eaadb84439556ce6e18c
0x4c99bf79b658e584da3d17c67172788a71eb909c569db3aedf36ec47378cc004
0x60d04811deebff7af0b7bfcdd9e3ba15e85af0d62166598807acec75a1a998cd
0x1c328bd46e911d6e1dc7319b30c4522b3510040f7f3043c206a64f8e4f3d9fc4
0x9df1422dd0b457821625422b2cf514ad76945d023c5147faa3439fdd237da778

Functions
Getter at block 21316267
_fee(view returns (uint256)
2
owner(view returns (address)
0xbfdc5dc31c0c0b3390cbca2cca7cb1ed9b3b754a
Read-only
_feeBalance(addressview returns (uint256)
_transactions(bytes32view returns (address depositoraddress tokenuint256 amountuint256 timestampuint8 status)
State-modifying
deposit(bytes32 referenceIdaddress depositoraddress tokenuint256 amount
refund(bytes32 referenceId
refundAfterExpiry(bytes32 referenceId
renounceOwnership(
transferOwnership(address newOwner
updateTransactionStatus(bytes32 referenceIduint8 status
withdraw(bytes32 referenceIdaddress recipient
withdrawFee(address recipientaddress token
Events
Deposited(bytes32 indexed referenceIdaddress indexed depositoraddress tokenuint256 amountuint8 status
Fallback(address indexed depositoruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Refunded(bytes32 indexed referenceIdaddress indexed depositoraddress tokenuint256 amountuint8 status
TransactionStatusUpdated(bytes32 indexed referenceIduint8 status
Withdrawn(bytes32 indexed referenceIdaddress indexed recipientaddress tokenuint256 amountuint8 status
WithdrawnFee(address indexed recipientaddress tokenuint256 amount
Constructor
constructor(uint256 fee
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidAmount(
InvalidTransactionStatus(uint8 currentuint8 required
NotExpired(