Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d5e…a14d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBET | ERC-20 | 680 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5411591 | 7 years ago | | | 0 | 0.000090522000 | |
| 5411570 | 7 years ago | | | 0 | 0.000066405000 | |
| 5411560 | 7 years ago | | | 0 | 0.000047032000 | |
| 5411527 | 7 years ago | | | 0 | 0.000044270000 | |
| 5411519 | 7 years ago | | | 0 | 0.000024348500 | |
| 5395946 | 7 years ago | | | 0 | 0.000030325000 | |
| 5395943 | 7 years ago | | | 0 | 0.00031435121 | |
| 5395943 | 7 years ago | | | 0 | 0.00053893309 | |
| 5395942 | 7 years ago | | | 0 | 0.00055859883 | |
| 5395942 | 7 years ago | | | 0 | 0.00057403112 |
ABI
ABI objects
Getter at block 21162412
relay() view returns (address)
0xae91c1e00790e87890802004fe41380b3fa343fa
token() view returns (address)
0x7d5edcd23daa3fb94317d32ae253ee1af08ba14d
Read-only
balanceOf(address _userAddress) view returns (uint256)
lockedBalanceOf(address _userAddress) view returns (uint256)
State-modifying
Events deposit(uint256 _amount)
executeBet(address _maker, address _caller, bool _makerWon, uint256 _amount)
lockBalance(address _userAddress, uint256 _amount)
setRelay(address _relay)
unlockBalance(address _userAddress, uint256 _amount)
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount, uint256 balance)
ExecutedBet(address indexed winner, address indexed loser, uint256 amount)
LockedBalance(address indexed user, uint256 amount)
RelayAddressChanged(address relay)
UnlockedBalance(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount, uint256 balance)
constructor(address _relay, address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.