PlatformFactory

Verified contract

Active on Ethereum with 4 txns
Deployed by via 0xe5bf1b6a at 16032720
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PlatformFactory"

0xe8ec7b9565b09e868d39cedda4db65e296cd77a5d8829771d938e182b63ac33c
0xcdfdfea7052b4e828d3ed69c8ebbd2d0266abda3c5006d22f8babb5331aa618a
0x14e544aca9ec7d10668b20254d70719f724f8ca33376bb7293f38ffd16fbc7d4
0x60e524ab5863a5ee74d7f05078f66ec2f5e4f90ebc5830484decd2452fbb09f5

Functions
Getter at block 20984342
feeCollector(view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
owner(view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
Read-only
customFeesPerGaugeController(addressview returns (uint256)
getPlatformFromGaugeController(address gaugeControllerview returns (address)
platformFee(address _gaugeControllerview returns (uint256)
State-modifying
deploy(address _gaugeControllerreturns (address platform)
kill(address platform
setFeeCollector(address _feeCollector
setPlatformFee(address _gaugeControlleruint256 _newCustomFee
transferOwnership(address newOwner
unKill(address platform
Events
OwnershipTransferred(address indexed useraddress indexed newOwner
PlatformDeployed(address indexed platformaddress indexed gaugeController
PlatformFeeUpdated(address indexed gaugeControlleruint256 fee
PlatformKilled(address indexed platformaddress indexed gaugeController
PlatformRevived(address indexed platformaddress indexed gaugeController
Constructor
constructor(address _owneraddress _feeCollector
Fallback and receive

This contract contains no fallback and receive objects.

Errors
INCORRECT_FEE(