demo mintboard

Verified contract

Proxy

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

No balances found for "demo mintboard"

0xf2f4b9486a1886ddeebfc23a6621f3f66bf818dec9796eea040ad812af55d63a
0x3b578ea477845de7f61da80f80f7f3f4c24c518529041b47c501b417d7cb31a8
0x8f33d3ed488eceb08fbab3a1c234b1e4e8514910b071692a5d81e144bd7464ec
0xfe09ca33bede854478a7b9d6287d0c17faceeecfb06634cd610cc8665b789028
0x0b13355bc70dfadd949d7ec565a49aaf2eb6a595ca72097e0ed44c61888a04b5
0xff98257e08046742896ec0a51ee7a1698d83e1717ad842c9a4bdc80cabdf2e69
0xae2632b87172fddabafc41dd931d847f9208ee8525e767d8628dd205259ea749
0x3640d93b2c94da6c9ac3b70553f067bc745f1431e2b52de6dca1075bb7e83595
0x14ce8798106c307fdb567346c6781f920608db492962266611f57c8c600c822c
0xe666556c56b27d9e05d33781a043556b8ee173fef35bd608767b4965990651a0

Functions
Getter at block 22452056
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFERRED_TOKEN_TYPEHASH(view returns (bytes32)
0x67a9bb05cc1d473d8519fa689baaae99671128740ad4898d8ef44cf3b74f0e73
DOMAIN_SEPARATOR(view returns (bytes32)
0x5227023a4b3d89dcf3c8ac76bd6f03392232b832aba421b99ed9ab171c637293
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)
ipfs://QmSTckk8rrHqjrQc2J6YjBsiGGqGGScqf8RBajCpLWXXjN
contractVersion(pure returns (string)
1.1.0
feeContract(view returns (address)
0x59a10cf3d703fe4c2c4dea9dad39940fb7162e02
logicContract(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
demo mintboard
 
proxiableUUID(view returns (bytes32)
saleDuration(view returns (uint40)
604800
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
Upgraded(address indexed implementation
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 _logic
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
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(