Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SmartFly"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9081711 | 5 years ago | | | 0 | 0.0026515800 | |
| 9081679 | 5 years ago | | | 0 | 0.0023518200 | |
| 9076131 | 5 years ago | | | 0 | 0.0026518200 | |
| 9058956 | 5 years ago | | | 0 | 0.0027155800 | |
| 9058948 | 5 years ago | | | 0 | 0.0027155800 | |
| 9055626 | 5 years ago | | | 0 | 0.0027155800 | |
| 9055621 | 5 years ago | | | 0 | 0.0027155800 | |
| 9055613 | 5 years ago | | | 0 | 0.0027155800 | |
| 9055606 | 5 years ago | | | 0 | 0.0027155800 | |
| 9055599 | 5 years ago | | | 0 | 0.0027155800 |
ABI
ABI objects
Getter at block 21386895
paused() view returns (bool)
false
Read-only
getInsuranceDetails(bytes32 flightId, uint256 index) view returns (bytes32 insuranceId, uint256 customerId, uint256 plannedDepartureTime, uint256 actualDepartureTime, uint8 status)
getInsurancesCount(bytes32 flightId) view returns (uint256)
isPauser(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
State-modifying
Events addNewInsurance(bytes32 flightId, bytes32 insuranceId, uint256 customerId, uint256 plannedDepartureTime, uint256 actualDepartureTime)
addPauser(address account)
addWhitelistAdmin(address account)
pause()
renouncePauser()
renounceWhitelistAdmin()
unpause()
updateInsurance(bytes32 flightId, uint256 index, bytes32 insuranceId, uint256 customerId, uint256 plannedDepartureTime, uint256 actualDepartureTime, uint8 status) returns (bool)
InsuranceCreation(bytes32 indexed flightId, bytes32 indexed insuranceId, uint256 indexed customerId, uint256 plannedDepartureTime, uint256 actualDepartureTime, uint8 status)
InsuranceUpdate(bytes32 indexed flightId, bytes32 insuranceId, uint256 indexed customerId, uint256 plannedDepartureTime, uint256 actualDepartureTime, uint8 indexed status)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.