THE MANE NFTs
Verified contract
Active on
Ethereum with 50 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5319…3e6c
7 additional
variables
Balances ($0.00)
No balances found for "THE MANE NFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18989657 | 10 months ago | | | 0 | 0.00073727548 | |
| 18951615 | a year ago | | | 0.1 | 0.012559081 | |
| 18864323 | a year ago | | | 0 | 0.0020362439 | |
| 18863432 | a year ago | | | 0.05 | 0.014529565 | |
| 18858612 | a year ago | | | 0.05 | 0.010879338 | |
| 18858560 | a year ago | | | 0 | 0.0014092376 | |
| 18854791 | a year ago | | | 0 | 0.00096851216 | |
| 18854764 | a year ago | | | 0.1 | 0.016697038 | |
| 18854597 | a year ago | | | 0.05 | 0.013211420 | |
| 18844243 | a year ago | | | 0.05 | 0.018161154 |
ABI
ABI objects
Getter at block 21266986 getMintedNFTs() view returns (uint256[])
PROVENANCE() view returns (string)
baseURI() view returns (string)
https://nftstorage.link/ipfs/bafybeiehgkghkjcfhq5aypswniyncgsefeezqp2xulmk4adeadqtq7iv4i/
currentBatchDeadline() view returns (uint256)
1704672000
currentBatchMinted() view returns (uint256)
66
currentBatchSize() view returns (uint256)
300
getInfo() view returns (uint256 mintPrice, uint256 collectionSize, uint256 collectionMinted, uint256 collectionDeadline, uint256 collectionMinID, uint256 collectionMaxID, uint256 totalMinted, string uri)
(mintPrice=50000000000000000, collectionSize=300, collectionMinted=66, collectionDeadline=1704672000, collectionMinID=1, collectionMaxID=300, totalMinted=66, uri=https://nftstorage.link/ipfs/bafybeiehgkghkjcfhq5aypswniyncgsefeezqp2xulmk4adeadqtq7iv4i/)
maxID() view returns (uint256)
300
maxMintAmount() view returns (uint256)
10
minID() view returns (uint256)
1
name() view returns (string)
THE MANE NFTs
nftPrice() view returns (uint256)
50000000000000000
owner() view returns (address)
0xe3feb50cfefd2f2901987fbe1d5a000654cab62b
saleIsActive() view returns (bool)
true
symbol() view returns (string)
MANE
tokenJM() view returns (address)
0x388d819724dd6d71760a38f00dc01d310d879771
tokenMANE() view returns (address)
0x98ce7f261e425ad0ca667e60675938dcffc1571a
tokenPercentJM() view returns (uint256)
20
tokenPercentMANE() view returns (uint256)
80
totalSupply() view returns (uint256)
66
Read-only
balanceOf(address owner) view returns (uint256)
factoryForID(uint256) view returns (address)
getAmountOut(uint256 _mintAmount, uint256[] _factoryID) view returns (uint256[2] justmoney, uint256[2] mane)
getApproved(uint256 tokenId) view returns (address)
getUsersNFTs(address _user) view returns (uint256[])
idForFactory(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFactory(uint256 _ID, address _factory)
addNewBatch(uint256 _nftAmount, uint256 _batchNftPrice, uint256 _batchEndTimestamp, string _newBaseURI)
approve(address to, uint256 tokenId)
mintNFT(uint256 _mintAmount, uint256 _factoryIDjm, uint256 amountOutMinJM, uint256 _factoryIDmane, uint256 amountOutMinMANE) payable returns (uint256[] nftIds, uint256 tokensReceivedJM, uint256 tokensReceivedMANE)
removeFactory(uint256 _ID)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCurrentBatchDeadline(uint256 _newTimestamp)
setMintingPriceInETH(uint256 _newMintingPrice)
setPercentJM(uint256 _newPercent)
setProvenanceHash(string provenanceHash)
toggleSaleActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20(address _token, address recipient) returns (bool)
withdrawETH(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintedNFT(uint256 tokensReceivedJM, uint256 tokensReceivedMANE, uint256 mintedAmount, uint256[] IDs)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, address _oracleAddress, address _tokenMANE, address _tokenJM, address _WETH)
This contract contains no fallback and receive objects.
This contract contains no error objects.