PCVDripController
Verified contract
Active on
Ethereum with 2 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 "PCVDripController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14701092 | 3 years ago | | | 0 | 0.012469590 | |
| 14699419 | 3 years ago | | | 0 | 0.030236849 |
ABI
ABI objects
Getter at block 21223657
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x899bd46557473cb80307a9dabc297131ced39608330a2d29b2d52b660c03923e
MAX_RATE_LIMIT_PER_SECOND() view returns (uint256)
10000000000000000000000
buffer() view returns (uint256)
0
bufferCap() view returns (uint256)
0
bufferStored() view returns (uint256)
0
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
doPartialAction() view returns (bool)
false
dripAmount() view returns (uint256)
2500000000000000000000000
dripEligible() view returns (bool)
true
duration() view returns (uint256)
1800
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
incentiveAmount() view returns (uint256)
0
isTimeEnded() view returns (bool)
true
isTimeStarted() view returns (bool)
true
lastBufferUsedTime() view returns (uint256)
1651120338
paused() view returns (bool)
true
rateLimitPerSecond() view returns (uint256)
0
remainingTime() view returns (uint256)
0
source() view returns (address)
0xd2174d78637a40448112aa6b30f9b19e6cf9d1f9
startTime() view returns (uint256)
1651509245
target() view returns (address)
0x5dde9b4b14edf59cb23c1d4579b279846998205e
timeSinceStart() view returns (uint256)
1800
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events drip()
pause()
setBufferCap(uint256 newBufferCap)
setContractAdminRole(bytes32 newContractAdminRole)
setDripAmount(uint256 newDripAmount)
setIncentiveAmount(uint256 newIncentiveAmount)
setRateLimitPerSecond(uint256 newRateLimitPerSecond)
setSource(address newSource)
setTarget(address newTarget)
unpause()
BufferCapUpdate(uint256 oldBufferCap, uint256 newBufferCap)
BufferUsed(uint256 amountUsed, uint256 bufferRemaining)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
DripAmountUpdate(uint256 oldDripAmount, uint256 newDripAmount)
Dripped(address indexed source, address indexed target, uint256 amount)
DurationUpdate(uint256 oldDuration, uint256 newDuration)
IncentiveUpdate(uint256 oldIncentiveAmount, uint256 newIncentiveAmount)
Paused(address account)
RateLimitPerSecondUpdate(uint256 oldRateLimitPerSecond, uint256 newRateLimitPerSecond)
SourceUpdate(address indexed oldSource, address indexed newSource)
TargetUpdate(address indexed oldTarget, address indexed newTarget)
TimerReset(uint256 startTime)
Unpaused(address account)
constructor(address _core, address _source, address _target, uint256 _frequency, uint256 _dripAmount, uint256 _incentiveAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.