InfiniteChannel

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x0fcc3287 at 17793062
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "InfiniteChannel"

No transactions found for "InfiniteChannel"


Functions
Getter at block 22461054
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFERRED_TOKEN_TYPEHASH(view returns (bytes32)
0x67a9bb05cc1d473d8519fa689baaae99671128740ad4898d8ef44cf3b74f0e73
DOMAIN_SEPARATOR(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EIP712_DOMAIN_TYPEHASH(view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
codeRepository(pure returns (string)
https://github.com/calabara-hq/transmissions/packages/protocol
contractName(pure returns (string)
Infinite Channel
contractURI(view returns (string)
contractVersion(pure returns (string)
1.1.0
feeContract(view returns (address)
0x0000000000000000000000000000000000000000
logicContract(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
saleDuration(view returns (uint40)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
erc20Balances(addressview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getToken(uint256 tokenIdview returns (struct ChannelStorageTokenConfig)
hasRole(bytes32 roleaddress accountview returns (bool)
isAdmin(address addrview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isManager(address addrview returns (bool)
saleEnd(uint256view returns (uint40)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
createToken(string uriuint256 maxSupplyreturns (uint256 tokenId)
grantRole(bytes32 roleaddress account
initialize(string uristring nameaddress defaultAdminaddress[] managersbytes[] setupActionsbytes transportConfig
mint(address touint256 tokenIduint256 amountaddress mintReferralbytes datapayable 
mintBatchWithERC20(address touint256[] idsuint256[] amountsaddress mintReferralbytes data
mintBatchWithETH(address touint256[] idsuint256[] amountsaddress mintReferralbytes datapayable 
mintWithERC20(address touint256 tokenIduint256 amountaddress mintReferralbytes data
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setFees(address feesbytes data
setLogic(address logicbytes creatorLogicbytes minterLogic
setManagers(address[] managers
setTransportConfig(bytes data
sponsorWithERC20(struct DeferredTokenAuthorizationDeferredTokenPermission tokenPermissionaddress authorbytes signatureaddress touint256 amountaddress mintReferralbytes data
sponsorWithETH(struct DeferredTokenAuthorizationDeferredTokenPermission tokenPermissionaddress authorbytes signatureaddress touint256 amountaddress mintReferralbytes datapayable 
transferAdmin(address newAdmin
updateChannelMetadata(string channelNamestring uri
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminTransferred(address indexed previousAdminaddress indexed newAdmin
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ChannelMetadataUpdated(address indexed updaterstring channelNamestring uri
ConfigUpdated(address indexed updateruint8 indexed updateTypeaddress feeContractaddress logicContract
ERC20Transferred(address indexed spenderaddress indexed recipientuint256 amountaddress indexed token
ETHTransferred(address indexed spenderaddress indexed recipientuint256 amount
InfiniteTransportConfigSet(address indexed calleruint40 saleDuration
Initialized(uint64 version
ManagerRenounced(address indexed manager
ManagersUpdated(address[] managers
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokenCreated(uint256 indexed tokenIdstruct ChannelStorageTokenConfig token
TokenMinted(address indexed minteraddress indexed mintReferraluint256[] tokenIdsuint256[] amountsbytes data
TokenSaleSet(address indexed calleruint256 indexed tokenIduint40 saleEnd
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
Upgraded(address indexed implementation
Constructor
constructor(address _updgradePathaddress _weth
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AmountExceedsMaxSupply(
AmountZero(
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC20TransferFailed(
FailedInnerCall(
InsufficientBalance(
InsufficientInteractionPower(
InvalidAmountSent(
InvalidContractSignature(
InvalidInitialization(
InvalidSignature(
InvalidSignatureLength(
InvalidSigner(
InvalidTiming(
InvalidTotalAllocation(
InvalidUpgrade(
NotInitializing(
NotMintable(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
SaleOver(
SignatureExpired(
SoldOut(
SplitLengthMismatch(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
Unauthorized(