TokenFaucet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TokenFaucet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TokenFaucet"
ABI
ABI objects
Getter at block 21312892
asset() view returns (address)
0x0000000000000000000000000000000000000000
dripRatePerSecond() view returns (uint256)
0
exchangeRateMantissa() view returns (uint112)
0
lastDripTimestamp() view returns (uint32)
0
measure() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalUnclaimed() view returns (uint112)
0
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
userStates(address) view returns (uint128 lastExchangeRateMantissa, uint128 balance)
State-modifying
Events beforeTokenMint(address to, uint256 amount, address token, address referrer)
beforeTokenTransfer(address from, address to, uint256, address token)
claim(address user) returns (uint256)
deposit(uint256 amount)
drip() returns (uint256)
initialize(address _asset, address _measure, uint256 _dripRatePerSecond)
renounceOwnership()
setDripRatePerSecond(uint256 _dripRatePerSecond)
transferOwnership(address newOwner)
Claimed(address indexed user, uint256 newTokens)
Deposited(address indexed user, uint256 amount)
DripRateChanged(uint256 dripRatePerSecond)
Dripped(uint256 newTokens)
Initialized(address indexed asset, address indexed measure, uint256 dripRatePerSecond)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.