enchantedwtf
Verified contract
Active on
Ethereum with 3,333 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 "enchantedwtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903763 | a year ago | | | 0 | 0.00052563430 | |
| 16772688 | 2 years ago | | | 0 | 0.0014704555 | |
| 16019202 | 2 years ago | | | 0 | 0.00059533992 | |
| 16019197 | 2 years ago | | | 0 | 0.0011453723 | |
| 15979968 | 2 years ago | | | 0 | 0.00055092180 | |
| 15979966 | 2 years ago | | | 0 | 0.00064661301 | |
| 15708051 | 2 years ago | | | 0 | 0.0013751252 | |
| 15481404 | 2 years ago | | | 0 | 0.00027824811 | |
| 15476755 | 2 years ago | | | 0 | 0.00035922010 | |
| 15476754 | 2 years ago | | | 0 | 0.00034489087 |
ABI
ABI objects
Getter at block 21328424
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
5555
name() view returns (string)
enchantedwtf
owner() view returns (address)
0x7e844f09a44d6bfee9922e038965f16cbf7bd40d
symbol() view returns (string)
ENCHANTED
totalSupply() view returns (uint256)
5555
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdzXhLiA1wT2Rvr598F9r3f1Dp7jveCEgBou2g2gCEhqQ
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
URIQueryForNonexistentToken()