FixedInflationFactory
Verified contract
Active on
Ethereum with 11 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 "FixedInflationFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12282591 | 4 years ago | | | 0 | 0.52174285 | |
| 12282585 | 4 years ago | | | 0 | 0.14735702 | |
| 11909013 | 4 years ago | | | 0 | 0.52859092 | |
| 11908983 | 4 years ago | | | 0 | 0.71615544 | |
| 11908941 | 4 years ago | | | 0 | 0.72310098 | |
| 11908842 | 4 years ago | | | 0 | 0.57633664 | |
| 11882977 | 4 years ago | | | 0 | 0.84686625 | |
| 11882946 | 4 years ago | | | 0 | 0.66699422 | |
| 11882795 | 4 years ago | | | 0 | 0.58149367 | |
| 11882748 | 4 years ago | | | 0 | 0.55893370 |
ABI
ABI objects
Getter at block 21218348
_doubleProxy() view returns (address)
0xf869538e3904778a0cb1ff620c8e83c7df36b946
feePercentageInfo() view returns (uint256, address)
(0, 0x7ab2263e529a3d06745b32dc35a22391d7e9f9b7)
fixedInflationDefaultExtension() view returns (address)
0x990c1abc970185272ad6114422572794b0eb8bc2
fixedInflationImplementationAddress() view returns (address)
0x0da367ace734d0b7e8b82781d7c25497de9bf2cf
Read-only
This contract contains no read-only function objects.
State-modifying
Events cloneFixedInflationDefaultExtension() returns (address clonedExtension)
deploy(bytes data) returns (address contractAddress, bytes initResultData)
setDoubleProxy(address newDoubleProxy)
updateDefaultExtensionAddress(address _fixedInflationDefaultExtension)
updateFeePercentage(uint256 feePercentage)
updateLogicAddress(address _fixedInflationImplementationAddress)
ExtensionCloned(address indexed arg0)
FeePercentageSet(uint256 newFeePercentage)
FixedInflationDefaultExtensionSet(address indexed newAddress)
FixedInflationDeployed(address indexed fixedInflationAddress, address indexed sender, bytes fixedInflationInitResultData)
FixedInflationLogicSet(address indexed newAddress)
constructor(address doubleProxy, address _fixedInflationImplementationAddress, address _fixedInflationDefaultExtension, uint256 feePercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.