YUNA DEPOSIT Certificate
Verified contract
Active on
Ethereum with 756 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2f6f…62f9
0x2f6f…62f9
-
variable spans 7 additional slots
0x9afc…a298
Balances ($3.35)
Native
Value
$3.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,350.83 |
$3.35 | |
YUNA | ERC-20 | 461.370871M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20564268 | 3 months ago | | | 0.001 | 0.00023902182 | |
| 17374489 | a year ago | | | 0 | 0.0039122261 | |
| 17350362 | a year ago | | | 0.025 | 0.0027143037 | |
| 17350360 | a year ago | | | 0.025 | 0.0025065794 | |
| 17350353 | a year ago | | | 0.025 | 0.0025501575 | |
| 17350349 | a year ago | | | 0.025 | 0.0025101478 | |
| 17320734 | a year ago | | | 0 | 0.0066715422 | |
| 17316015 | 2 years ago | | | 0 | 0.0099285615 | |
| 17315982 | 2 years ago | | | 0 | 0.011786427 | |
| 17314476 | 2 years ago | | | 0 | 0.0036978807 |
ABI
ABI objects
Getter at block 21248278
actionFeeEth() view returns (uint256)
0
decimals() view returns (uint8)
18
deployer() view returns (address)
0xb75a08e82a1bf0fcceb89bbdaf9aae00be8ca29a
earlyUnstakeFee() view returns (uint256)
0
earlyUnstakeSeconds() view returns (uint256)
0
getLastStakableBlock() view returns (uint256)
21577374
name() view returns (string)
YUNA DEPOSIT Certificate
owner() view returns (address)
0xe9e25ae75d0aede9102cd17df13ff8ca620a4abb
pool() view returns (uint256 origTotSupply, uint256 curRewardsSupply, uint256 totalTokensStaked, uint256 creationBlock, uint256 perBlockNum, uint256 lastRewardBlock, uint256 accERC20PerShare, uint256 stakeTimeLockSec)
(origTotSupply=510100000000000000000000000, curRewardsSupply=0, totalTokensStaked=461370871410056999903640000, creationBlock=0, perBlockNum=1550000000000000000000, lastRewardBlock=20564268, accERC20PerShare=11289842109343405587899957982983357363, stakeTimeLockSec=0)
rewardVault() view returns (address)
0x9afc9087cb2cec34e5d77995a3f53e365e93a298
rewardsTokenAddress() view returns (address)
0x2f6f397332b0f8b4536430bcc97980aa838f62f9
stakeFee() view returns (uint256)
0
stakedTokenAddress() view returns (address)
0x2f6f397332b0f8b4536430bcc97980aa838f62f9
symbol() view returns (string)
YUNA-DEPOSIT-CERT
teamAddress() view returns (address)
0xe9e25ae75d0aede9102cd17df13ff8ca620a4abb
totalSupply() view returns (uint256)
2049924262960000000000000000
unStakeFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcHarvestTot(address _userAddy) view returns (uint256)
stakers(address) view returns (uint256 blockOriginallyStaked, uint256 timeOriginallyStaked, uint256 blockLastHarvested, uint256 rewardDebt)
State-modifying
Events addRewards(uint256 amount, uint256 targetPerBlock)
approve(address spender, uint256 amount) returns (bool)
changeEmissionPerBlock(uint256 newEmissionAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeRewards(uint256 amount)
renounceOwnership()
setFees(uint256 _stakeFee, uint256 _unStakeFee, uint256 _earlyUnstakeFee, uint256 _earlyUnstakeSeconds, uint256 _actionFeeEth, address _teamAddress, uint256 _stakeTimeLockSec)
setNewVault(address _rewardVault)
stakeTokens(uint256 _amount) payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstakeTokens(uint256 _amount, bool shouldHarvest) payable
updateSupply(uint256 _newSupply)
withdrawEth()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 amount)
constructor(string _name, string _symbol, uint256 _rewardSupply, address _rewardsTokenAddy, address _stakedTokenAddy, uint256 _perBlockAmount, uint256 _stakeTimeLockSec, address _rewardVault, uint256 _farmIntervalBlockCount)
This contract contains no fallback and receive objects.
This contract contains no error objects.