CryptoCrystal
Verified contract
Active on
Ethereum with 4,862 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots
0x5116…782e
0xcfbc…7602
0xb6e9…4574
0x045f…75f3
Balances ($962.87)
Native
Value
$962.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2651 | $3,632.11 |
$962.87 | |
YOO | ERC-20 | 15.14K | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13089450 | 3 years ago | | | 0 | 0.034447455 | |
| 13089432 | 3 years ago | | | 0.05 | 0.0083699645 | |
| 12127701 | 4 years ago | | | 0 | 0.054157011 | |
| 12127680 | 4 years ago | | | 0.1 | 0.0080052090 | |
| 12118641 | 4 years ago | | | 0.0049 | 0.0019472400 | |
| 12066078 | 4 years ago | | | 0 | 0.0076153600 | |
| 12065986 | 4 years ago | | | 0.005 | 0.012981420 | |
| 12065958 | 4 years ago | | | 0 | 0.0088573200 | |
| 12038016 | 4 years ago | | | 0.005 | 0.0098803030 | |
| 12037075 | 4 years ago | | | 0.15 | 0.0092312320 |
ABI
ABI objects
Getter at block 21294083 getCrystalWeights() view returns (uint256[100])
MIN_WEI_AMOUNT() view returns (uint256)
5000000000000000
blockNumberUpdated() view returns (uint256)
12127701
crystal() view returns (address)
0xcfbc9103362aec4ce3089f155c2da2eea1cb7602
currentWeight() view returns (uint256)
1031904901
donationRate() view returns (uint256)
50
donationWallet() view returns (address)
0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359
estimatedWeight() view returns (uint256)
2500
exchange() view returns (address)
0xb6e928db347dbaad2c06868b716a2cf488904574
generator() view returns (address)
0x045f11fc6fbed29b73119f4d51570c7e64af75f3
initialBlockNumber() view returns (uint256)
5593248
originalTotalWeight() view returns (uint256)
210000000000000
owner() view returns (address)
0xb144878128e9d6cd3d1a9d024e7b46b5c6b1c243
pickaxe() view returns (address)
0x5116c1d70e3a2cf55a2502d05f1bc17a0518782e
rate() view returns (uint256)
200
secondsPerBlock() view returns (uint256)
12
secondsPerDay() view returns (uint256)
86400
secondsPerYear() view returns (uint256)
31536000
wallet() view returns (address)
0x7b37faf831044d08da0c0e7419e2e31615f43032
Read-only
_estimateSupply(uint256 _secondsPerBlock, uint256 _initialBlockNumber, uint256 _currentBlockNumber, uint256 _totalWeight) pure returns (uint256)
_estimateWeight(uint256 _secondsPerBlock, uint256 _initialBlockNumber, uint256 _currentBlockNumber, uint256 _totalWeight, uint256 _currentWeight) pure returns (uint256)
_getBlockIndex(uint256 _initialBlockNumber, uint256 _currentBlockNumber) pure returns (uint256)
_getBlockIndexAtYear(uint256 _initialBlockNumber, uint256 _currentBlockNumber, uint256 _secondsPerBlock) pure returns (uint256)
_getBlocksPerYear(uint256 _secondsPerBlock) pure returns (uint256)
_getFirstIndex(uint256 _min, uint256[] _sorted) pure returns (uint256)
_getWaitingBlocks(uint256 _secondsPerBlock) pure returns (uint256)
_getWeightUntil(uint256 _totalWeight, uint256 _yearIndex) pure returns (uint256)
_getYearIndex(uint256 _secondsPerBlock, uint256 _initialBlockNumber, uint256 _currentBlockNumber) pure returns (uint256)
_updateNeeded(uint256 _secondsPerBlock, uint256 _currentBlockNumber, uint256 _blockNumberUpdated) pure returns (bool)
State-modifying
Events _getRandom(uint256 _max) returns (uint256)
bidExchange(uint256 _exchangeId, uint256 _tokenId)
buyPickaxes(address _beneficiary) payable
cancelExchange(uint256 _id)
createExchange(uint256 _tokenId, uint256 _kind, uint256 _weight)
meltCrystals(uint256[] _tokenIds)
mineCrystals(uint256 _pkxAmount)
setEthereumWallet(address _donationWallet)
setRandomGenerator(address _generator)
setWallet(address _wallet)
transferOwnership(address newOwner)
BidExchange(uint256 indexed id, address owner, uint256 ownerTokenId, uint256 ownerTokenGene, uint256 ownerTokenKind, uint256 ownerTokenWeight, address exchanger, uint256 exchangerTokenId, uint256 exchangerTokenKind, uint256 exchangerTokenWeight, uint256 bidAt)
CancelExchange(uint256 indexed id, address owner, uint256 ownerTokenId, uint256 ownerTokenKind, uint256 ownerTokenWeight, uint256 cancelledAt)
CreateExchange(uint256 indexed id, address owner, uint256 ownerTokenId, uint256 ownerTokenGene, uint256 ownerTokenKind, uint256 ownerTokenWeight, uint256 kind, uint256 weight, uint256 createdAt)
Donation(address sender, uint256 value)
ForwardFunds(address sender, uint256 value, uint256 deposit)
MeltCrystals(address indexed owner, uint256 indexed meltedAt, uint256[] meltedTokenIds, uint256 tokenId, uint256 kind, uint256 weight, uint256 gene)
MineCrystals(address indexed owner, uint256 indexed minedAt, uint256[] tokenIds, uint256[] kinds, uint256[] weights, uint256[] genes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
UpdateEstimatedWeight(uint256 weight, uint256 nextUpdateBlockNumber)
constructor(address _pickaxe, address _crystal, address _exchange, address _generator, address _wallet, address _donationWallet, uint256 _donationRate)
fallback()
This contract contains no error objects.