PCVDripController
Verified contract
Active on
Ethereum with 39 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8ffa…0014
0x2a18…dfc2
Balances ($0.00)
No balances found for "PCVDripController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15578851 | 2 years ago | | | 0 | 0.00068148775 | |
| 15089035 | 2 years ago | | | 0 | 0.013037247 | |
| 15088792 | 2 years ago | | | 0 | 0.0056902986 | |
| 14968781 | 2 years ago | | | 0 | 0.022043804 | |
| 14660846 | 3 years ago | | | 0 | 0.015378363 | |
| 14658106 | 3 years ago | | | 0 | 0.0059792796 | |
| 14630033 | 3 years ago | | | 0 | 0.015484829 | |
| 14580452 | 3 years ago | | | 0 | 0.0075923946 | |
| 14580168 | 3 years ago | | | 0 | 0.0092485260 | |
| 14552341 | 3 years ago | | | 0 | 0.0072246428 |
ABI
ABI objects
Getter at block 21221183
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x46797b318ce8c2d83979760ef100a5c0fdb980de4b574d6142ce4d0afce307ed
MAX_RATE_LIMIT_PER_SECOND() view returns (uint256)
10000000000000000000000
buffer() view returns (uint256)
0
bufferCap() view returns (uint256)
0
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
doPartialAction() view returns (bool)
false
dripAmount() view returns (uint256)
5000000000000000000000000
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)
1639455806
paused() view returns (bool)
true
rateLimitPerSecond() view returns (uint256)
0
remainingTime() view returns (uint256)
0
source() view returns (address)
0x8ffae111ab06f532a18418190129373d14570014
startTime() view returns (uint256)
1663727207
target() view returns (address)
0x2a188f9eb761f70ecea083ba6c2a40145078dfc2
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)
setCore(address newCore)
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.