NFTLaunchPad
Verified contract
Active on
Ethereum with 0 txns
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 48 additional slots
Balances ($0.00)
No balances found for "NFTLaunchPad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTLaunchPad"
ABI
ABI objects
Getter at block 21330788
brokerAddress() view returns (address)
0x0000000000000000000000000000000000000000
getCollections() view returns (address[])
[]
getPublicKey() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getBrokerage(address currency) view returns (int256)
getUserCollection(address user) view returns (address[])
State-modifying
Events createLaunchPad(struct NFTCollectionUintArgs _uints, struct NFTCollectionStringArgs _strings, bool _enableWhiteList, address _currency) returns (address)
initialize(address _brokerAddress, address _platformPublicKey)
renounceOwnership()
setBroker(address newBrokerAddress)
setBrokerage(int256 _brokerage, address currency)
transferOwnership(address newOwner)
updatePublicKey(address _newPlatformPublicKey)
CreateLaunchpad(address indexed creator, address indexed collection, uint256 creationtime, string name, string symbol, string contractURI, uint256 maxSupply)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.