EdgelessCasino
Verified contract
Active on
Ethereum with 45,728 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.00398 |
$0 | |
EDG | ERC-20 | 6.536928M | -- | -- | |
CBTV | ERC-20 | 54.2 | -- | -- | |
ROTO | ERC-20 | 22 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
LC | ERC-20 | 0.13 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15542657 | 2 years ago | | | 0 | 0.0035590560 | |
| 15307675 | 2 years ago | | | 0 | 0.0023070240 | |
| 15060153 | 2 years ago | | | 0 | 0.0029397240 | |
| 14293320 | 3 years ago | | | 0 | 0.0028875360 | |
| 14091600 | 3 years ago | | | 0 | 0.014063004 | |
| 14055576 | 3 years ago | | | 0 | 0.016661904 | |
| 13690497 | 3 years ago | | | 0 | 0.0056912940 | |
| 13565241 | 3 years ago | | | 0 | 0.010408212 | |
| 13563893 | 3 years ago | | | 0 | 0.010662192 | |
| 13254536 | 3 years ago | | | 0 | 0.0069834240 |
ABI
ABI objects
Getter at block 21157503
bankroll() view returns (uint256)
1495901
closeAt() view returns (uint256)
0
gasPayback() view returns (uint256)
161731013
gasPrice() view returns (uint256)
115
maxDeposit() view returns (uint256)
15000000000000
maxWithdrawal() view returns (uint256)
15000000000000
oneEDG() view returns (uint256)
100000
owner() view returns (address)
0xdfec0328a07c399a7e32364defd3be6aab9365d3
playerBalance() view returns (uint256)
503940986232
predecessor() view returns (address)
0x15f08079310e2c9dacaa73c0e450368185724aea
waitingTime() view returns (uint256)
86400
Read-only
allowedReceiver(address) view returns (bool)
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 allowReceiver(address receiver)
authorize(address addr)
cancelWithdrawalRequest()
changeOwner(address newOwner)
close()
credit(address player, uint256 value) returns (bool)
deauthorize(address addr)
deposit(address receiver, uint256 numTokens, bool chargeGas)
disallowReceiver(address receiver)
logGameData(bytes32[] serverSeeds, bytes32[] clientSeeds, int256[] results, uint8 v, bytes32 r, bytes32 s)
open()
requestWithdrawal()
setGasPrice(uint256 price)
setGasUsage(bytes4[5] signatures, uint256[5] gasNeeded)
setMaxDeposit(uint256 newMax)
setMaxWithdrawal(uint256 newMax)
setWaitingTime(uint256 newWaitingTime)
transferToNewContract(address newCasino, uint8 v, bytes32 r, bytes32 s, bool chargeGas)
updateBatch(int128[] winBalances, uint128[] gameCounts, uint8[] v, bytes32[] r, bytes32[] s, bool chargeGas)
updateState(int128 winBalance, uint128 gameCount, uint8 v, bytes32 r, bytes32 s, bool chargeGas)
withdraw(uint256 amount)
withdrawBankroll(address receiver, uint256 numTokens)
withdrawFor(address receiver, uint256 amount, uint8 v, bytes32 r, bytes32 s)
withdrawGasPayback()
Deposit(address _player, uint256 _numTokens, uint256 _gasCost)
GameData(address player, bytes32[] serverSeeds, bytes32[] clientSeeds, int256[] results, uint256 gasCost)
StateUpdate(address player, uint128 count, int128 winBalance, int256 difference, uint256 gasCost)
Withdrawal(address _player, address _receiver, uint256 _numTokens, uint256 _gasCost)
constructor(address predecessorAddress, address tokenContract, uint256 depositLimit, uint256 kGasPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.