MarginlyFactory
Verified contract
Active on
Ethereum with 38 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 "MarginlyFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242143 | 15 hours ago | | | 0 | 0.0051980001 | |
| 21242142 | 15 hours ago | | | 0 | 0.0050083554 | |
| 21041534 | a month ago | | | 0 | 0.0044942408 | |
| 21041524 | a month ago | | | 0 | 0.0045371326 | |
| 21041523 | a month ago | | | 0 | 0.0055419463 | |
| 21034869 | a month ago | | | 0 | 0.0051797950 | |
| 21034855 | a month ago | | | 0 | 0.0052814242 | |
| 21034854 | a month ago | | | 0 | 0.0050479415 | |
| 21034852 | a month ago | | | 0 | 0.0048932235 | |
| 20819679 | 2 months ago | | | 0 | 0.012186694 |
ABI
ABI objects
Getter at block 21246605 renounceOwnership() view
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
feeHolder() view returns (address)
0x601a564628f9467ea76945fddc6f9c7604ee1c1e
marginlyPoolImplementation() view returns (address)
0x34ad008303b2c48668a1d567306cc84f2e753b7f
owner() view returns (address)
0x29e3749a862d8ec96d5c055736117d2148a0004a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
swapRouter() view returns (address)
0x6ec48569a33e9465c5325ff205afa81209c33f31
techPositionOwner() view returns (address)
0xd48658962b93aa404fd56baa7fd07977a0eb05a9
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
changeSwapRouter(address newSwapRouter)
createPool(address quoteToken, address baseToken, address priceOracle, uint32 defaultSwapCallData, struct MarginlyParams params) returns (address pool)
transferOwnership(address newOwner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed quoteToken, address indexed baseToken, address indexed priceOracle, uint32 defaultSwapCallData, address pool)
SwapRouterChanged(address indexed newSwapRouter)
constructor(address _marginlyPoolImplementation, address _swapRouter, address _feeHolder, address _WETH9, address _techPositionOwner)
This contract contains no fallback and receive objects.
Forbidden()
WrongValue()