ERC20Dripper
Verified contract
Active on
Ethereum with 29 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 "ERC20Dripper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14478575 | 3 years ago | | | 0 | 0.0019924630 | |
| 14433518 | 3 years ago | | | 0 | 0.0034257509 | |
| 14388552 | 3 years ago | | | 0 | 0.0013497330 | |
| 14343495 | 3 years ago | | | 0 | 0.0017546529 | |
| 14298371 | 3 years ago | | | 0 | 0.0041777450 | |
| 14253077 | 3 years ago | | | 0 | 0.0054503504 | |
| 14207853 | 3 years ago | | | 0 | 0.0043062910 | |
| 14162592 | 3 years ago | | | 0 | 0.0053989320 | |
| 14117237 | 3 years ago | | | 0 | 0.0077320419 | |
| 14071859 | 3 years ago | | | 0 | 0.0074235315 |
ABI
ABI objects
Getter at block 21223532
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x899bd46557473cb80307a9dabc297131ced39608330a2d29b2d52b660c03923e
amountToDrip() view returns (uint256)
4000000000000000000000000
balance() view returns (uint256)
0
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
duration() view returns (uint256)
604800
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
isTimeEnded() view returns (bool)
true
isTimeStarted() view returns (bool)
true
paused() view returns (bool)
false
remainingTime() view returns (uint256)
0
startTime() view returns (uint256)
1648522844
target() view returns (address)
0x9e1076cc0d19f9b0b8019f384b0a29e48ee46f7f
timeSinceStart() view returns (uint256)
604800
token() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events deposit()
drip()
pause()
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
unpause()
withdraw(address to, uint256 amountUnderlying)
withdrawERC20(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amountOut)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
Deposit(address indexed _from, uint256 _amount)
Dripped(uint256 amount)
DurationUpdate(uint256 oldDuration, uint256 newDuration)
Paused(address account)
TimerReset(uint256 startTime)
Unpaused(address account)
WithdrawERC20(address indexed _caller, address indexed _token, address indexed _to, uint256 _amount)
WithdrawETH(address indexed _caller, address indexed _to, uint256 _amount)
Withdrawal(address indexed _caller, address indexed _to, uint256 _amount)
constructor(address _core, address _target, uint256 _frequency, uint256 _amountToDrip, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.