Yearn Finance Money
Verified contract
Active on
Ethereum with 1,021 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($348.94)
Native
Value
$348.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.113 | $3,087.99 |
$348.94 | |
YFIR | ERC-20 | 0.05 | -- | -- | |
YFIM | ERC-20 | 0.004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20627395 | 3 months ago | | | 0 | 0.000035838670 | |
| 20514149 | 3 months ago | | | 0 | 0.00013898485 | |
| 20438870 | 4 months ago | | | 0 | 0.000060695685 | |
| 19785055 | 7 months ago | | | 0 | 0.00013650582 | |
| 18554868 | a year ago | | | 0 | 0.0010176564 | |
| 16612716 | 2 years ago | | | 0 | 0.0010420694 | |
| 16612713 | 2 years ago | | | 0 | 0.0010660793 | |
| 16612153 | 2 years ago | | | 0 | 0.00097772225 | |
| 16612152 | 2 years ago | | | 0 | 0.00084954659 | |
| 15505811 | 2 years ago | | | 0 | 0.0012277242 |
ABI
ABI objects
Getter at block 21229075
decimals() view returns (uint32)
18
name() view returns (string)
Yearn Finance Money
owner() view returns (address)
0x44a2e7eb23a9c6f06ca3622c3f44b90c00343412
presale1() view returns (uint256)
500000000000000000000
presale1Price() view returns (uint256)
1000000000000000000
presale2() view returns (uint256)
1000000000000000000000
presale2Price() view returns (uint256)
500000000000000000
presale3() view returns (uint256)
1000000000000000000000
presale3Price() view returns (uint256)
250000000000000000
remainingTokens1() view returns (uint256)
460031222543506943945
remainingTokens2() view returns (uint256)
991305162337863398360
remainingTokens3() view returns (uint256)
999152841965371806437
symbol() view returns (string)
YFIM
tokenReserve() view returns (uint256)
10000000000000000000000
tokensSold1() view returns (uint256)
39968777456493056055
tokensSold2() view returns (uint256)
8694837662136601640
tokensSold3() view returns (uint256)
847158034628193563
totalSupply() view returns (uint256)
12500000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool succes)
burnFrom(address _from, uint256 _value) returns (bool succes)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalizePresale1()
finalizePresale2()
finalizePresale3()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
multitransfer(address _to1, address _to2, address _to3, address _to4, address _to5, address _to6, address _to7, address _to8, address _to9, address _to10, uint256 _value) returns (bool)
startPresale1()
startPresale2()
startPresale3()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.