Voorlichting Vertaald NFT
Verified contract
Active on
Ethereum with 622 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.72)
Native
Value
$7.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0025 | $3,087.29 |
$7.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16308160 | 2 years ago | | | 0 | 0.00077195536 | |
| 16302135 | 2 years ago | | | 0 | 0.00076626000 | |
| 16302135 | 2 years ago | | | 0 | 0.0010649550 | |
| 16302135 | 2 years ago | | | 0 | 0.0011073150 | |
| 16302135 | 2 years ago | | | 0 | 0.0011496750 | |
| 16302119 | 2 years ago | | | 0 | 0.00076608000 | |
| 16302119 | 2 years ago | | | 0 | 0.0010647750 | |
| 16302119 | 2 years ago | | | 0 | 0.0011071350 | |
| 16302119 | 2 years ago | | | 0 | 0.0011494950 | |
| 16302119 | 2 years ago | | | 0 | 0.00076626000 |
ABI
ABI objects
Getter at block 21205023
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmNRGiH2opyfRXSAgmSjjTMSUBfx8JZCqGmLw7Jp1KV871/
maxPerTx() view returns (uint256)
20
maxPerTxFree() view returns (uint256)
4
maxSupply() view returns (uint256)
2500
mintMaxFree() view returns (uint256)
2150
name() view returns (string)
Voorlichting Vertaald NFT
owner() view returns (address)
0x9988c2a601a33b068653e3dbe91d6af7b34cef43
paused() view returns (bool)
false
price() view returns (uint256)
2500000000000000
symbol() view returns (string)
MDF
totalSupply() view returns (uint256)
1632
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
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)
internalMint(uint256 _number)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxFreeMint(uint256 _max)
setMaxFreePerTx(uint256 _max)
setMaxPaidPerTx(uint256 _max)
setMaxSupply(uint256 _max)
setPause(bool _state)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
freeMintIsOver()