DarkMatterCollectibleFarm
Verified contract
Active on
Ethereum with 1,460 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6e91…2247
0xc3bc…27f2
Balances ($14.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMT | ERC-20 | 1.10406 | $13.35 |
$14.74 | |
L1 | ERC-20 | 1.104K | -- | -- | |
UNI-V2 | ERC-20 | 33.980844 | -- | -- | |
GHOST | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12217980 | 4 years ago | | | 0 | 0.0044073270 | |
| 11959665 | 4 years ago | | | 0 | 0.011577456 | |
| 11945120 | 4 years ago | | | 0 | 0.0059749200 | |
| 11944163 | 4 years ago | | | 0 | 0.0084857490 | |
| 11894028 | 4 years ago | | | 0 | 0.0094066830 | |
| 11887446 | 4 years ago | | | 0 | 0.0086830920 | |
| 11879808 | 4 years ago | | | 0 | 0.0091405800 | |
| 11879743 | 4 years ago | | | 0 | 0.013038480 | |
| 11879730 | 4 years ago | | | 0 | 0.015738480 | |
| 11879416 | 4 years ago | | | 0 | 0.011445894 |
ABI
ABI objects
Getter at block 21302425
dmc() view returns (address)
0x6e91869090a430e6ba6ffa7c585742e56fed2247
isOwner() view returns (bool)
false
owner() view returns (address)
0x00d46d105507a04d7e4592cf43bbbad964bc77ab
story() view returns (address)
0xc3bc85b2f436bf306640330cf2b3b160c1f627f2
token() view returns (address)
0x2b53861bb489501537cddf9bfec8f1caa2851a24
totalSupply() view returns (uint256)
33980844246217022364
Read-only
balanceOf(address account) view returns (uint256)
cards(uint256) view returns (uint256)
earned(address account) view returns (uint256)
lastUpdateTime(address) view returns (uint256)
points(address) view returns (uint256)
State-modifying
Events addCard(uint256 cardId, uint256 amount)
exit()
redeem(uint256 card)
renounceOwnership()
setStory(address _story)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
CardAdded(uint256 card, uint256 points)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed user, uint256 amount)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _dmcAddress, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.