NFTDasMagazinByMikeHager
Verified contract
Active on
Ethereum with 2,937 txns
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 "NFTDasMagazinByMikeHager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21381276 | 9 hours ago | | | 0 | 0.0020836931 | |
| 21135362 | a month ago | | | 0 | 0.00037930547 | |
| 20850078 | 2 months ago | | | 0 | 0.00035694169 | |
| 20800026 | 3 months ago | | | 0 | 0.00058490645 | |
| 20747237 | 3 months ago | | | 0 | 0.000075632114 | |
| 20369736 | 5 months ago | | | 0 | 0.00022542278 | |
| 19986495 | 6 months ago | | | 0 | 0.00030344558 | |
| 19616039 | 8 months ago | | | 0 | 0.00090373484 | |
| 19129157 | 10 months ago | | | 0 | 0.0010260042 | |
| 19122134 | 10 months ago | | | 0 | 0.00056149230 |
ABI
ABI objects
Getter at block 21383940
contractURI() view returns (string)
https://nftdasmagazin.mikehager.de/contract
contractUri() view returns (string)
https://nftdasmagazin.mikehager.de/contract
getPrice() view returns (uint256)
29900000000000000
isMintEnabled() view returns (bool)
false
name() view returns (string)
NFTDasMagazinByMikeHager
owner() view returns (address)
0x7decf7a31168778f311c57b9a948abaa7321001e
price() view returns (uint256)
29900000000000000
symbol() view returns (string)
NFTDM
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdrop(address[] to, uint256[] id, uint256[] amount)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newuri)
setIsMintEnabled(bool isEnabled)
setPrice(uint256 _price)
setUri(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)