EdgelessCasino
Verified contract
Active on
Ethereum with 3,893 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0871…e39c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIN | ERC-20 | 7.77 | -- | -- | |
TKNT | ERC-20 | 5 | -- | -- | |
EDG | ERC-20 | 2 | -- | -- | |
FOL | ERC-20 | 0.5 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5588245 | 7 years ago | | | 0 | 0.0019211900 | |
| 5588239 | 7 years ago | | | 0 | 0.0020399160 | |
| 5587558 | 7 years ago | | | 0 | 0.00068512400 | |
| 5587290 | 7 years ago | | | 0 | 0.0034500000 | |
| 5587279 | 7 years ago | | | 0 | 0.0034500000 | |
| 5587272 | 7 years ago | | | 0 | 0.0034500000 | |
| 5587204 | 7 years ago | | | 0 | 0.0034500000 | |
| 5587171 | 7 years ago | | | 0 | 0.0019211900 | |
| 5587130 | 7 years ago | | | 0 | 0.0034500000 | |
| 5587082 | 7 years ago | | | 0 | 0.0034500000 |
ABI
ABI objects
Getter at block 21171632 bankroll() view returns (uint256)
closeAt() view returns (uint256)
0
gasPrice() view returns (uint256)
50
maxDeposit() view returns (uint256)
150000000
owner() view returns (address)
0x7ab5dfc486af477c19055d0e34ba0436b32c5e54
playerBalance() view returns (uint256)
18010791085281
waitingTime() view returns (uint256)
43200
Read-only
authorized(address) view returns (bool)
balanceOf(address) view returns (uint256)
gasPerTx(bytes4) view returns (uint256)
lastState(address) view returns (uint128 count, int128 winBalance)
withdrawAfter(address) view returns (uint256)
withdrawCount(address) view returns (uint256)
State-modifying
Events authorize(address addr)
cancelWithdrawalRequest()
changeOwner(address newOwner)
close()
deauthorize(address addr)
deposit(address receiver, uint256 numTokens, bool chargeGas)
logGameData(bytes32[] serverSeeds, bytes32[] clientSeeds, int256[] results, uint8 v, bytes32 r, bytes32 s)
open()
requestWithdrawal()
setGasPrice(uint8 price)
setMaxDeposit(uint256 newMax)
setWaitingTime(uint256 newWaitingTime)
updateState(int128 winBalance, uint128 gameCount, uint8 v, bytes32 r, bytes32 s)
withdraw(uint256 amount)
withdrawBankroll(uint256 numTokens)
withdrawFor(address receiver, uint256 amount, uint8 v, bytes32 r, bytes32 s)
Deposit(address _player, uint256 _numTokens, bool _chargeGas)
GameData(address player, bytes32[] serverSeeds, bytes32[] clientSeeds, int256[] results)
StateUpdate(uint128 count, int128 winBalance, int256 difference, uint256 gasCost, address player, uint128 lcount)
Withdrawal(address _player, address _receiver, uint256 _numTokens)
constructor(address authorizedAddress, address tokenContract, uint256 depositLimit, uint8 kGasPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.