Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb42f…762b
Balances ($0.00)
No balances found for "GameSetting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7711660 | 6 years ago | | | 0 | 0.00043707000 | |
| 7711657 | 6 years ago | | | 0 | 0.00064377000 |
ABI
ABI objects
Getter at block 21272832
CURRENCY_DIVISOR() view returns (uint256)
1000000000000000000
HOUSE_EDGE_DIVISOR() view returns (uint256)
1000
MAX_HOUSE_EDGE() view returns (uint256)
1000
MAX_NUMBER() view returns (uint256)
99
MIN_HOUSE_EDGE() view returns (uint256)
0
MIN_NUMBER() view returns (uint256)
2
PERCENTAGE_DIVISOR() view returns (uint256)
1000000
TWO_DECIMALS() view returns (uint256)
100
developer() view returns (address)
0x7e4647a8195fd614352f3516018fdbdc538f5b5d
escapeActivator() view returns (address)
0xb15c54b4b9819925cd2a7ee3079544402ac33cee
isActive() view returns (bool)
true
spinlotteryAddress() view returns (address)
0xf9478f9a6b9a5e7685c226b09c56b78602b65422
spinwinAddress() view returns (address)
0x453939ddbb64a8ce1da8b0648281ca281dfaa2ef
Read-only
boolSettings(bytes32 name) view returns (bool)
canBet(uint256 rewardValue, uint256 betValue, uint256 playerNumber, uint256 houseEdge) view returns (bool)
isExchangeAllowed(address playerAddress, uint256 tokenAmount) view returns (bool)
uintSettings(bytes32 name) view returns (uint256)
State-modifying
Events changeAddress(address _escapeActivator)
changeDeveloper(address _developer)
devSetBoolSetting(bytes32 name, bool value)
devSetMinBankroll(uint256 minBankroll)
devSetSpinlotteryAddress(address _address)
devSetSpinwinAddress(address _address)
devSetTokenExchangeMinBankrollPercent(uint256 tokenExchangeMinBankrollPercent)
devSetUintSetting(bytes32 name, uint256 value)
spinlotteryIncrementUintSetting(bytes32 name)
spinlotterySetBoolSetting(bytes32 name, bool value)
spinlotterySetMinBankroll(uint256 _minBankroll) returns (bool)
spinlotterySetUintSetting(bytes32 name, uint256 value)
spinlotteryUpdateTokenToWeiExchangeRate()
spinwinAddFunds(uint256 amount)
spinwinEscapeHatch()
spinwinIncrementUintSetting(bytes32 name)
spinwinRollDice(uint256 betValue)
spinwinSetBoolSetting(bytes32 name, bool value)
spinwinSetUintSetting(bytes32 name, uint256 value)
spinwinUpdateExchangeMetric(uint256 exchangeAmount)
spinwinUpdateLoseMetric(uint256 betValue, uint256 tokenRewardValue)
spinwinUpdateLotteryContributionMetric(uint256 lotteryContribution)
spinwinUpdateTokenToWeiExchangeRate()
spinwinUpdateWinMetric(uint256 playerProfit)
withdrawToken(address tokenContractAddress)
LogAddBankRoll(uint256 amount)
LogSetBoolSetting(address indexed who, bytes32 indexed name, bool value)
LogSetUintSetting(address indexed who, bytes32 indexed name, uint256 value)
LogSpinwinEscapeHatch()
LogUpdateTokenToWeiExchangeRate(uint256 exchangeRate, uint256 exchangeRateBlockNumber)
constructor(address _spintokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.