Elves of the North
Verified contract
Active on
Ethereum with 4,221 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 "Elves of the North"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214159 | 10 days ago | | | 0 | 0.00050919378 | |
| 21023592 | a month ago | | | 0 | 0.00042558276 | |
| 21023583 | a month ago | | | 0 | 0.00048100553 | |
| 20753243 | 2 months ago | | | 0 | 0.000057342372 | |
| 20239294 | 5 months ago | | | 0 | 0.00054383461 | |
| 20210773 | 5 months ago | | | 0 | 0.00022077073 | |
| 19457269 | 8 months ago | | | 0 | 0.0013716664 | |
| 19022128 | 10 months ago | | | 0 | 0.0013830922 | |
| 18945203 | a year ago | | | 0 | 0.0014767380 | |
| 18945201 | a year ago | | | 0 | 0.00064966101 |
ABI
ABI objects
Getter at block 21286074
MAX_ELVES() view returns (uint256)
8888
commonURI() view returns (string)
lock() view returns (bool)
false
maxMintPerAddress() view returns (uint256)
8888
maxMintPerTx() view returns (uint256)
6
name() view returns (string)
Elves of the North
owner() view returns (address)
0x6685d5d601fe53833ac8f394f5b53c236fbc05d0
preSaleOpen() view returns (bool)
false
prefixURI() view returns (string)
ipfs://QmXoYkd7C8GqzxRcgggqDFwndvawFyxwfP6sA2bZ1Af4ym/
price() view returns (uint256)
0
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
ELVES
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteList(address _sender, uint256 _count, uint256 _maxCount, bytes _sig) view returns (bool)
mintPerAddress(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address _to, uint256 _count)
lockBaseURI()
mint(uint256 _count) payable
mintWhitelist(uint256 _count, uint256 _maxCount, bytes _sig) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommonURI(string _uri)
setMaxMintPerAddress(uint256 _maxMint)
setMaxMintPerTx(uint256 _maxMint)
setPrefixURI(string _uri)
setPrice(uint256 _price)
setSignerAddress(address _signer)
togglePreSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to)
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.