elfvtown.wtf
Verified contract
Active on
Ethereum with 1,068 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 "elfvtown.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910581 | a year ago | | | 0 | 0.00055671194 | |
| 15874144 | 2 years ago | | | 0 | 0.00047174922 | |
| 14948436 | 2 years ago | | | 0 | 0.0013479286 | |
| 14894792 | 2 years ago | | | 0 | 0.0013023152 | |
| 14868769 | 2 years ago | | | 0 | 0.0025142153 | |
| 14868431 | 2 years ago | | | 0 | 0.0024506551 | |
| 14868318 | 2 years ago | | | 0 | 0.00071773223 | |
| 14868317 | 2 years ago | | | 0 | 0.00084403811 | |
| 14868316 | 2 years ago | | | 0 | 0.00087892071 | |
| 14868312 | 2 years ago | | | 0 | 0.0010712182 |
ABI
ABI objects
Getter at block 21294183
MAX_MINTS_PER_TX() view returns (uint256)
10
NUM_FREE_MINTS() view returns (uint256)
7000
PUBLIC_SALE_PRICE() view returns (uint256)
5000000000000000
getBaseURI() view returns (string)
ipfs://0x977D00703d8ce39316B6558dfd2BDF6b2b2A5faA
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
7000
name() view returns (string)
elfvtown.wtf
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0d129ef32d7400d3900b417853e5e198859fe64c
symbol() view returns (string)
elfv
totalSupply() view returns (uint256)
7000
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
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)
setBaseURI(string _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.
This contract contains no error objects.