YEN Crypto
Verified contract
Active on
Ethereum with 300 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 "YEN Crypto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16528130 | 2 years ago | | | 0 | 0.0029374100 | |
| 16528112 | 2 years ago | | | 0 | 0.0026551457 | |
| 16520790 | 2 years ago | | | 0 | 0.0015548820 | |
| 16502404 | 2 years ago | | | 0 | 0.0012886737 | |
| 16485636 | 2 years ago | | | 0 | 0.0011282813 | |
| 16485633 | 2 years ago | | | 0 | 0.0018942597 | |
| 16485620 | 2 years ago | | | 0 | 0.0011682292 | |
| 16485610 | 2 years ago | | | 0 | 0.0020933004 | |
| 16485502 | 2 years ago | | | 0 | 0.0015753985 | |
| 16485496 | 2 years ago | | | 0 | 0.0028028720 |
ABI
ABI objects
Getter at block 21184586
DAYS_IN_YEAR() view returns (uint256)
365
EAA_PM_START() view returns (uint256)
10
EAA_PM_STEP() view returns (uint256)
1
EAA_RANK_STEP() view returns (uint256)
100000
FundAddress() view returns (address)
0x7818e1e260994dca5f35b183aa8ba0e684446bc5
GENESIS_RANK() view returns (uint256)
1
MAX_PENALTY_PCT() view returns (uint256)
99
MAX_TERM_END() view returns (uint256)
86400000
MAX_TERM_START() view returns (uint256)
8640000
MIN_TERM() view returns (uint256)
86399
REWARD_AMPLIFIER_END() view returns (uint256)
1
REWARD_AMPLIFIER_START() view returns (uint256)
100
SECONDS_IN_DAY() view returns (uint256)
86400
TERM_AMPLIFIER() view returns (uint256)
15
TERM_AMPLIFIER_THRESHOLD() view returns (uint256)
5000
WITHDRAWAL_WINDOW_DAYS() view returns (uint256)
7
YEN_APY_DAYS_STEP() view returns (uint256)
90
YEN_APY_END() view returns (uint256)
2
YEN_APY_START() view returns (uint256)
20
YEN_MIN_BURN() view returns (uint256)
0
YEN_MIN_STAKE() view returns (uint256)
0
activeMinters() view returns (uint256)
46
decimals() view returns (uint8)
18
genesisTs() view returns (uint256)
1665996503
getCurrentAMP() view returns (uint256)
1
getCurrentAPY() view returns (uint256)
12
getCurrentEAAR() view returns (uint256)
10
getCurrentMaxTerm() view returns (uint256)
8640000
getUserMint() view returns (struct YENCryptoMintInfo)
(0x0000000000000000000000000000000000000000, 0, 0, 0, 0, 0)
getUserStake() view returns (struct YENCryptoStakeInfo)
(0, 0, 0, 0)
globalRank() view returns (uint256)
131
name() view returns (string)
YEN Crypto
owner() view returns (address)
0x04c84cf0e5f225607eb5dc4fff233d9cd156d0f6
startTime() view returns (uint256)
1666015200
symbol() view returns (string)
YEN
totalSupply() view returns (uint256)
1061236000000000000000000
totalTransactions() view returns (uint256)
214
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getGrossReward(uint256 rankDelta, uint256 amplifier, uint256 term, uint256 eaa) pure returns (uint256)
userBurns(address) view returns (uint256)
userMints(address) view returns (address user, uint256 term, uint256 maturityTs, uint256 rank, uint256 amplifier, uint256 eaaRate)
userStakes(address) view returns (uint256 term, uint256 maturityTs, uint256 amount, uint256 apy)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address user, uint256 amount)
claimMintReward()
claimMintRewardAndShare(address other, uint256 pct)
claimRank(uint256 term) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recovery(address erc20Token, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateStartTime(uint256 _startTime)
Approval(address indexed owner, address indexed spender, uint256 value)
MintClaimed(address indexed user, uint256 rewardAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RankClaimed(address indexed user, uint256 term, uint256 rank)
Staked(address indexed user, uint256 amount, uint256 term)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount, uint256 reward)
constructor(uint256 _startTime, address _FundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.