Debauchery
Verified contract
Active on
Ethereum with 1,036 txns
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 "Debauchery"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18679886 | a year ago | | | 0 | 0.0019093251 | |
| 18663751 | a year ago | | | 0 | 0.0024357625 | |
| 18663246 | a year ago | | | 0 | 0.0010513505 | |
| 18663234 | a year ago | | | 0 | 0.0015239232 | |
| 18216631 | a year ago | | | 0 | 0.00035682495 | |
| 18216628 | a year ago | | | 0 | 0.00035808449 | |
| 18216624 | a year ago | | | 0 | 0.00037533667 | |
| 18207498 | a year ago | | | 0 | 0.00041082554 | |
| 18207480 | a year ago | | | 0 | 0.00041392390 | |
| 18182462 | a year ago | | | 0 | 0.00020028123 |
ABI
ABI objects
Getter at block 21392004 getGameCostTokens() view returns (uint256) safeTokenPriceUSDX96() view returns (uint256)
currentGame() view returns (uint256)
17
decimals() view returns (uint8)
18
gameCostUSDX96() view returns (uint256)
7922816251426433759354395033600
gameEnabled() view returns (bool)
true
name() view returns (string)
Debauchery
owner() view returns (address)
0x3b91e29fb3614b5318c179692d72b21eba20113c
symbol() view returns (string)
EXCESS
totalSupply() view returns (uint256)
9953417742693749342083639456
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
gameCostTokens(uint256) view returns (uint256)
gamePlayers(uint256, address) view returns (address)
gameResults(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
collectFees(uint256 _tokenId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setGameCostUSDX96(uint256 _newPriceX96)
setGameEnabled(bool _is)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawLP(uint256 _tokenId)
Approval(address indexed owner, address indexed spender, uint256 value)
GameWalletSelected(uint256 indexed _game, address indexed gameWallet, address indexed userWallet, uint256 _cost)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessWinner(uint256 indexed _game, address indexed _winningSelection, address _winner, uint256 _amountWon)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.