PCVDripController
Verified contract
Active on
Ethereum with 150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b86…79b9
0x98e5…694b
Balances ($0.00)
No balances found for "PCVDripController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14951539 | 2 years ago | | | 0 | 0.010157449 | |
| 14949934 | 2 years ago | | | 0 | 0.0063552710 | |
| 14948836 | 2 years ago | | | 0 | 0.017445732 | |
| 14057597 | 3 years ago | | | 0 | 0.059096066 | |
| 13979199 | 3 years ago | | | 0 | 0.095091760 | |
| 13978427 | 3 years ago | | | 0 | 0.099937200 | |
| 13978411 | 3 years ago | | | 0 | 0.10387546 | |
| 13966374 | 3 years ago | | | 0 | 0.055116880 | |
| 13959000 | 3 years ago | | | 0 | 0.042397600 | |
| 13958981 | 3 years ago | | | 0 | 0.037755783 |
ABI
ABI objects
Getter at block 21221180
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x46797b318ce8c2d83979760ef100a5c0fdb980de4b574d6142ce4d0afce307ed
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
dripAmount() view returns (uint256)
5000000000000000000000
dripEligible() view returns (bool)
true
duration() view returns (uint256)
7200
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
paused() view returns (bool)
true
remainingTime() view returns (uint256)
0
source() view returns (address)
0x5b86887e171bae0c2c826e87e34df8d558c079b9
startTime() view returns (uint256)
1655122406
target() view returns (address)
0x98e5f5706897074a4664dd3a32eb80242d6e694b
timeSinceStart() view returns (uint256)
7200
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events drip()
pause()
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
setDripAmount(uint256 newDripAmount)
setIncentiveAmount(uint256 newIncentiveAmount)
setSource(address newSource)
setTarget(address newTarget)
unpause()
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)
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.