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 "The Manny Art"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22916444 | 16 hours ago | | | 0 | 0.0000024127086 | |
| 22794732 | 3 days ago | | | 0 | 0.0000024005635 | |
| 22753029 | 4 days ago | | | 0 | 0.000011652342 | |
| 22752200 | 4 days ago | | | 0 | 0.000011652342 | |
| 22638392 | 7 days ago | | | 0 | 0.0000024005634 | |
| 22623238 | 7 days ago | | | 0 | 0.0000023987511 | |
| 22587246 | 8 days ago | | | 0 | 0.0000024005635 | |
| 22530255 | 10 days ago | | | 0 | 0.0000013540180 | |
| 22498584 | 10 days ago | | | 0 | 0.0000020442932 | |
| 22495217 | 10 days ago | | | 0 | 0.0000023978448 |
ABI
ABI objects
Getter at block 22944748
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_MINTS_PER_TX() view returns (uint256)
200
NUM_FREE_MINTS() view returns (uint256)
28000
PUBLIC_SALE_PRICE() view returns (uint256)
90000000000000
baseTokenURI() view returns (string)
ipfs://QmNQL5xJWMuFikrAAPLmPpyrbKwGAoH9h85dDqsSPGKPYH/
freeNFTAlreadyMinted() view returns (uint256)
18803
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
30000
name() view returns (string)
The Manny Art
owner() view returns (address)
0xd36a265e33eb9b9b14096a3490454bf65e97282a
symbol() view returns (string)
TMA
totalSupply() view returns (uint256)
18843
Read-only
balanceOf(address owner) view returns (uint256)
calculateMintingPrice(uint256 quantity) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintwithRewards(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()