ETHBattleRoyale
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
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
Balances ($0.00)
No balances found for "ETHBattleRoyale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ETHBattleRoyale"
ABI
ABI objects
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 owner) view returns (uint256)
compactAllFighters(uint256 amount, uint256 offset) view returns (bytes[])
fighters(uint256) view returns (uint8 health, uint8 strength, uint8 currentHealth, bool steroidOne, bool steroidTwo, uint32 shieldTime, uint32 fightCooldown, uint32 healTime)
getApproved(uint256 tokenId) view returns (address)
getFightCooldown(uint256 token) view returns (uint256 fightCooldown)
getFighterStats(uint256 token) view returns (struct ETHBattleRoyaleFighterStat fighterStat)
getShieldTime(uint256 token) view returns (uint256 shieldTime)
getSteroids(uint256 token) view returns (bool steroidOne, bool steroidTwo)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnForShield(uint256 tokenToBurn, uint256 tokenToShield)
burnForSteroid(uint256 tokenToBurn, uint256 tokenToSteroid)
fight(uint256 fighter, uint256 target)
flipBattle()
initialize(string _baseUri, uint256 _maxSupply, uint32 _cooldownLength, uint32 _timeToHeal, uint32 _timeToShield)
mint(uint256 quantity, bytes32[] proof) payable
mintAmount(uint256 amnt)
mintStats(uint8 health, uint8 strength, bool steroidOne, bool steroidTwo)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintStage(uint256 stage)
setURIPart(string part)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFightCooldownLength(uint32 newCooldown)
updateMerkleRoot(bytes32 newRoot)
updateMintCost(uint256 newMintCost)
updateMintParameters(uint256 _MAX_PER_TXN, uint256 _MAX_PER_WALLET, uint256 _ALLOWLIST_MAX)
updateTimeForShield(uint32 shieldTime)
updateTimeUntilHeal(uint32 healTime)
updateTotalSupply(uint256 _newSupply)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()