Crypto Vreneli
Verified contract
Active on
Ethereum with 111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($179.16)
Native
Value
$179.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.050001 | $3,583.26 |
$179.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17772115 | a year ago | | | 0.0000001 | 0.0044150543 | |
| 17672544 | a year ago | | | 0 | 0.0012668079 | |
| 17672497 | a year ago | | | 0 | 0.0016836261 | |
| 17672486 | a year ago | | | 0.0000001 | 0.0032594202 | |
| 17281514 | 2 years ago | | | 0 | 0.0049513716 | |
| 17281468 | 2 years ago | | | 0.0000001 | 0.0068790443 | |
| 17139746 | 2 years ago | | | 0.0000001 | 0.0049000079 | |
| 17132257 | 2 years ago | | | 0.0000001 | 0.0050682556 | |
| 17123516 | 2 years ago | | | 0.05 | 0.0063276500 | |
| 17123501 | 2 years ago | | | 0 | 0.0015251696 |
ABI
ABI objects
Getter at block 21293530
cost() view returns (uint256)
100000000000
isSaleStarted() view returns (bool)
true
maxSupply() view returns (uint256)
100
name() view returns (string)
Crypto Vreneli
notRevealedUri() view returns (string)
https://cryptovrenelidash.ch:8083/nft/metadata/
owner() view returns (address)
0x27283f16c6431d13caaf097595769be655aada07
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
PAC
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintFees(uint256 _mintAmount) view returns (uint256)
isApprovedForAll(address owner, address operator) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Burn(uint256 tokenId)
approve(address to, uint256 tokenId)
buyNFT(uint256 tokenId) payable
mint(uint256 numberOfNFT)
multiTransfer(address[] _address, uint256[] _tokenIds)
pause(bool _state)
renounceOwnership()
reveal(bool _reveal)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setNftCost(uint256 price)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BuyNFT(address indexed user, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.