ERC721AFactory
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC721AFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20698272 | 2 months ago | | | 0 | 0.00011984223 | |
| 15249014 | 2 years ago | | | 0 | 0.00020975502 | |
| 15221468 | 2 years ago | | | 0 | 0.032868113 | |
| 15194707 | 2 years ago | | | 0 | 0.00049044062 | |
| 15125445 | 2 years ago | | | 0 | 0.060256733 | |
| 15067436 | 2 years ago | | | 0 | 0.034827478 | |
| 15053451 | 2 years ago | | | 0 | 0.090155788 | |
| 15047873 | 2 years ago | | | 0 | 0.14845375 | |
| 15047665 | 2 years ago | | | 0 | 0.14895271 | |
| 15047665 | 2 years ago | | | 0 | 0.14977292 |
ABI
ABI objects
Getter at block 21202904 getDeployedNFTs() view returns (address[])
launchpassAddress() view returns (address)
0x7bcf7e5191fe514cf807be830b4ebc7c73fa85da
owner() view returns (address)
0x6e25cfa7e590b0d2a86c3f3d60c78e2816b74df0
treasuryAddress() view returns (address)
0x98ee85e7cc2665261d9fd3ea53f2db4491c547e3
treasuryShare() view returns (uint16)
10
Read-only
deployments(uint256) view returns (address)
nfts(uint256) view returns (address)
referrers(uint256) view returns (address payee, uint16 share)
State-modifying
Events addReferrer(uint256 _launchpassId, uint16 _share, address _address)
deploy(string _name, string _symbol, string _uri, uint16 _launchpassId, address[] _payees, uint256[] _shares, struct ERC721AContractToken token)
removeReferrer(uint256 _launchpassId)
renounceOwnership()
transferOwnership(address newOwner)
updateConfig(address _treasuryAddress, address _launchpassAddress, uint16 _treasuryShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _treasuryAddress, address _launchpassAddress, uint16 _treasuryShare)
This contract contains no fallback and receive objects.
This contract contains no error objects.