PoolFactory
Verified contract
Active on
Ethereum with 56 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 "PoolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17058707 | 2 years ago | | | 0 | 0.12755219 | |
| 16690736 | 2 years ago | | | 0 | 0.12587482 | |
| 15780536 | 2 years ago | | | 0 | 0.083292416 | |
| 15557710 | 2 years ago | | | 0 | 0.025855042 | |
| 15441698 | 2 years ago | | | 0 | 0.12992134 | |
| 15314184 | 2 years ago | | | 0 | 0.043283802 | |
| 15297754 | 2 years ago | | | 0 | 0.047676225 | |
| 15272804 | 2 years ago | | | 0 | 0.034850133 | |
| 14971057 | 2 years ago | | | 0 | 0.16601550 | |
| 14971042 | 2 years ago | | | 0 | 0.14636645 |
ABI
ABI objects
Getter at block 21207309
MAX_FEE() view returns (uint256)
200000000000000000
controller() view returns (address)
0x4974421227630b8c966d13f6da7289cc198177c4
count() view returns (uint256)
52
fee() view returns (uint256)
200000000000000000
owner() view returns (address)
0x4974421227630b8c966d13f6da7289cc198177c4
treasury() view returns (address)
0x39c6ee77ac32a7dd1b0f31c94f705b64c5ecab7f
Read-only
list(uint256) view returns (address)
map(address) view returns (bool)
whitelist(address) view returns (uint8)
State-modifying
Events create(address staking, address reward, bytes stakingdata, bytes rewarddata) returns (address)
setFee(uint256 fee_)
setTreasury(address treasury_)
setWhitelist(address factory_, uint256 type_)
transferControl(address newController)
transferOwnership(address newOwner)
ControlTransferred(address indexed previousController, address indexed newController)
FeeUpdated(uint256 previous, uint256 updated)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed user, address pool)
TreasuryUpdated(address previous, address updated)
WhitelistUpdated(address indexed factory, uint256 previous, uint256 updated)
constructor(address gysr_, address treasury_)
This contract contains no fallback and receive objects.
This contract contains no error objects.