ERC721AFactory
Verified contract
Active on
Ethereum with 32 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) |
---|---|---|---|---|---|---|---|
| 15864737 | 2 years ago | | | 0 | 0.027313999 | |
| 15861978 | 2 years ago | | | 0 | 0.033796434 | |
| 15861972 | 2 years ago | | | 0 | 0.00042367436 | |
| 15786804 | 2 years ago | | | 0 | 0.067436699 | |
| 15772180 | 2 years ago | | | 0 | 0.0013045790 | |
| 15772004 | 2 years ago | | | 0 | 0.070075732 | |
| 15771983 | 2 years ago | | | 0 | 0.00069078093 | |
| 15769559 | 2 years ago | | | 0 | 0.17718007 | |
| 15729280 | 2 years ago | | | 0 | 0.075218619 | |
| 15678045 | 2 years ago | | | 0 | 0.039988307 |
ABI
ABI objects
Getter at block 21262649 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.