CloversController
Verified contract
Active on
Ethereum with 9,357 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CloversController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8673537 | 5 years ago | | | 0 | 0.0015589840 | |
| 8673515 | 5 years ago | | | 0 | 0.0017538570 | |
| 8673512 | 5 years ago | | | 0.00786774 | 0.00037646300 | |
| 8673512 | 5 years ago | | | 0.00786774 | 0.00037646300 | |
| 8671885 | 5 years ago | | | 0 | 0.0038972600 | |
| 8670696 | 5 years ago | | | 0 | 0.0019486300 | |
| 8670692 | 5 years ago | | | 0.00286774 | 0.0076761000 | |
| 8669574 | 5 years ago | | | 0 | 0.0014642240 | |
| 8669520 | 5 years ago | | | 0 | 0.0015589040 | |
| 8669506 | 5 years ago | | | 0 | 0.0015589040 |
ABI
ABI objects
Getter at block 21165829
averageGasPrice() view returns (uint256)
1000000000
basePrice() view returns (uint256)
3000000000000000000
clovers() view returns (address)
0xb55c5cac5014c662fdbf21a2c59cd45403c482fd
clubToken() view returns (address)
0x1a94656a6245379bc0d9c64c402197528edb2bd1
clubTokenController() view returns (address)
0x1754a612ca578f72d678196bcc16710f01db7655
curationMarket() view returns (address)
0x0000000000000000000000000000000000000000
fastGasPrice() view returns (uint256)
8000000000
gasBlockMargin() view returns (uint256)
240
gasLastUpdated() view returns (uint256)
8673537
gasLastUpdated_fastGasPrice_averageGasPrice_safeLowGasPrice() view returns (uint256)
54444674154640587634576916853908061069164779262565491781880433152
getGasPriceForApp() view returns (uint256)
10000000000
marginOfError() view returns (uint256)
1
oneGwei() view returns (uint256)
1000000000
oracle() view returns (address)
0xab0f3326f7f32988963d446543a0b3bbc21b8b92
owner() view returns (address)
0xe7d134c26292e4eeb6fc7f95bc4188a04658d0e3
paused() view returns (bool)
false
payMultiplier() view returns (uint256)
327000000000000000
priceMultiplier() view returns (uint256)
3
safeLowGasPrice() view returns (uint256)
1000000000
simpleCloversMarket() view returns (address)
0x6ebd97252d34645263c1d074f202f1d7546ce06b
stakeAmount() view returns (uint256)
286774
stakePeriod() view returns (uint256)
60000
Read-only
calculateReward(uint256 _symmetries) view returns (uint256)
commits(bytes32) view returns (bool collected, uint256 stake, address committer)
convertBytes16ToUint(bytes16 _board) view returns (uint256 number)
getCommit(bytes32 movesHash) view returns (address)
getMovesHash(uint256 _tokenId) view returns (bytes32)
getPrice(uint256 _symmetries) view returns (uint256)
getStake(bytes32 movesHash) view returns (uint256)
isValid(bytes28[2] moves) view returns (bool)
isValidGame(bool error, bool complete) pure returns (bool)
isVerified(uint256 _tokenId) view returns (bool)
State-modifying
Events _setCommit(bytes32 movesHash, address committer)
challengeClover(uint256 _tokenId) returns (bool)
challengeCloverWithGas(uint256 _tokenId, uint256 _fastGasPrice, uint256 _averageGasPrice, uint256 _safeLowGasPrice) returns (bool)
claimClover(bytes28[2] moves, uint256 _tokenId, uint256 _symmetries, bool _keep) payable returns (bool)
fixSalePrice(uint256 _tokenId, uint256 _price)
reclaimEther()
reclaimToken(address token)
renounceOwnership()
retrieveStake(uint256 _tokenId) payable returns (bool)
retrieveStakeWithGas(uint256 _tokenId, uint256 _fastGasPrice, uint256 _averageGasPrice, uint256 _safeLowGasPrice) payable returns (bool)
tokenFallback(address from_, uint256 value_, bytes data_)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
updateBasePrice(uint256 _basePrice)
updateClubTokenController(address _clubTokenController)
updateCurationMarket(address _curationMarket)
updateGasBlockMargin(uint256 _gasBlockMargin)
updateGasPrices(uint256 _fastGasPrice, uint256 _averageGasPrice, uint256 _safeLowGasPrice)
updateMarginOfError(uint256 _marginOfError)
updateOracle(address _oracle)
updatePaused(bool _paused)
updatePayMultipier(uint256 _payMultiplier)
updatePriceMultipier(uint256 _priceMultiplier)
updateSimpleCloversMarket(address _simpleCloversMarket)
updateStakeAmount(uint256 _stakeAmount)
updateStakePeriod(uint256 _stakePeriod)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
cloverChallenged(bytes28[2] moves, uint256 tokenId, address owner, address challenger, uint256 stake)
cloverClaimed(bytes28[2] moves, uint256 tokenId, address owner, uint256 stake, uint256 reward, uint256 symmetries, bool keep)
cloverCommitted(bytes32 movesHash, address owner)
stakeRetrieved(uint256 tokenId, address owner, uint256 stake)
constructor(address _clovers, address _clubToken, address _clubTokenController)
fallback()
This contract contains no error objects.