FlightDelayLedger
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,055.58)
Native
Value
$16,055.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.311207 | $3,724.15 |
$16,055.58 | |
VIU | ERC-20 | 86.224141 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x50bed043 | 4512380 | 7 years ago | | | 0 | 0.00054600000 | |
| 4396365 | 7 years ago | | | 1.5 | 0.0027442000 | |
| 4396362 | 7 years ago | | | 1.5 | 0.0027442000 | |
Transfer | 4396314 | 7 years ago | | | 1.5 | 0.00016834400 |
ABI
ABI objects
Getter at block 21310632
controller() pure returns (address)
[unknown]
Read-only
This contract contains no read-only function objects.
State-modifying
Events bookkeeping(uint8 _from, uint8 _to, uint256 _amount)
destruct()
fund() payable
receiveFunds(uint8 _to) payable
sendFunds(address _recipient, uint8 _from, uint256 _amount) returns (bool _success)
setContracts()
LogExternal(uint256 _policyId, address _address, bytes32 _externalId)
LogOraclizeCall(uint256 _policyId, bytes32 hexQueryId, string _oraclizeUrl, uint256 _oraclizeTime)
LogOraclizeCallback(uint256 _policyId, bytes32 hexQueryId, string _result, bytes hexProof)
LogPolicyAccepted(uint256 _policyId, uint256 _statistics0, uint256 _statistics1, uint256 _statistics2, uint256 _statistics3, uint256 _statistics4, uint256 _statistics5)
LogPolicyApplied(uint256 _policyId, address _customer, bytes32 strCarrierFlightNumber, uint256 ethPremium)
LogPolicyDeclined(uint256 _policyId, bytes32 strReason)
LogPolicyExpired(uint256 _policyId)
LogPolicyManualPayout(uint256 _policyId, bytes32 strReason)
LogPolicyPaidOut(uint256 _policyId, uint256 ethAmount)
LogReceiveFunds(address _sender, uint8 _to, uint256 ethAmount)
LogSendFail(uint256 _policyId, bytes32 strReason)
LogSendFunds(address _recipient, uint8 _from, uint256 ethAmount)
LogSetState(uint256 _policyId, uint8 _policyState, uint256 _stateTime, bytes32 _stateMessage)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.