Contribute
Verified contract
Active on
Ethereum with 6,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf48d…c28a
Balances ($9.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mUSD | ERC-20 | 8.99 | $1.086 |
$9.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20931679 | a month ago | | | 0 | 0.0017432244 | |
| 18965146 | 10 months ago | | | 0 | 0.0043091869 | |
| 18965094 | 10 months ago | | | 0 | 0.0022567264 | |
| 18965086 | 10 months ago | | | 0 | 0.0041664656 | |
| 18965074 | 10 months ago | | | 0 | 0.0045708651 | |
| 18965070 | 10 months ago | | | 0 | 0.0047415122 | |
| 18965051 | 10 months ago | | | 0 | 0.0020469780 | |
| 18965034 | 10 months ago | | | 0 | 0.0017546818 | |
| 18965029 | 10 months ago | | | 0 | 0.0018267970 | |
| 18965022 | 10 months ago | | | 0 | 0.0050584633 |
ABI
ABI objects
Getter at block 21158505 totalClaimRequired() view returns (uint256)
DIVIDER() view returns (uint256)
1000000
GME() view returns (bool)
false
TAX() view returns (uint256)
10
genesis() view returns (address)
0xf48d1ffbed1d9b87cc0b4410d16230b35bdfc28a
genesisAveragePrice() view returns (uint256)
2935510714137388564
genesisReserve() view returns (uint256)
13884845285485198171923995
getBurnedTokensAmount() view returns (uint256)
1122166505346133354713641
getCurrentTokenPrice() view returns (uint256)
1225193624139372803
getInterest() view returns (uint256)
1139444610
getTotalSupply() view returns (uint256)
1225193624139372803336673
reserve() view returns (address)
0xe2f2a5c287993345a840db3b0845fbc70f5935a5
token() view returns (address)
0xe09216f1d343dd39d6aa732a08036fee48555af0
totalContributed() view returns (uint256)
629628832860376769482836
totalInterestClaimed() view returns (uint256)
364173761491395106425430
totalReserve() view returns (uint256)
750549708315885358016811
vault() view returns (address)
0xda1fd36cfc50ed03ca4dd388858a78c904379fb3
Read-only
claimRequired(uint256 amountToClaim) view returns (uint256)
getReserveToTokens(uint256 reserveAmount) view returns (uint256)
getReserveToTokensTaxed(uint256 reserveAmount) view returns (uint256)
getTokensToReserve(uint256 tokenAmount) view returns (uint256)
getTokensToReserveTaxed(uint256 tokenAmount) view returns (uint256)
State-modifying
Events claimInterest()
concludeGME()
genesisInvest(uint256 contributedAmount)
invest(uint256 reserveAmount)
sell(uint256 tokenAmount)
InterestClaimed(address indexed from, uint256 initerestAmount)
MintAndBurn(uint256 reserveAmount, uint256 tokensBurned)
TokensBought(address indexed from, uint256 amountInvested, uint256 tokensMinted)
TokensSold(address indexed from, uint256 tokensSold, uint256 amountReceived)
constructor(address _vault, uint256 _endTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.