ConvergentPoolFactory
Verified contract
Active on
Ethereum with 30 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 "ConvergentPoolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13942074 | 3 years ago | | | 0 | 0.33781320 | |
| 13805752 | 3 years ago | | | 0 | 0.32020202 | |
| 13773265 | 3 years ago | | | 0 | 0.25512976 | |
| 13673202 | 3 years ago | | | 0 | 0.42427785 | |
| 13627977 | 3 years ago | | | 0 | 0.34840379 | |
| 13595809 | 3 years ago | | | 0 | 0.52635181 | |
| 13550865 | 3 years ago | | | 0 | 0.43661256 | |
| 13538309 | 3 years ago | | | 0 | 0.63927300 | |
| 13448208 | 3 years ago | | | 0 | 0.19121352 | |
| 13418006 | 3 years ago | | | 0 | 0.34737646 |
ABI
ABI objects
Getter at block 21212320
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
governance() view returns (address)
0x654be0b5556f8eadbc2d140505445fa32715ef2b
owner() view returns (address)
0x654be0b5556f8eadbc2d140505445fa32715ef2b
percentFeeGov() view returns (uint256)
200000000000000000
Read-only
authorized(address) view returns (bool)
isAuthorized(address who) view returns (bool)
isPoolFromFactory(address pool) view returns (bool)
State-modifying
Events authorize(address who)
create(address _underlying, address _bond, uint256 _expiration, uint256 _unitSeconds, uint256 _percentFee, string _name, string _symbol) returns (address)
deauthorize(address who)
setGov(address newGov)
setGovFee(uint256 newFee)
setOwner(address who)
CCPoolCreated(address indexed pool, address indexed bondToken)
PoolCreated(address indexed pool)
constructor(address _vault, address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.