ETHBattleRoyale

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x54c96baa at 15482164
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"

No transactions found for "ETHBattleRoyale"


Functions
Getter at block 21179312
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 quantitybytes32[] proofpayable 
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(