Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($1,344.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 43.740931 | $17.60 |
$769.84 | |
GENI | ERC-20 | 613.717364M | $0.000001 |
$574.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272143 | 15 hours ago | | | 0 | 0.00077259288 | |
| 21272081 | 15 hours ago | | | 0 | 0.00054180328 | |
| 21269102 | a day ago | | | 0 | 0.00019870713 | |
| 21263714 | 2 days ago | | | 0 | 0.00023429030 | |
| 21263698 | 2 days ago | | | 0 | 0.00037405600 | |
| 21263031 | 2 days ago | | | 0 | 0.00021884674 | |
| 21263029 | 2 days ago | | | 0 | 0.00033371814 | |
| 21263026 | 2 days ago | | | 0 | 0.00022721771 | |
| 21263024 | 2 days ago | | | 0 | 0.00023209966 | |
| 21263022 | 2 days ago | | | 0 | 0.00022770151 |
ABI
ABI objects
Getter at block 21276652
DOMAIN_SEPARATOR() view returns (bytes32)
0xd951a38113188a785d6753c8c4b58034c16acb79f12f2984aaf2450160fe2feb
LAUNCH_TIMESTAMP() view returns (uint256)
1670964246
advLockedSupply() view returns (uint256)
163018961524819590353
auctionAddress() view returns (address)
0x4444445594ee5def125a9a30c9962db911f24444
basicLockedSupply() view returns (uint256)
1089507358283036744
calendarAddress() view returns (address)
0x44444489fa9588870d4e06003b516d54a2af4444
decimals() pure returns (uint8)
9
gnftAddress() view returns (address)
0x4444444444329c1ec1e8e5ac8903d183f91f3a3f
hexodusAddress() view returns (address)
0x3692dab89bc1f77c9fd4d42f6a69e858f5da5555
minersAddress() view returns (address)
0x4444444ffa9bd8af854ea4e353756b06472f4444
name() view returns (string)
Genius
oaBeneficiary() view returns (address)
0x34cf4cdb502b8ff43943149224060c0de2ddff82
oaGrantor() view returns (address)
0xb7b9e1b20425e6eb7688b92bef1dafdf8ee15af6
oaMintableBalance() view returns (uint256)
0
penaltyAddress() view returns (address)
0x44444444444fbb03ddee0cce1b8191d0a64bc5ee
reserveSupply() view returns (uint256)
297710977420755373846
stabilityPoolAddress() view returns (address)
0xdca692d433fe291ef72c84652af2fe04da4b4444
symbol() view returns (string)
GENI
totalSupply() view returns (uint256)
102292653376765383085
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canClaim(address destination, uint256 amount, bytes32[] merkleProof) view returns (bool)
claimed(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address owner, uint256 amount)
changeOaBeneficiary(address _oaBeneficiary)
changeOaGrantor(address _newOaGrantor)
claimGenius(address destination, uint256 amount, bytes32[] merkleProof, bool mintNft)
claimLostMintBonus()
decAdvLockedSupply(uint256 _amount)
decBasicLockedSupply(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
endMiner(uint256 minerIndex, bool benevolence, bool mintNft)
incAdvLockedSupply(uint256 _amount)
incBasicLockedSupply(uint256 _amount)
incOaMintableBalance(uint256 bonusLostForever)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address owner, uint256 amount)
mintSummaryReward(address _to, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
releaseShares(address owner, uint256 minerId, bool mintNft)
setAuctionContract(address _auction)
setCalendarContract(address _calendar)
setGnftContract(address _gnftAddress)
setHexodusContract(address _hexodus)
setMinersContract(address _minersAddress)
setPenaltyContract(address _pcAddress)
setStabilityPoolAddress(address _stabilityPool)
shutdownMiner(address owner, uint256 minerId, bool mintNft)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeOaBeneficiary(address newOaBeneficiary, uint256 updated)
ChangeOaGrantor(address newOaGrantor, uint256 updated)
Claim(address sender, address claimant, uint256 amount)
EndMiner(address indexed owner, uint256 minerIndex, bool benevolence, uint256 principalPayout, uint256 totalMinerRewards, uint256 rewardsPayout, uint256 penaltyToMiners, struct UtilitiesMinerCache miner)
LemRewardsClaim(address indexed executorRewardAddress, address owner, uint256 minerIndex, uint256 executorReward)
ShutdownMiner(address indexed minerAddress, uint256 minerIndex, address indexed executorRewardAddress, uint256 executorReward, uint256 performanceRewards, uint256 redistributedPenalties, uint256 toOa, uint256 burnedForever, struct UtilitiesMinerCache miner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _oaGrantor, address _oaBeneficiary)
This contract contains no fallback and receive objects.
CannotShutdown()
ErrorCannotReleaseAuctionedShares()
ErrorCannotReleaseShares()
ErrorNotLaunchedYet()
ErrorNullAddress()
ErrorUnauthorized()
NoClaimExists()
UnauthorizedLostBonusClaiming()