Staked MEED
Verified contract
Active on
Ethereum with 728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8503…47b7
0x1b37…6050
0x0143…8090
Balances ($2,448,233.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEED | ERC-20 | 8.770095M | $0.279157 |
$2,448,233.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172652 | 4 days ago | | | 0 | 0.0050234996 | |
| 21164371 | 5 days ago | | | 0 | 0.0043294240 | |
| 21078971 | 17 days ago | | | 0 | 0.0030578769 | |
| 21041313 | 23 days ago | | | 0 | 0.0013642830 | |
| 21041299 | 23 days ago | | | 0 | 0.0012443279 | |
| 21041275 | 23 days ago | | | 0 | 0.0014603399 | |
| 21041265 | 23 days ago | | | 0 | 0.0015578534 | |
| 21041246 | 23 days ago | | | 0 | 0.0014787261 | |
| 21041243 | 23 days ago | | | 0 | 0.0014504028 | |
| 21041238 | 23 days ago | | | 0 | 0.0015012688 |
ABI
ABI objects
Getter at block 21203701
cityMintingStartDate() view returns (uint256)
1712412419
currentCityIndex() view returns (uint8)
1
decimals() view returns (uint8)
18
isCurrentCityMintable() view returns (bool)
true
isOwner() view returns (bool)
false
lastCityMintingCompleteDate() view returns (uint256)
1702044419
meed() view returns (address)
0x8503a7b00b4b52692cc6c14e5b96f142e30547b7
name() view returns (string)
Staked MEED
nft() view returns (address)
0x0143b71443650aa8efa76bd82f35c22ebd558090
owner() view returns (address)
0x0d55f99d20cd4fc7eb36fb78f7d8a42c48826493
rewardDistribution() view returns (address)
0x1b37d04759ad542640cc44ff849a373040386050
startRewardsTime() view returns (uint256)
1648425600
symbol() view returns (string)
xMEED
totalSupply() view returns (uint256)
2353855816965731423796253
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cardTypeInfo(uint256) view returns (string name, uint8 cityIndex, uint8 cardType, uint32 supply, uint32 maxSupply, uint256 amount)
cityInfo(uint256) view returns (string name, uint32 population, uint32 maxPopulation, uint256 availability)
earned(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exit()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem(uint8 cardTypeId) returns (uint256 tokenId)
renounceOwnership()
setNFT(address _nftAddress)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
NFTSet(address indexed newNFT)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed user, string city, string cardType, uint256 id)
Staked(address indexed user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount)
constructor(address _meed, address _rewardDistribution, address _nftAddress, uint256 _startRewardsTime, string[] _cityNames, string[] _cardNames, uint256[] _cardPrices, uint32[] _cardSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.