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 "3mfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15311950 | 2 years ago | | | 0 | 0.00040924721 | |
| 15204834 | 2 years ago | | | 0 | 0.00027234879 | |
| 14816915 | 3 years ago | | | 0 | 0.00073891705 | |
| 14532112 | 3 years ago | | | 0 | 0.0025996880 | |
| 14357925 | 3 years ago | | | 0 | 0.00073950400 | |
| 14334212 | 3 years ago | | | 0 | 0.0016784065 | |
| 14327474 | 3 years ago | | | 0 | 0.0012040592 | |
| 14316801 | 3 years ago | | | 0 | 0.0028571583 | |
| 14314777 | 3 years ago | | | 0 | 0.014543955 | |
| 14296316 | 3 years ago | | | 0 | 0.0032226757 |
ABI
ABI objects
Getter at block 21315764
cost() view returns (uint256)
6000000000000000
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
6006
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
3mfers
owner() view returns (address)
0x16732173b92c69be8d98eb0f3399d8adac01fd57
paused() view returns (bool)
true
symbol() view returns (string)
3M
totalSupply() view returns (uint256)
7848
uriPrefix() view returns (string)
ipfs://QmS1NV9q68WZPoXTWMNTHUsp7NQS4YNqxqQJt76RjSpMa1/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()