Garbage Cans

Verified contract

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

No balances found for "Garbage Cans"

0xa7df741834065c932c547f6bf8a75abee72a96958ad5dff26567ade5de6ef96f
0xda7f431f887700231645af73839812749ff066c738f16ccc3a1f4a51d33d2389
0x55e1a399ad1d00668e7d995e64f98c6add47647cc07f920fc82caa3e40ebe32e
0x8803f988ba9c783f127ab01d7f2b64d1af2d12a86b6047b7c64b4e1ad84d4fd7
0xc7e9c80e6e2646e9d673bb2a40242a266324c6c9c084b762d13f1e8d3de51353
0x645bdb8551d2d79165007503a2a86526d59a64312c5b6394436472cd292000ed
0xd1fe0a28ed125c52c73397aed5aaa655a68252ecefb93110463daeedb187b65c
0x9a6d8b4f297c61f56203fa3216de661e7085851abd4d702064ab1a5024882b50
0x0a6f9da195abfbb4ed17c8469bbfbaab24f20cc61687ce177dc85c65bca325f3
0x5aba059fd1178f4b358bf66123be251392dc9c84c75840e99059362b83a5bd8f

Functions
Getter at block 21316027
MAX_SUPPLY(view returns (uint16)
6500
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI(view returns (string)
https://metadata.typicalfriends.com/stage2/
garbageBags(view returns (address)
0xa10568356163a704e65b6f2b7d37775024b1dba6
name(view returns (string)
Garbage Cans
owner(view returns (address)
0x1fc49ef441c8ca5d8c1d9d48d42c75f622f44623
paused(view returns (bool)
false
signer(view returns (address)
0x1f8b54af6a505c922108d9eb451587a895ae2e35
symbol(view returns (string)
GARBAGEC
totalSupply(view returns (uint256)
386
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBurnId(uint256 tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
nonces(address userview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
burnBatch(uint256[] tokenIds
mint(uint256[] tokenIdsbytes sig
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAllowedCaller(address _caller
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setDefaultRoyalty(address receiveruint96 numerator
setPause(bool _status
setSignerWallet(address _signer
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
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 _baseTokenURIaddress _garbageBagsaddress _signer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPausedError(
InvalidSignerError(
MaxSupplyReachedError(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotTokenOwnerError(
OnlyAllowedCallerError(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(