BookingFactory
Verified contract
Active on
Ethereum with 50 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4144…2192
Balances ($0.00)
No balances found for "BookingFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9094334 | 5 years ago | | | 0.0000034494653 | 0.0025531396 | |
| 8992867 | 5 years ago | | | 0.00067276642 | 0.0028193568 | |
| 8992705 | 5 years ago | | | 0 | 0.0094589920 | |
| 8992322 | 5 years ago | | | 0 | 0.0035469300 | |
| 8922436 | 5 years ago | | | 0 | 0.0047292400 | |
| 8922155 | 5 years ago | | | 0 | 0.0047292400 | |
| 8922131 | 5 years ago | | | 0 | 0.0047292400 | |
| 8914133 | 5 years ago | | | 0 | 0.0047902640 | |
| 8914072 | 5 years ago | | | 0.0016085791 | 0.011898920 | |
| 8914004 | 5 years ago | | | 0.00053590568 | 0.018795200 |
ABI
ABI objects
Getter at block 21191161
feeBeneficiary() view returns (address)
0xa1410cbef144f7b6e60f7126289db8e7d0abca0d
isOwner() view returns (bool)
false
operationalWallet1() view returns (address)
0x414457298f3489ac2a75893f66e44861bf192192
operationalWallet2() view returns (address)
0xa01d934db16f3c63d9b08febeef1361442c37456
owner() view returns (address)
0xa1410cbef144f7b6e60f7126289db8e7d0abca0d
withdrawalOracle() view returns (address)
0xc9a4e0dc1480434b58e4dd65244b46f300ba876a
znglToken() view returns (address)
0x2f4366069824e4042bddaf27df092b20c907402b
Read-only
enabledCoins(address) view returns (bool)
State-modifying
Events addArbiter(address _arbiter)
createBooking(uint128 _bookingId, uint32 _dateFrom, uint32 _dateTo, uint256 _guestAmount, uint256 _price, uint256 _cleaning, uint256 _deposit, uint8 _cancellationPolicy, address _guest, address _host, address _guestCoin, address _hostCoin) payable returns (address)
removeArbiter(address _arbiter)
renounceOwnership()
setBookingArbiter(address _arbiter, address _booking)
setFeeBeneficiary(address _feeBeneficiary)
setOperationalWallet1(address _operationalWallet1)
setOperationalWallet2(address _operationalWallet2)
toggleCoin(address coinAddress, bool enable)
transferOwnership(address newOwner)
BookingCreated(address indexed bookingContractAddress, uint128 indexed bookingId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _znglToken, address _withdrawalOracle, address _operationalWallet1, address _operationalWallet2)
This contract contains no fallback and receive objects.
This contract contains no error objects.