RibbonFactory
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "RibbonFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13220118 | 3 years ago | | | 0 | 0.0055110185 |
ABI
ABI objects
Getter at block 21172675
getAdapters() view returns (address[] _adapters)
[]
instrumentAdmin() view returns (address)
0xdac2065211d2cc7cfba865a355c42b2b7ae31017
owner() view returns (address)
0x12fcee56674f0d17edb05a0da149851a9664a505
Read-only
adapters(uint256) view returns (address)
getAdapter(string) view returns (address)
getInstrument(string _name) view returns (address instrumentAddress)
instruments(string) view returns (address)
isInstrument(address) view returns (bool)
State-modifying
Events burnGasTokens()
initialize(address _owner, address _instrumentAdmin)
newInstrument(address _logic, bytes _initData) returns (address instrumentAddress)
renounceOwnership()
setAdapter(string protocolName, address adapter)
transferOwnership(address newOwner)
AdapterSet(string indexed protocolName, address indexed adapterAddress)
InstrumentCreated(string symbol, address indexed instrumentAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreated(address indexed logic, address indexed proxyAddress, bytes initData)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.