MahaswapV1Factory
Verified contract
Active on
Ethereum with 16 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 "MahaswapV1Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12552549 | 4 years ago | | | 0 | 0.00093854700 | |
| 12552095 | 4 years ago | | | 0 | 0.00097330800 | |
| 12552080 | 4 years ago | | | 0 | 0.0011123520 | |
| 12551906 | 4 years ago | | | 0 | 0.0010451430 | |
| 12551895 | 4 years ago | | | 0 | 0.0011471130 | |
| 12062529 | 4 years ago | | | 0 | 0.0048938760 | |
| 12062470 | 4 years ago | | | 0 | 0.0046225060 | |
| 12036610 | 4 years ago | | | 0 | 0.0037331490 | |
| 12036578 | 4 years ago | | | 0 | 0.0037973430 | |
| 12036557 | 4 years ago | | | 0 | 0.0044308600 |
ABI
ABI objects
Getter at block 21324961
allPairsLength() view returns (uint256)
2
allowPairCreation() view returns (bool)
true
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
feeToSetter() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
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()
setFeeTo(address _feeTo)
setFeeToSetter(address _feeToSetter)
setIncentiveControllerForPair(address pair, address controller)
setPairCreation(bool flag)
setSwapingPausedForPair(address pair, bool isSet)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairCreated(address indexed token0, address indexed token1, address pair, uint256 arg3)
constructor(address _feeToSetter)
This contract contains no fallback and receive objects.
This contract contains no error objects.