MintNftFactoryV2
Verified contract
Active on
Base with 8,640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($95.74)
Native
Value
$95.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.02788 | $3,433.91 |
$95.74 | |
USA | ERC-20 | 1 | $0.000718 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22882102 | 10 hours ago | | | 0.00028 | 0.0000022955293 | |
| 22879428 | 12 hours ago | | | 0.00028 | 0.0000024744126 | |
| 22878155 | 13 hours ago | | | 0.00028 | 0.0000022955293 | |
| 22856215 | a day ago | | | 0.00028 | 0.0000022955293 | |
| 22842899 | a day ago | | | 0.00028 | 0.0000022955293 | |
| 22842867 | a day ago | | | 0.00028 | 0.0000022955293 | |
| 22838558 | a day ago | | | 0.00028 | 0.0000022955293 | |
| 22837311 | a day ago | | | 0.00028 | 0.0000025172965 | |
| 22834727 | 2 days ago | | | 0.00028 | 0.0000024805810 | |
| 22834296 | 2 days ago | | | 0.00028 | 0.0000024966024 |
ABI
ABI objects
Getter at block 22900958
MAX_PERCENT_AFF() view returns (uint256)
5000
ONE_HUNDRED_PERCENT() view returns (uint256)
10000
owner() view returns (address)
0xefe50209f15edc61e10e6974a9bb7939313dd40e
royaltyAddress() view returns (address)
0x2dfc48394bbf3a620bb7720370421a35dc858fef
royaltyFee() view returns (uint256)
280000000000000
totalPool() view returns (uint256)
144
Read-only
admins(address) view returns (bool)
containerNfts(uint256) view returns (address)
endTimes(address) view returns (uint256)
getAmountOut(address _nft) view returns (uint256 amountOut)
getAmountOutByQty(address _nft, uint256 _qty) view returns (uint256 amountOut)
getPromotionAmountByQty(address _nft, uint256 _qty) view returns (uint256)
getPromotionPercentByQty(address _nft, uint256 _qty) view returns (uint256)
getPromotionPercents(address _nft) view returns (uint256[])
getPromotionQtys(address _nft) view returns (uint256[])
managers(address) view returns (address)
mapPrice(address) view returns (uint256)
maxAllocationPerUsers(address) view returns (uint256)
maxTotalSupplys(address) view returns (uint256)
minteds(address, address) view returns (uint256)
partnerAffs(address, address) view returns (bool)
percentAffs(address) view returns (uint256)
promotionPercents(address, uint256) view returns (uint256)
promotionQtys(address, uint256) view returns (uint256)
systemPercentAffs(address) view returns (uint256)
State-modifying
Events changeEndTime(address _nft, uint256 _endTime)
changeManager(address _nft, address _newManager)
changeMaxTotalSupply(address _nft, uint256 _maxTotalSupply)
changePercentAff(address _nft, uint256 _percentAff)
changePriceNft(address _nft, uint256 _priceNft)
changePromotion(address _nft, uint256[] _qtys, uint256[] _percents)
changeRoyaltyAddress(address _royaltyAddress)
changeRoyaltyFee(uint256 _royaltyFee)
changeSystemPercentAff(address _nft, uint256 _percentAff)
deploy(string _name, string _symbol, string _baseUrlNft, uint256 _priceNft, uint256 _endTime, uint256 _maxTotalSupply, uint256 _maxAllocationPerUser, uint256 _percentAff) returns (uint256 poolId, address nftAddress)
mint(address _nft, address _ref) payable returns (uint256 tokenId)
mintByQty(address _nft, uint256 _qty, address _ref) payable returns (uint256[] tokenIds)
renounceOwnership()
transferOwnership(address newOwner)
updateAdmin(address _admin, bool _isAdd)
updatePartnerAff(address _nft, address[] _partners, bool _isAdd)
DeployNft(uint256 poolId, address nftAddress, address manager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _royaltyAddress, uint256 _royaltyFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.