This contract is being backfilled. You may encounter incomplete storage history.

Super ETH Bros

Verified contract

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

No balances found for "Super ETH Bros"

0x518f76ba99fc5e8f03d75f08b5cd7017ba233a16ea69f5818d681b2031ee6b14
0x2e537a855c4a60f9d24ea8df6c4d5a72afac6691138a6c5bb2c276576030b4f2
0xd9b74ae654f9ff15a297ac145e3c2768fe688cceb9b8869c824f66a5e15215ce
From
0x257e0c623375188dd1225d50db8b0ad39497de217cc23a4e85ce5afe8ed3ce9f
0x8c2d0f2c45cd4568ed036dc1ffebdff3912962f175aa7209bff76a9d6fe5a959
0x2f12e4b4a997d6613ae3228a3c3d68c4e22255ef1169a875cfcbc2cd611a6aef
0x1b10e14a526baa3a14dbd71ed641925a67ce4e4a521cf7fffa670513cae7f13e
0x27d561654619374b5d990d60036d2e39e08a4da11206840eac8e3e1af668ce3a
0x58ab95cf95410dd53805809aa276b430dcb2cb58aac275cc619b96ee4215ead9
0xcac87f8f2c603602acbd112cea10c64caf06fd82e707b342e29c0416273c6f08

Functions
Getter at block 21214226
AllowlistPaused(view returns (bool)
false
FREE_MINT_LIMIT(view returns (uint256)
1
FREE_TOKEN_PRICE(view returns (uint256)
0
MAX_MINTS_WALLET_ALLOWLIST(view returns (uint256)
10
MAX_MINTS_WALLET_PUBLIC(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
4444
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE_ALLOWLIST(view returns (uint256)
3000000000000000
PRICE_PUBLIC(view returns (uint256)
3000000000000000
TeamMinted(view returns (bool)
false
name(view returns (string)
Super ETH Bros
owner(view returns (address)
0xfc2b3587fcc583cc073e488a9039e947c5097968
paused(view returns (bool)
false
root(view returns (bytes32)
0x65726a676b726a7272656b726b72726b726b726b726b726b6b6b726b726b726b
symbol(view returns (string)
SUPER
totalSupply(view returns (uint256)
4444
Read-only
ClaimedAllowlist(addressview returns (uint256)
ClaimedPublic(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
freeTokensRemainingForAddress(address whoview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
AllowlistMint(uint256 amountbytes32[] proofpayable 
PublicMint(uint256 amountpayable 
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenIdpayable 
mintFree(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAllowlistPaused(
setApprovalForAll(address operatorbool approved
setBaseUri(string _newBaseURI
setMerkleRoot(bytes32 _root
setPaused(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(