PoolStore

Verified contract

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

No balances found for "PoolStore"

0xee31b9a2548f92f33fb5bfccbb9266caf050c4bb3469d697cb9e4cd6e50af896
0xb5b500babbf3b693926e53d80d047fd10b216a6c95375ba628057c1594a5a9b5
0x3719be42e3909f97de09344080c0be19dd2a98d022c95c531af51860ccc00b06
0x75be31fa42bfa5a266f94ce2ed0ccc660e2ff8bfe8629ebb9f49ad75928107f4
0x6360d28f1356c5fc08053d41c37645ed2226602a3876ab80a8a228acf4c04ee7
0x41e3cf2b603f2562e7c951e08cdecdee6294d35a69d9ea7d4087902f3ab3360e
0x9c3f304f113ac4692e0d63cbfc2efc0996b1a38b9d3d1b5fdfb616e4227c3b2f
0xad5508c2e060b5409987e15ae688c8ab3714e8804214e07817f90024fcf30f15
0x391c9dbd3d74c3f2f4ceaae192184be0d5db2bd4726843282882b33238871a18
0x0066de4298b5b01b10a1b2bac41ad8dbbabdc45d81eb67f0e6b8e4261917c012

Functions
Getter at block 20915465
emergency(view returns (bool)
false
isOperator(view returns (bool)
false
operator(view returns (address)
0x68c3a95b35c45db5db67ed83c43305052fad6e04
owner(view returns (address)
0xa1bd0bbacd5f952a119ed12a18c87985773add62
poolLength(view returns (uint256)
1
totalWeight(view returns (uint256)
0
weightFeeder(view returns (address)
0x68c3a95b35c45db5db67ed83c43305052fad6e04
Read-only
balanceOf(uint256 _pidaddress _senderview returns (uint256)
indexByToken(addressuint256view returns (uint256)
nameOf(uint256 _pidview returns (string)
poolIdsOf(address _tokenview returns (uint256[])
pools(uint256view returns (string nameaddress tokenuint256 weightuint256 totalSupply)
tokenOf(uint256 _pidview returns (address)
totalSupply(uint256 _pidview returns (uint256)
weightOf(uint256 _pidview returns (uint256)
State-modifying
addPool(string _nameaddress _tokenuint256 _weight
deposit(uint256 _pidaddress _owneruint256 _amount
emergencyWithdraw(uint256 _pid
renounceOwnership(
reportEmergency(
resolveEmergency(
setPool(uint256 _pidstring _name
setPool(uint256 _piduint256 _weight
setWeightFeeder(address _newFeeder
transferOperator(address newOperator_
transferOwnership(address newOwner
withdraw(uint256 _pidaddress _owneruint256 _amount
Events
Deposit(address indexed operatoraddress indexed owneruint256 indexed piduint256 amount
EmergencyReported(address indexed reporter
EmergencyResolved(address indexed resolver
OperatorTransferred(address indexed previousOperatoraddress indexed newOperator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PoolAdded(address indexed operatoruint256 indexed pidstring nameaddress tokenuint256 weight
PoolNameChanged(address indexed operatoruint256 indexed pidstring fromstring to
PoolWeightChanged(address indexed operatoruint256 indexed piduint256 fromuint256 to
WeightFeederChanged(address indexed operatoraddress indexed oldFeederaddress indexed newFeeder
Withdraw(address indexed operatoraddress indexed owneruint256 indexed piduint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.