The Enchanteds
Verified contract
Active on
Ethereum with 551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2a85…d995
Balances ($0.00)
No balances found for "The Enchanteds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101535 | 13 days ago | | | 0 | 0.00074799513 | |
| 20993062 | a month ago | | | 0 | 0.00083193303 | |
| 17340201 | a year ago | | | 0 | 0.0015371355 | |
| 16738977 | 2 years ago | | | 0 | 0.0012446144 | |
| 16738966 | 2 years ago | | | 0 | 0.0015268951 | |
| 16586540 | 2 years ago | | | 0 | 0.0017962071 | |
| 16490077 | 2 years ago | | | 0 | 0.00033872387 | |
| 16490075 | 2 years ago | | | 0 | 0.00036183625 | |
| 16373827 | 2 years ago | | | 0 | 0.00039793100 | |
| 16308126 | 2 years ago | | | 0 | 0.00072575099 |
ABI
ABI objects
Getter at block 21194717
MERKLE_ROOT() view returns (bytes32)
0xb7f7a87cb2a16b78dfc6e0c5f22baf862ba0ffb5655205a9aaed4f016cfb8c7f
_royaltiesPercentage() view returns (uint256)
5
contractURI() view returns (string)
contract_ipfs_json() view returns (string)
gnosis_vault() view returns (address)
0xf62c04fb8b3ecd1fb43bb791fd80008cccbe2406
minting_price() view returns (uint256)
80000000000000000
name() view returns (string)
The Enchanteds
owner() view returns (address)
0xb02bbd15f227f1db5e691b35284e6893e9d4a1ee
royaltiesReceiver() view returns (address)
0xf62c04fb8b3ecd1fb43bb791fd80008cccbe2406
sale_active() view returns (bool)
true
selling_tribe() view returns (uint256)
0
symbol() view returns (string)
ENCHTDS
totalSupply() view returns (uint256)
562
whitelist_active() view returns (bool)
false
Read-only
artifactBalance(address _address) view returns (uint256)
artifactsOfOwner(address _owner) view returns (uint256[] ownerTokens)
balanceOf(address owner) view returns (uint256)
claimed_artifacts(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isArtifactClaimed(uint256 _tokenId) view returns (bool)
isWhitelisted(bytes32[] _merkleProof, address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
returnTribeSupply(uint256 _tribe) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
tribe_uris(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyNFT(bytes32[] _merkleProof, uint256 _tribe) payable
claimArtifact(uint256[] _artifacts, uint256 _tribe)
fixArtifactAddress(address _artifactAddress)
fixContractDescription(string newDescription)
fixGnosis(address newAddress)
fixMaxAmount(uint256 newMax)
fixMerkleRoot(bytes32 root)
fixPrice(uint256 price)
fixRoyaltiesParams(address newRoyaltiesReceiver, uint256 newRoyaltiesPercentage)
fixSaleState(bool newState)
fixSellingTribe(uint256 newTribe)
fixTribeURI(uint256 _tribe, string _newURI)
fixWhitelist(bool state)
ownerMint(uint256 _amount, uint256 _tribe)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther()
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 _name, string _ticker, string _contract_ipfs, address _artifactAddress, address _gnosis_vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.