Lottery Tickets
Verified contract
Active on
Ethereum with 9,801 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.00398 |
$0 | |
TIX | ERC-20 | 900K | -- | -- | |
TIX | ERC-20 | 347 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16647574 | 2 years ago | | | 0 | 0.0013037954 | |
| 12732787 | 3 years ago | | | 0 | 0.00036033400 | |
| 12289485 | 4 years ago | | | 0 | 0.0034083141 | |
| 12288409 | 4 years ago | | | 0 | 0.0040450320 | |
| 11600160 | 4 years ago | | | 0 | 0.011849926 | |
| 11600145 | 4 years ago | | | 0 | 0.011410052 | |
| 11600127 | 4 years ago | | | 0 | 0.0031833820 | |
| 10426845 | 4 years ago | | | 0 | 0.0030683200 | |
| 10130151 | 4 years ago | | | 0 | 0.00075026645 | |
| 10110482 | 4 years ago | | | 0 | 0.0046024800 |
ABI
ABI objects
Getter at block 21157419
decimals() pure returns (uint8)
8
name() pure returns (string)
Lottery Tickets
symbol() pure returns (string)
TIX
totalSupply() pure returns (uint256)
10000000000000000000
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
freezeOf(address) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor()
fallback()
This contract contains no error objects.