Funny Cow

Unverified contract

Proxy

Active on Base with 23 txns
Deployed by via 0xed2e7725 at 1654227
Slot
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
14 additional variables

No balances found for "Funny Cow"

0x6b03591ca61376c2cc0feb30db10adae5bd38152ce7a5e767d01b97284788b4a
0x585c3c60101f22f484953d5804e92bafa248f61bd56b25216bdf9684e9d5a30d
0x550ae23358c4c96993e0220c40a82e8012ab52360d41612c1434879b3a53e9bd
0x18c5cd40825a3d89e37344142beeaa54c9f9e1378349d42261669b55bb3e4c2b
0xad69399c8beb11accfd19b185ce88785cc2489c678e87fdcd95c830e557381ed
0x072f08d9ff5f7da2a64a762511a0e73e8b6447e2f3e36f1383b634c870ebc050
0x5fed2e36893fde2e4936e68da62fa9ebead2e6f61b8fb8e5dbba7cd66656e069
0xeae763fbbf8d7e61a6f54faa59245f3114e823c80c0e02c5e947dc2025eb918f
0xfd6fb175400fdfcf18963dd08baff29cfb23e3292e7094bf7b1662e442e40f3e
0x070ca38149b31b01f9bdf65784eaff9b265ba892bcc4f4f3f9a49eacc79f7766

Functions
Getter at block 22911810
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmUZzp4XVpto9WAVdUaX55ov4sqgAGnLRJtoWBsnBk3aYc/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x41b52fce17c89ca1f5a0df1b7db2c4c1b900eaaa, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0x41b52fce17c89ca1f5a0df1b7db2c4c1b900eaaa, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x41b52fce17c89ca1f5a0df1b7db2c4c1b900eaaa, 0)
getPlatformFeeType(view returns (uint8)
0
name(view returns (string)
Funny Cow
nextTokenIdToMint(view returns (uint256)
1
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x41b52fce17c89ca1f5a0df1b7db2c4c1b900eaaa
platformFeeRecipient(view returns (address)
0x41b52fce17c89ca1f5a0df1b7db2c4c1b900eaaa
primarySaleRecipient(view returns (address)
0x41b52fce17c89ca1f5a0df1b7db2c4c1b900eaaa
symbol(view returns (string)
FUNCW
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
saleRecipientForToken(uint256view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
verify(struct ITokenERC1155MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _primarySaleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _touint256 _tokenIdstring _uriuint256 _amount
mintWithSignature(struct ITokenERC1155MintRequest _reqbytes _signaturepayable 
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
subscribeToRegistry(address _subscription
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uriuint256 quantityMinted
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC1155MintRequest mintRequest
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator