EdgelessCasino
Verified contract
Active on
Ethereum with 8,072 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x801f…ed3f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
T-EDG | ERC-20 | 4.112468M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9575272 | 5 years ago | | | 0 | 0.0041452800 | |
| 9574550 | 5 years ago | | | 0 | 0.0041443200 | |
| 9572707 | 5 years ago | | | 0 | 0.0041452800 | |
| 9572331 | 5 years ago | | | 0 | 0.0041452800 | |
| 9571456 | 5 years ago | | | 0 | 0.0041452800 | |
| 9567655 | 5 years ago | | | 0 | 0.0041452800 | |
| 9567490 | 5 years ago | | | 0 | 0.0041443200 | |
| 9567307 | 5 years ago | | | 0 | 0.0041452800 | |
| 9566973 | 5 years ago | | | 0 | 0.0041452800 | |
| 9565219 | 5 years ago | | | 0 | 0.0041452800 |
ABI
ABI objects
Getter at block 21283544
bankroll() view returns (uint256)
1312488
closeAt() view returns (uint256)
0
gasPayback() view returns (uint256)
28909672
gasPrice() view returns (uint256)
115
maxDeposit() view returns (uint256)
1500000000000000000
maxWithdrawal() view returns (uint256)
1500000000000000000
oneEDG() view returns (uint256)
100000
owner() view returns (address)
0xdfec0328a07c399a7e32364defd3be6aab9365d3
playerBalance() view returns (uint256)
279969173219
predecessor() view returns (address)
0xdfec0328a07c399a7e32364defd3be6aab9365d3
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.