Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GENIE | ERC-20 | 1.044721 | -- | -- | |
UNI-V2 | ERC-20 | 0.272159 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11135809 | 4 years ago | | | 0 | 0.00083674000 | |
| 11089130 | 4 years ago | | | 0 | 0.00082926800 | |
| 11089129 | 4 years ago | | | 0 | 0.0019528080 | |
| 11089119 | 4 years ago | | | 0 | 0.0011693000 | |
| 11087715 | 4 years ago | | | 0 | 0.0023041200 | |
| 11087715 | 4 years ago | | | 0 | 0.00077985600 | |
| 11087715 | 4 years ago | | | 0 | 0.00060261600 | |
| 11087715 | 4 years ago | | | 0 | 0.00056716800 | |
| 11087715 | 4 years ago | | | 0 | 0.00056716800 | |
| 11087715 | 4 years ago | | | 0 | 0.0011111788 |
ABI
ABI objects
Getter at block 21185808
GenieUniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
fundVotingAddress() view returns (address)
0x0000000000000000000000000000000000000000
isSendingFunds() view returns (bool)
false
lampUniswapV2Pair() view returns (address)
0x827cff868e024b60ccc11072e8c34edeac3d5daa
liquidityMultiplier() view returns (uint256)
70
miningDifficulty() view returns (uint256)
40000
name() view returns (string)
Genie
symbol() view returns (string)
GENIE
totalSupply() view returns (uint256)
8223605430436398041
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getGenieUniStakeAmount(address _account) view returns (uint256)
getLampUniStakeAmount(address _account) view returns (uint256)
myRewardsBalance(address _account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
sendRugToFund(uint256 amount)
setGeniePairAddress(address _uniV2address)
setLampPairAddress(address _uniV2address)
setMiningDifficulty(uint256 amount)
setVotingAddress(address _account)
stakeLampUni(uint256 amount)
stakeRugUni(uint256 amount)
toggleFundsTransfer()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawLampUni(uint256 amount)
withdrawRugUni(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
FundsSentToFundingAddress(address indexed user, uint256 amount)
GeniePairAddressChanged(address indexed user, address GeniePairAddress)
GenieUniStaked(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
GenieUniWithdrawn(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rewards(address indexed user, uint256 reward)
Transfer(address indexed from, address indexed to, uint256 value)
difficultyChanged(address indexed user, uint256 difficulty)
lampPairAddressChanged(address indexed user, address lampPairAddress)
lampUniStaked(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
lampUniWithdrawn(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
votingAddressChanged(address indexed user, address votingAddress)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.