Evil Elves Club
Verified contract
Active on
Ethereum with 1,635 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f79…5a5d
Balances ($224.87)
Native
Value
$224.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0555 | $4,051.72 |
$224.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21359679 | 8 days ago | | | 0 | 0.00053821907 | |
| 21262369 | 22 days ago | | | 0 | 0.00040654441 | |
| 20910235 | 2 months ago | | | 0 | 0.00046105000 | |
| 20910115 | 2 months ago | | | 0 | 0.00058369773 | |
| 20910102 | 2 months ago | | | 0 | 0.00063813406 | |
| 20203569 | 6 months ago | | | 0 | 0.000057190312 | |
| 19542426 | 9 months ago | | | 0 | 0.00059942838 | |
| 19542424 | 9 months ago | | | 0 | 0.00057993372 | |
| 19447619 | 9 months ago | | | 0 | 0.00084037437 | |
| 18804536 | a year ago | | | 0 | 0.00072693930 |
ABI
ABI objects
Getter at block 21416903
MAX_TOKENS() view returns (uint256)
5555
NUMBER_RESERVED_TOKENS() view returns (uint256)
50
PRICE() view returns (uint256)
55500000000000000
name() view returns (string)
Evil Elves Club
owner() view returns (address)
0x9ae6779438eb6dd239a9fe751f7bfdaedbf32533
preSaleIsActive() view returns (bool)
true
reservedTokensMinted() view returns (uint256)
50
saleIsActive() view returns (bool)
true
supply() view returns (uint256)
1927
symbol() view returns (string)
EEC
totalSupply() view returns (uint256)
1927
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)
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)
flipPreSaleState()
flipSaleState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
mintTokenPreSale(uint256 amount) 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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.