HighStreetPoolFactory
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($466,015.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HIGH | ERC-20 | 312.762259K | $1.49 |
$466,015.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14031400 | 3 years ago | | | 0 | 0.0044753488 | |
| 13840184 | 3 years ago | | | 0 | 0.0082693000 | |
| 13840178 | 3 years ago | | | 0 | 0.0099793000 |
ABI
ABI objects
Getter at block 21184220
FACTORY_UID() view returns (uint256)
32698328720923238062884666413410829820115034632373154515373439635051778256091
HIGH() view returns (address)
0x71ab77b7dbb4fa7e017bc15090b2163221420282
blockNumber() view returns (uint256)
21184220
blocksPerUpdate() view returns (uint256)
91252
endBlock() view returns (uint256)
16221440
highPerBlock() view returns (uint256)
1403225532762226157
lastRatioUpdate() view returns (uint256)
16148956
owner() view returns (address)
0x569a15998234932da972e87ac32e4a4ebbe67e23
shouldUpdateRatio() view returns (bool)
false
totalWeight() view returns (uint256)
1000
Read-only
getPoolAddress(address poolToken) view returns (address)
getPoolData(address _poolToken) view returns (struct HighStreetPoolFactoryPoolData)
poolExists(address) view returns (bool)
pools(address) view returns (address)
State-modifying
Events changePoolWeight(address poolAddr, uint256 weight)
mintYieldTo(address _to, uint256 _amount)
registerPool(address poolAddr)
renounceOwnership()
transferOwnership(address newOwner)
updateHighPerBlock()
HighRatioUpdated(address indexed _by, uint256 newHighPerBlock)
MintYield(address indexed _to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolRegistered(address indexed _by, address indexed poolToken, address indexed poolAddress, uint256 weight, bool isFlashPool)
WeightUpdated(address indexed _by, address indexed poolAddress, uint256 weight)
constructor(address _high, uint256 _highPerBlock, uint256 _blocksPerUpdate, uint256 _initBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.