PlatformFactory
Verified contract
Active on
Ethereum with 4 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 "PlatformFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16376672 | 2 years ago | | | 0 | 0.058829609 | |
| 16376672 | 2 years ago | | | 0 | 0.058829406 | |
| 16376672 | 2 years ago | | | 0 | 0.058829609 | |
| 16376672 | 2 years ago | | | 0 | 0.058829609 |
ABI
ABI objects
Getter at block 21306139
feeCollector() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
owner() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
Read-only
feeManagerPerGaugeController(address) view returns (address)
getPlatformFromGaugeController(address gaugeController) view returns (address)
platformFeeManager(address _gaugeController) view returns (address)
recipient(address, address) view returns (address)
State-modifying
Events deploy(address _gaugeController) returns (address platform)
kill(address platform)
setFeeCollector(address _feeCollector)
setFeeManager(address _gaugeController, address _feeManager)
setRecipient(address _recipient, address _gaugeController)
setRecipientFor(address _recipient, address _gaugeController, address _for)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed user, address indexed newOwner)
PlatformDeployed(address indexed platform, address indexed gaugeController, address indexed feeManager)
PlatformKilled(address indexed platform, address indexed gaugeController)
RecipientSet(address indexed sender, address indexed recipient)
constructor(address _owner, address _feeCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.