Burnup Tiles
Verified contract
Active on
Ethereum with 3,758 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
0x0e3d…e369
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,404.90 |
$0 | |
WLM | ERC-20 | 66 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5328596 | 7 years ago | | | 0 | 0.000099659250 | |
| 5328305 | 7 years ago | | | 0.151875 | 0.00034363125 | |
| 5328299 | 7 years ago | | | 0.10125 | 0.00044502525 | |
| 5328196 | 7 years ago | | | 0.10125 | 0.00034363125 | |
| 5328170 | 7 years ago | | | 0.0675 | 0.00096916800 | |
| 5328170 | 7 years ago | | | 0.0675 | 0.0018295482 | |
| 5328018 | 7 years ago | | | 0.0675 | 0.00034363125 | |
| 5327927 | 7 years ago | | | 0.045 | 0.0019383360 | |
| 5327925 | 7 years ago | | | 0.045 | 0.0011416980 | |
| 5327921 | 7 years ago | | | 0.045 | 0.0010387282 |
ABI
ABI objects
Getter at block 21256596
cfoAddress() view returns (address)
0x0b46faecfe315c44f1ddf463ac68d1d5c3bb1912
cooAddress() view returns (address)
0x0659836869772cf479cfcedb659ce6099560b1e5
gameIndex() view returns (uint256)
23
name() pure returns (string _deedName)
Burnup Tiles
nextGameSettings() view returns (uint256 rows, uint256 cols, uint256 activityTimer, uint256 unclaimedTilePrice, uint256 buyoutReferralBonusPercentage, uint256 buyoutPrizePoolPercentage, uint256 buyoutDividendPercentage, uint256 buyoutFeePercentage)
(rows=4, cols=5, activityTimer=3600, unclaimedTilePrice=10000000000000000, buyoutReferralBonusPercentage=750, buyoutPrizePoolPercentage=10000, buyoutDividendPercentage=5000, buyoutFeePercentage=2500)
owner() view returns (address)
0x0b46faecfe315c44f1ddf463ac68d1d5c3bb1912
paused() view returns (bool)
true
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string _deedSymbol)
BURN
totalPayments() view returns (uint256)
0
Read-only
coordinateToIdentifier(uint256 x, uint256 y) view returns (uint256)
gameSettings(uint256) view returns (uint256 rows, uint256 cols, uint256 activityTimer, uint256 unclaimedTilePrice, uint256 buyoutReferralBonusPercentage, uint256 buyoutPrizePoolPercentage, uint256 buyoutDividendPercentage, uint256 buyoutFeePercentage)
gameStates(uint256) view returns (bool gameStarted, uint256 gameStartTimestamp, uint256 lastFlippedTile, uint256 prizePool)
identifierToCoordinate(uint256 identifier) view returns (uint256 x, uint256 y)
nextBuyoutPrice(uint256 price) pure returns (uint256)
ownerOf(uint256 _identifier) view returns (address _owner)
payments(address) view returns (uint256)
validCoordinate(uint256 x, uint256 y) view returns (bool)
State-modifying
Events buyout(uint256 _gameIndex, bool startNewGameIfIdle, uint256 x, uint256 y) payable
buyoutAndSetReferrer(uint256 _gameIndex, bool startNewGameIfIdle, uint256 x, uint256 y, address referrerAddress) payable
claimOwnership()
endGame()
pause()
reclaimToken(address token)
setCFO(address _newCFO)
setCOO(address _newCOO)
setNextGameSettings(uint256 rows, uint256 cols, uint256 activityTimer, uint256 unclaimedTilePrice, uint256 buyoutReferralBonusPercentage, uint256 buyoutPrizePoolPercentage, uint256 buyoutDividendPercentage, uint256 buyoutFeePercentage)
spiceUp(uint256 _gameIndex, string message) payable
transfer(address _to, uint256 _identifier)
transferOwnership(address newOwner)
unpause()
withdrawPayments()
Buyout(uint256 indexed gameIndex, address indexed player, uint256 indexed identifier, uint256 x, uint256 y, uint256 timestamp, uint256 timeoutTimestamp, uint256 newPrice, uint256 newPrizePool)
End(uint256 indexed gameIndex, address indexed winner, uint256 indexed identifier, uint256 x, uint256 y, uint256 timestamp, uint256 prize)
NextGame(uint256 rows, uint256 cols, uint256 activityTimer, uint256 unclaimedTilePrice, uint256 buyoutReferralBonusPercentage, uint256 buyoutPrizePoolPercentage, uint256 buyoutDividendPercentage, uint256 buyoutFeePercentage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
SpiceUpPrizePool(uint256 indexed gameIndex, address indexed spicer, uint256 spiceAdded, string message, uint256 newPrizePool)
Start(uint256 indexed gameIndex, address indexed starter, uint256 timestamp, uint256 prizePool, uint256 rows, uint256 cols, uint256 activityTimer, uint256 unclaimedTilePrice, uint256 buyoutReferralBonusPercentage, uint256 buyoutPrizePoolPercentage, uint256 buyoutDividendPercentage, uint256 buyoutFeePercentage)
Transfer(address indexed from, address indexed to, uint256 indexed deedId)
Unpause()
constructor(address burnupHoldingAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.