LaunchpadFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LaunchpadFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LaunchpadFactory"
ABI
ABI objects
Getter at block 21275734
CREATE_LAUNCHPAD() view returns (bytes32)
0xd71e129be56d4fc57d7ac96a71e0f692964efaee7a34c5f7a0356e38741f8c50
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
config() view returns (address)
0x0000000000000000000000000000000000000000
currentQueue() view returns (uint256)
0
getConfig() view returns (address)
0x0000000000000000000000000000000000000000
getQueueLength() view returns (uint256)
0
Read-only
checkRequestIdIndex(address launchpad, uint256 requestId, uint256 index) view returns (bool)
checkRequestIdTicketId(address launchpad, uint256 requestId, uint256 ticketId) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isValidSign(bytes signature, bytes32 hash, address signer) pure returns (bool)
launchpadList(uint256) view returns (address)
launchpadMapping(address) view returns (bool)
launchpadQueue(uint256) view returns (address)
nftList(uint256) view returns (address)
queryRequestId(uint256 typeFunc, uint256[] requestIds) view returns (bool[])
signatureUsed(bytes) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events consumeRandomness(uint256 randomness) returns (bool)
consumeRandomnessBatch(uint256[] randomnesses)
createToken(string _name, string _symbol, string _baseURI, address _paymentToken, uint256[] _saleInfo, bytes signature, uint256 requestId, uint256 expiredTime) returns (address)
grantRole(bytes32 role, address account)
initialize(address _config)
pushOrochiRandom(uint256 _count)
renounceRole(bytes32 role, address account)
requestRandomness()
revertQueue(uint256 _revert)
revokeRole(bytes32 role, address account)
setConfig(address _config)
setupLaunchpad(address _collection, uint256[] _saleInfo, address _paymentToken, address _nftVault, bytes _signature, uint256 _requestId, uint256 _expiredTime) returns (address)
skipQueue(uint256 skip)
validSignature(uint256 typeFunc, bytes32 hash, bytes signature, uint256 requestId, uint256 expiredTime) returns (bool)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.