CurveFactoryV2
Verified contract
Active on
Ethereum with 8 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 "CurveFactoryV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15764469 | 2 years ago | | | 0 | 0.00045025476 | |
| 15747623 | 2 years ago | | | 0 | 0.081165213 | |
| 15747495 | 2 years ago | | | 0 | 0.11695753 | |
| 15747491 | 2 years ago | | | 0 | 0.11227088 | |
| 15747485 | 2 years ago | | | 0 | 0.11299206 | |
| 15747481 | 2 years ago | | | 0 | 0.11485479 | |
| 15747451 | 2 years ago | | | 0 | 0.12479868 | |
| 15747427 | 2 years ago | | | 0 | 0.18289492 |
ABI
ABI objects
Getter at block 21336632
assimilatorFactory() view returns (address)
0x46fa2e883cc7ddffed39c55300ee4e6d31a8268c
getProtocolFee() view returns (int128)
50000
getProtocolTreasury() view returns (address)
0x27e843260c71443b4cc8cb6bf226c3f77b9695af
owner() view returns (address)
0x27e843260c71443b4cc8cb6bf226c3f77b9695af
protocolFee() view returns (int128)
50000
protocolTreasury() view returns (address)
0x27e843260c71443b4cc8cb6bf226c3f77b9695af
totoalFeePercentage() view returns (int128)
100000
Read-only
curves(bytes32) view returns (address)
getCurve(address _baseCurrency, address _quoteCurrency) view returns (address)
State-modifying
Events newCurve(struct CurveInfo _info) returns (address)
renounceOwnership()
transferOwnership(address newOwner)
updateProtocolFee(int128 _newFee)
updateProtocolTreasury(address _newTreasury)
NewCurve(address indexed caller, bytes32 indexed id, address indexed curve)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolFeeUpdated(address indexed treasury, int128 indexed fee)
TreasuryUpdated(address indexed newTreasury)
constructor(int128 _protocolFee, address _treasury, address _assimFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.