Encryptas
Verified contract
Active on
Ethereum with 12,158 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 "Encryptas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111710 | 8 days ago | | | 0 | 0.00042937243 | |
| 21025767 | 20 days ago | | | 0 | 0.0037071632 | |
| 20979998 | a month ago | | | 0 | 0.00030276282 | |
| 20890001 | a month ago | | | 0 | 0.00012690858 | |
| 20890000 | a month ago | | | 0 | 0.00037880256 | |
| 20889998 | a month ago | | | 0 | 0.00032506273 | |
| 20889996 | a month ago | | | 0 | 0.00042842013 | |
| 20889993 | a month ago | | | 0 | 0.00036657768 | |
| 20832191 | 2 months ago | | | 0 | 0.00056385490 | |
| 20832034 | 2 months ago | | | 0 | 0.00083416619 |
ABI
ABI objects
Getter at block 21169693
baseURI() view returns (string)
ipfs://QmNRern8PrEYfX1muenJbPaHGuayG1FQ7H7Tu4z5R1tMkc/
isPresale() view returns (bool)
false
isSaleActive() view returns (bool)
true
mintLimit() view returns (uint256)
20
mintPrice() view returns (uint256)
55000000000000000
name() view returns (string)
Encryptas
owner() view returns (address)
0x19461698453e26b98cee5b984e1a86e13c0f68be
preSaleMintPrice() view returns (uint256)
45000000000000000
presaleLimit() view returns (uint256)
2000
supplyLimit() view returns (uint256)
10000
symbol() view returns (string)
ENCRYPTAS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnWhitelist(address wallet) 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)
tokensOwnedBy(address wallet) view returns (uint256[])
State-modifying
Events addToWhitelist(address[] wallets)
approve(address to, uint256 tokenId)
buy(uint256 numberOfTokens) payable
buyPresale(uint256 numberOfTokens) payable
renounceOwnership()
reserve(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri)
setPresale(bool presaleActive)
toggleSaleState()
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 inputBaseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.