GenieRevenueStaking
Verified contract
Active on
Ethereum with 778 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$6,353.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.63119 | $3,895.27 |
$6,353.93 | |
GENIE | ERC-20 | 10.887364M | $0.00084 |
$9,141.47 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19795785 | 7 months ago | | | 0 | 0.00017793330 | |
| 19667508 | 8 months ago | | | 0 | 0.0022234572 | |
| 19206424 | 10 months ago | | | 0 | 0.0072002410 | |
| 19206419 | 10 months ago | | | 0 | 0.0012505489 | |
| 19170669 | 10 months ago | | | 0 | 0.0029532926 | |
| 19110494 | a year ago | | | 0 | 0.00070388836 | |
| 19110492 | a year ago | | | 0 | 0.00038549917 | |
| 19075532 | a year ago | | | 0 | 0.0010061277 | |
| 18943904 | a year ago | | | 0 | 0.0015637502 | |
| 18943883 | a year ago | | | 0 | 0.00084453777 |
ABI
ABI objects
Getter at block 21400119
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
genieToken() view returns (address)
0x56978e609f2cab06f77c5c8fd75166fcd8f09bd8
getNumberOfDividends() view returns (uint256)
10887363847706497885370876
getNumberOfStakers() view returns (uint256)
115
getTotalDividendsDistributed() view returns (uint256)
24370000000000000000
totalBalance() view returns (uint256)
10887363847706497885370876
totalDividendsDistributed() view returns (uint256)
24370000000000000000
Read-only
accumulativeDividendOf(address _owner) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccount(address _account) view returns (address account, uint256 withdrawableDividends, uint256 totalDividends, uint256 balance)
getExpectedCompoundOutputByEthAmount(uint256 rewardAmount) view returns (uint256)
getExpectedCompoundOutputByWallet(address wallet) view returns (uint256)
holderBalance(address) view returns (uint256)
withdrawableDividendOf(address _owner) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events claim()
compound(uint256 minOutput)
deposit(uint256 _amount)
distributeDividends() payable
withdraw(uint256 _amount)
withdrawAll()
withdrawDividend()
Claim(address indexed account, uint256 amount, bool indexed automatic)
Deposit(address indexed user, uint256 amount)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(address indexed from, uint256 weiAmount)
Withdraw(address indexed user, uint256 amount)
constructor(address _genieToken)
receive()
This contract contains no error objects.