ETHBattleRoyale

Verified contract

Implementation

Active on Ethereum with 33 txns
Deployed by via 0xbe2d057e at 15562265
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "ETHBattleRoyale"

0x65fb323729efd95155cf062ada268ba09ca4216077020a8493895647006d0a50
0x936804dfd5c80d763cbff47aa35d7c4616be2db5b20a8aef22464b5825f56307
0x986fa414612c12be2d4b69d812fb51f429307346ade9a415f9704bbfa890e65a
0x203286ed77a2f5283bb5bf716e322b9695a4aaf563303533c10a867ff39d9642
0x75c06b04c011f65e272b6b566fafde8b612386a64dc5d1ce8bc5869ae328b27f
0x66e7459e539733c30affa50f3eefde2eb57e29e3acf8c0ac982612b9001d84f0
0x94a1724c9086d7cd29232ae1cb41523e16b21a3591c8547d164fa84da3341e72
0x642609478264cf92cb89c71894f19eb76310a754137dd03707303d1fcf8ced6b
0x735fe2d4dc35d202e58ca667c2da95b7a5681495227037493213b5e245d791ba
0x9608f31084533adb0a59d3f03f71094339206ade139e0dd2bc3cfdfffd3bd371

Functions
Getter at block 21264490
ALLOWLIST_MAX(view returns (uint256)
0
MAX_PER_TXN(view returns (uint256)
0
MAX_PER_WALLET(view returns (uint256)
0
MAX_SUPPLY(view returns (uint256)
0
MINT_COST(view returns (uint256)
0
_uriPart(view returns (string)
battleStarted(view returns (bool)
false
cooldownLength(view returns (uint32)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
compactAllFighters(uint256 amountuint256 offsetview returns (bytes[])
fighters(uint256view returns (uint8 healthuint8 strengthuint8 currentHealthbool steroidOnebool steroidTwouint32 shieldTimeuint32 fightCooldownuint32 healTime)
getApproved(uint256 tokenIdview returns (address)
getFightCooldown(uint256 tokenview returns (uint256 fightCooldown)
getFighterStats(uint256 tokenview returns (struct ETHBattleRoyaleFighterStat fighterStat)
getShieldTime(uint256 tokenview returns (uint256 shieldTime)
getSteroids(uint256 tokenview returns (bool steroidOnebool steroidTwo)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burnForShield(uint256 tokenToBurnuint256 tokenToShield
burnForSteroid(uint256 tokenToBurnuint256 tokenToSteroid
fight(uint256 fighteruint256 target
flipBattle(
initialize(string _baseUriuint256 _maxSupplyuint32 _cooldownLengthuint32 _timeToHealuint32 _timeToShield
mint(uint256 quantitypayable 
mintAmount(uint256 amnt
mintStats(uint8 healthuint8 strengthbool steroidOnebool steroidTwo
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMintStage(uint256 stage
setURIPart(string part
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateFightCooldownLength(uint32 newCooldown
updateMerkleRoot(bytes32 newRoot
updateMintCost(uint256 newMintCost
updateMintParameters(uint256 _MAX_PER_TXNuint256 _MAX_PER_WALLETuint256 _ALLOWLIST_MAX
updateTimeForShield(uint32 shieldTime
updateTimeUntilHeal(uint32 healTime
updateTotalSupply(uint256 _newSupply
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(