AuricRewards
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc7d2…1537
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AUSCESC | ERC-20 | 15.587067 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12121946 | 4 years ago | | | 0 | 0.026191418 | |
| 11236610 | 4 years ago | | | 0 | 0.0028176121 | |
| 11211546 | 4 years ago | | | 0 | 0.0065403240 | |
| 11208084 | 4 years ago | | | 0 | 0.013043536 | |
| 11206871 | 4 years ago | | | 0 | 0.0025061400 | |
| 11206864 | 4 years ago | | | 0 | 0.0093438450 | |
| 11205735 | 4 years ago | | | 0 | 0.012011175 | |
| 11202242 | 4 years ago | | | 0 | 0.014107240 | |
| 11201940 | 4 years ago | | | 0 | 0.0053136200 | |
| 11201930 | 4 years ago | | | 0 | 0.015851836 |
ABI
ABI objects
Getter at block 21306808
DURATION() view returns (uint256)
1209600
escrow() view returns (address)
0x16e67e9139e7fe977c473f4b9bd8c80843309715
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1604699945
lastUpdateTime() view returns (uint256)
1604699945
owner() view returns (address)
0xa01cfcbba81b2a65bf5fcdb237244d063e531a70
periodFinish() view returns (uint256)
1604699945
rewardDistribution() view returns (address)
0xad94b363ee99b413aaaf6e0b26fb666ffd56d731
rewardPerToken() view returns (uint256)
395498529511568572396
rewardPerTokenStored() view returns (uint256)
395498529511568572396
rewardRate() view returns (uint256)
24801587301587301587
snx() view returns (address)
0xc7d2dd457d4135e85daeb4bb62d79dd9bd5f1537
totalSupply() view returns (uint256)
0
uni() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
earnedAusc(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setEscrow(address newEscrow)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _token, address _lp)
This contract contains no fallback and receive objects.
This contract contains no error objects.