Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Jeopardy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12649951 | 3 years ago | | | 0 | 0.00052008000 | |
| 12598985 | 3 years ago | | | 0 | 0.00020316802 | |
| 11941947 | 4 years ago | | | 0 | 0.0014221760 | |
| 11695821 | 4 years ago | | | 0 | 0.00066755200 | |
| 11098193 | 4 years ago | | | 0 | 0.0014506800 | |
| 11063211 | 4 years ago | | | 0 | 0.0011406120 | |
| 10914771 | 4 years ago | | | 0 | 0.0040080320 | |
| 10914768 | 4 years ago | | | 0 | 0.0072841440 | |
| 10910449 | 4 years ago | | | 0 | 0.0077848660 | |
| 10910434 | 4 years ago | | | 0 | 0.0017285990 |
ABI
ABI objects
Getter at block 21076414
decimals() view returns (uint8)
2
isOwner() view returns (bool)
false
name() view returns (string)
Jeopardy
owner() view returns (address)
0x2bd7984b836261054bb075391acce556eb88ba0f
symbol() view returns (string)
JEO
totalSupply() view returns (uint256)
49843208
Read-only
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
firstAccountHolder(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
shot(uint256 burntAmount, uint256 airdropAmount, address from, address to)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.