Space Brawl NFT

Verified contract

Active on Ethereum with 2,245 txns
Deployed by via 0x752207eb at 15116834
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Space Brawl NFT"

0xa733fc978d54adbc73bb6bbf5c7f3aeb87ad7b43a9c77f4c3d8b6bc6afd2246b
0x7c0768440bf2657c86432c6943d884f2ad1d1f72048ac74127f378853e607628
0xf49d34db41656f0842ffbf8c26405c24dc9156ef93b7eeba727324ad971a0e04
0x403887968d6c6a1feb221a5d0cc4c0b3481ff9a1dd8a4a65f9ab06fe52aae69e
0xc4c6ceff91662c2ef47860ab478cf942f1e3037000abd189f6b9eb9dcd5fad96
0xc780d2b632fe6ad7342748b078d4b34e4aaa537afe644326a94d75ee4d504d09
0x0fa341c24330592900f0f72e81212dd18305688e1f0b2542590a0d7ba4e09997
0x9db47a594395d187991bef4d1ba46ee3e4202899227339d69f5a59663c31a721
0xdebf472a7c423302a49d21f8d871c95ef7e296c4d3381f55b547b7d3f6a0dd38
0x4f7f2703e4e1c5b0d17d174943883f47abcaa5970183e6cbc86012bdecab5da8

Functions
Getter at block 20861981
cost(view returns (uint256)
5000000000000000
freeMaxMintAmount(view returns (uint256)
10
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
6000
name(view returns (string)
Space Brawl NFT
owner(view returns (address)
0xc604c37eaa72ece8fd1b6f1977b82b78bce06af5
paused(view returns (bool)
false
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
SBRAWL
totalMaxMintAmount(view returns (uint256)
12
totalSupply(view returns (uint256)
6000
uriPrefix(view returns (string)
ipfs://QmfAwRoQ7BNxcRaQYKTeYpzgBktDppF4RbZB4yABCHaqYU/
uriSuffix(view returns (string)
.json
Read-only
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
ownerMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxMintAmount(uint256 _freeMaxMintAmount
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setPublicSale(bool _state
setRevealed(bool _state
setTotalMaxMintAmount(uint256 _amount
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(