CarbonPairFactory
Verified contract
Active on
Base with 10 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 "CarbonPairFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11488316 | 9 months ago | | | 0 | 0.0000068184520 | |
| 11122558 | 9 months ago | | | 0 | 0.0000068376520 | |
| 11121658 | 9 months ago | | | 0 | 0.0000068192980 | |
| 11104788 | 9 months ago | | | 0 | 0.0000068184520 | |
| 10279755 | 10 months ago | | | 0 | 0.0000068158340 | |
| 10174124 | 10 months ago | | | 0 | 0.0000068184520 | |
| 10120190 | 10 months ago | | | 0 | 0.0000067989240 | |
| 9527671 | 10 months ago | | | 0 | 0.00019561136 | |
| 9527658 | 10 months ago | | | 0 | 0.0000016519670 | |
| 9527655 | 10 months ago | | | 0 | 0.0000065064907 |
ABI
ABI objects
Getter at block 22946054
allPairsLength() view returns (uint256)
10
carbonController() view returns (address)
0xfbf069dbbf453c1ab23042083cfa980b3a672bba
owner() view returns (address)
0xfa89a4c7f79dc4111c116a0f01061f4a7d9fab73
voter() view returns (address)
0xab9b68c9e53c94d7c0949fb909e80e4a29f9134a
Read-only
allPairs(uint256) view returns (address)
carbonBalance(uint256 strategyId) view returns (address, address, uint256, uint256)
isCarbonPair(address) view returns (bool)
isPair(address) view returns (bool)
State-modifying
Events addExistingPair(address _pair)
betaPhaseDone()
blacklistPair(address _pair)
createPair(uint256 _strategyIdToCopy) returns (address pair)
emergencyWithdraw(address pair)
renounceOwnership()
transferOwnership(address newOwner)
whitelistPair(address _pair)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairCreated(uint256 indexed strategyId, uint256 strategyIdToCopy, address pair)
constructor(address _carbonController, address _voter, address _team)
This contract contains no fallback and receive objects.
This contract contains no error objects.