FizzyCrypto
Verified contract
Active on
Ethereum with 451 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 "FizzyCrypto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9526208 | 5 years ago | | | 0 | 0.00011320200 | |
| 9408133 | 5 years ago | | | 0 | 0.00011320200 | |
| 9407440 | 5 years ago | | | 0 | 0.00011317800 | |
| 9165648 | 5 years ago | | | 0 | 0.00010188180 | |
| 9010248 | 5 years ago | | | 0 | 0.00010082600 | |
| 9009129 | 5 years ago | | | 0 | 0.00050349000 | |
| 8998412 | 5 years ago | | | 0 | 0.00066545160 | |
| 8996721 | 5 years ago | | | 0 | 0.00050349000 | |
| 8993485 | 5 years ago | | | 0 | 0.00010082600 | |
| 8979420 | 5 years ago | | | 0 | 0.00050413000 |
ABI
ABI objects
Getter at block 21164879
availableExposure() view returns (uint256)
0
collectedTaxes() view returns (uint256)
0
getAssetManager() view returns (address)
0x50e00de2c5cc4e456cf234fcb1a0efa367ed016e
getOracle() view returns (address)
0x50e00de2c5cc4e456cf234fcb1a0efa367ed016e
getSigner() view returns (address)
0x50e00de2c5cc4e456cf234fcb1a0efa367ed016e
isOwner() view returns (bool)
false
owner() view returns (address)
0x50e00de2c5cc4e456cf234fcb1a0efa367ed016e
Read-only
getInsurance(bytes32 flightId, uint256 index) view returns (uint256 productId, uint256 premium, uint256 indemnity, uint256 limitArrivalTime, uint256 conditions, uint8 status, address compensationAddress)
getInsurancesCount(bytes32 flightId) view returns (uint256)
isProductBought(uint256 productId) view returns (bool)
State-modifying
Events addNewInsurance(bytes32 flightId, uint256 productId, uint256 premium, uint256 indemnity, uint256 limitArrivalTime, uint256 conditions)
buyInsurance(bytes32 flightId, uint256 productId, uint256 premium, uint256 indemnity, uint256 taxes, uint256 limitArrivalTime, uint256 conditions, uint256 timestampLimit, address buyerAddress, bytes signature) payable
changeAssetManager(address newManager)
changeOracle(address newOracle)
deposit() payable
manualInsuranceResolution(bytes32 flightId, uint256 productId, uint8 newStatus)
renounceOwnership()
setFlightLandedAndArrivalTime(bytes32 flightId, uint256 actualArrivalTime)
transferOwnership(address newOwner)
transferSignership(address newSigner)
triggerCondition(bytes32 flightId, uint256 conditionToTrigger)
withdraw(uint256 amount)
withdrawTaxes(uint256 amount)
AssetManagerChanged(address previousAssetManager, address newAssetManager)
EtherCompensation(uint256 amount, address to, uint256 productId)
EtherCompensationError(uint256 amount, address to, uint256 productId)
InsuranceCreation(bytes32 flightId, uint256 productId, uint256 premium, uint256 indemnity, uint256 limitArrivalTime, uint256 conditions, address compensationAddress)
InsuranceUpdate(bytes32 flightId, uint256 productId, uint256 premium, uint256 indemnity, uint256 triggeredCondition, uint8 status)
OracleChanged(address previousOracle, address newOracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignershipTransferred(address previousSigner, address newSigner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.