Super ETH Bros
Verified contract
Active on
Ethereum with 2,087 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Super ETH Bros"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655138 | 3 months ago | | | 0 | 0.000051244996 | |
| 19184906 | 9 months ago | | | 0 | 0.0028626536 | |
| 18718074 | a year ago | | | 0 | 0.0010302032 | |
| 18515999 | a year ago | | | 0 | 0.0013604091 | |
| 18375039 | a year ago | | | 0 | 0.00030740942 | |
| 17920944 | a year ago | | | 0 | 0.00095920230 | |
| 17515947 | a year ago | | | 0 | 0.00084069375 | |
| 17515947 | a year ago | | | 0 | 0.00084069375 | |
| 17515944 | a year ago | | | 0 | 0.0013296038 | |
| 17346875 | a year ago | | | 0 | 0.00064676604 |
ABI
ABI objects
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(address) view returns (uint256)
ClaimedPublic(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeTokensRemainingForAddress(address who) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events AllowlistMint(uint256 amount, bytes32[] proof) payable
PublicMint(uint256 amount) payable
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId) payable
mintFree()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowlistPaused()
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newBaseURI)
setMerkleRoot(bytes32 _root)
setPaused()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()