EthUniswapPCVController
Verified contract
Active on
Ethereum with 313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd3c…351e
0x94b0…a878
0x5d64…1117
Balances ($0.00)
No balances found for "EthUniswapPCVController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13820881 | 3 years ago | | | 0 | 0.0073750401 | |
| 13377603 | 3 years ago | | | 0 | 0.043012635 | |
| 13375595 | 3 years ago | | | 0 | 0.071868756 | |
| 13374448 | 3 years ago | | | 0 | 0.11841125 | |
| 13365770 | 3 years ago | | | 0 | 0.011274738 | |
| 13365603 | 3 years ago | | | 0 | 0.011963225 | |
| 13357010 | 3 years ago | | | 0 | 0.0075904601 | |
| 13353011 | 3 years ago | | | 0 | 0.0093144840 | |
| 13347694 | 3 years ago | | | 0 | 0.080472762 | |
| 13336883 | 3 years ago | | | 0 | 0.0073530900 |
ABI
ABI objects
Getter at block 21315703 peg() view returns (struct DecimalD256) reweightEligible() view returns (bool)
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
duration() view returns (uint256)
14400
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
getReserves() view returns (uint256 feiReserves, uint256 tokenReserves)
(feiReserves=1779830444356625002024, tokenReserves=449741563290806727)
incentiveContract() view returns (address)
0x0000000000000000000000000000000000000000
isTimeEnded() view returns (bool)
true
isTimeStarted() view returns (bool)
true
liquidityOwned() view returns (uint256)
0
minDistanceForReweight() view returns (struct DecimalD256)
(5000000000000000)
oracle() view returns (address)
0xcd3c40ae1256922ba16c7872229385e20bc8351e
pair() view returns (address)
0x94b0a3d511b6ecdb17ebf877278ab030acb0a878
paused() view returns (bool)
false
pcvDeposit() view returns (address)
0x5d6446880fcd004c851ea8920a628c70ca101117
remainingTime() view returns (uint256)
0
reweightIncentiveAmount() view returns (uint256)
200000000000000000000
reweightWithdrawBPs() view returns (uint256)
9900
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
startTime() view returns (uint256)
1633829600
timeSinceStart() view returns (uint256)
14400
token() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
deviationBelowPeg(struct DecimalD256 price, struct DecimalD256 peg) pure returns (struct DecimalD256)
invert(struct DecimalD256 price) pure returns (struct DecimalD256)
State-modifying
Events forceReweight()
pause()
reweight()
setCore(address core)
setDuration(uint256 _duration)
setOracle(address _oracle)
setPCVDeposit(address _pcvDeposit)
setPair(address _pair)
setReweightIncentive(uint256 amount)
setReweightMinDistance(uint256 basisPoints)
setReweightWithdrawBPs(uint256 _reweightWithdrawBPs)
unpause()
updateOracle() returns (bool)
CoreUpdate(address indexed _core)
DurationUpdate(uint256 _duration)
OracleUpdate(address indexed _oracle)
PCVDepositUpdate(address indexed _pcvDeposit)
PairUpdate(address indexed _pair)
Paused(address account)
Reweight(address indexed _caller)
ReweightIncentiveUpdate(uint256 _amount)
ReweightMinDistanceUpdate(uint256 _basisPoints)
ReweightWithdrawBPsUpdate(uint256 _reweightWithdrawBPs)
TimerReset(uint256 _startTime)
Unpaused(address account)
constructor(address _core, address _pcvDeposit, address _oracle, uint256 _incentiveAmount, uint256 _minDistanceForReweightBPs, address _pair, address _router)
receive()
This contract contains no error objects.