MateriaFactory
Verified contract
Active on
Ethereum with 1 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 "MateriaFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11903736 | 4 years ago | | | 0 | 0.0034804000 |
ABI
ABI objects
Getter at block 21309361
allPairsLength() view returns (uint256)
8
defaultMateriaFee() view returns (uint256)
5
defaultSwapFee() view returns (uint256)
3
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb0f720baa5bd1715897d4790a59f5c7aa1377d79
Read-only
allPairs(uint256) view returns (address)
getPair(address, address) view returns (address)
State-modifying
Events createPair(address tokenA, address tokenB) returns (address pair)
renounceOwnership()
setDefaultMateriaFee(uint256 _defaultMateriaFee)
setDefaultSwapFee(uint256 _defaultSwapFee)
setFeeTo(address _feeTo)
setFees(address pair, uint256 materiaFee, uint256 swapFee)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairCreated(address indexed token0, address indexed token1, address pair, uint256 arg3)
constructor(uint256 _defaultMateriaFee, uint256 _defaultSwapFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.