RollERCGame
Verified contract
Active on
Ethereum with 605 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcfaa…dd44
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROLL | ERC-20 | 4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17967703 | a year ago | | | 0 | 0.0014513030 | |
| 17964182 | a year ago | | | 0 | 0.012790444 | |
| 17963096 | a year ago | | | 0 | 0.0019125703 | |
| 17963092 | a year ago | | | 0 | 0.0040490928 | |
| 17963082 | a year ago | | | 0 | 0.0018584341 | |
| 17963074 | a year ago | | | 0 | 0.0042667572 | |
| 17963057 | a year ago | | | 0 | 0.0018710559 | |
| 17963048 | a year ago | | | 0 | 0.0039828928 | |
| 17963026 | a year ago | | | 0 | 0.0021544179 | |
| 17963026 | a year ago | | | 0 | 0.0042830829 |
ABI
ABI objects
Getter at block 21178062
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
feeBasepoints() view returns (uint256)
800
feeWallet() view returns (address)
0xbfb54c2f8b8c1528ef6f2d63b9e12af9b5f1a44d
gameToken() view returns (address)
0xcfaa739f30a82041664c72569f4effc812dadd44
owner() view returns (address)
0xbfb54c2f8b8c1528ef6f2d63b9e12af9b5f1a44d
Read-only
games(int64) view returns (uint256 betAmount, uint8 status, uint256 playerCount)
getBetAmount(int64 groupId) view returns (uint256)
getGameStatus(int64 groupId) view returns (uint8)
State-modifying
Events endGame(int64 groupId, address winner)
renounceOwnership()
setFeeBasepoints(uint256 _feeBasepoints)
setFeeWallet(address _feeWallet)
setGameToken(address _gameToken)
setMaxPlayers(uint256 _maxPlayers)
startGame(int64 groupId, address[] _wallets, uint256 betAmount, uint256 _playerCount)
transferOwnership(address newOwner)
FeeTaken(uint256 amount)
GameEnded(int64 groupId, address winner)
GameStarted(int64 groupId, uint256 betAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(uint256 amount)
constructor(address _gameToken, address _feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.