CrowdFund
Verified contract
Active on
Ethereum with 621 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe522…ab32
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFETH | ERC-20 | 64.4542K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11095889 | 4 years ago | | | 0 | 0.0011751690 | |
| 11068679 | 4 years ago | | | 0 | 0.0019323360 | |
| 11066268 | 4 years ago | | | 0 | 0.0022759050 | |
| 11065773 | 4 years ago | | | 0 | 0.0013802400 | |
| 11065773 | 4 years ago | | | 0 | 0.0016792920 | |
| 11065292 | 4 years ago | | | 0 | 0.0012926859 | |
| 11065292 | 4 years ago | | | 0 | 0.00080487990 | |
| 11065292 | 4 years ago | | | 0 | 0.00073170900 | |
| 11065292 | 4 years ago | | | 0 | 0.0029853450 | |
| 11065291 | 4 years ago | | | 0 | 0.00073170900 |
ABI
ABI objects
Getter at block 21406759
claimRewardAmount() view returns (uint256)
3000000000000000000
endTime() view returns (uint256)
1602835200
owner() view returns (address)
0x50cbf20e743e8f6a3614b008b3079b7f4e44c76f
referralRewardAmount() view returns (uint256)
500000000000000000
startTime() view returns (uint256)
1602057600
totalEthContributed() view returns (uint256)
92015250000000000000
yfePerWei() view returns (uint256)
75
yfethToken() view returns (address)
0xe52294152805e304803c93b700266ddfe99eab32
Read-only
canClaim(address _who) view returns (bool)
canClaimIfHasThisMuchTokens(uint256) view returns (uint256)
canClaimIfHasTokens(uint256) view returns (address)
ethContributed(address) view returns (uint256)
isClaimed(address) view returns (bool)
refferer_earnings(address) view returns (uint256)
State-modifying
Events claim()
contribute(address _referrer) payable
renounceOwnership()
transferOwnership(address newOwner)
updateClaimCondtions(address[] _canClaimIfHasTokens, uint256[] _canClaimIfHasThisMuchTokens)
withdrawEther(address _dest)
withdrawToken(address _tokenAddress, address _dest)
EthContributed(address indexed contributor, uint256 indexed amount, uint256 indexed yfeReceived)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenWithdrawn(address indexed token, uint256 indexed amount, address indexed dest)
constructor(address _yfethToken, uint256 _startTime, uint256 _endTime, address[] _canClaimIfHasTokens, uint256[] _canClaimIfHasThisMuchTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.