Elf W A E
Verified contract
Active on
Ethereum with 3,587 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 "Elf W A E"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19822326 | 7 months ago | | | 0 | 0.00025384239 | |
| 15579869 | 2 years ago | | | 0 | 0.00052134926 | |
| 15572318 | 2 years ago | | | 0 | 0.00018447345 | |
| 15572311 | 2 years ago | | | 0 | 0.00016422723 | |
| 15572271 | 2 years ago | | | 0 | 0.00036613506 | |
| 15570135 | 2 years ago | | | 0 | 0.00037714132 | |
| 15570134 | 2 years ago | | | 0 | 0.00040059082 | |
| 15570132 | 2 years ago | | | 0 | 0.00039502245 | |
| 15570132 | 2 years ago | | | 0 | 0.00039502245 | |
| 15570055 | 2 years ago | | | 0 | 0.00042012415 |
ABI
ABI objects
Getter at block 21398732
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
5000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Elf W A E
owner() view returns (address)
0x46bc8ad34c843ab67cf4ac48c6672052f5a5bdb2
symbol() view returns (string)
Elf
totalSupply() view returns (uint256)
4783
uriPrefix() view returns (string)
ipfs://QmerNrpuFwJieH5PThDY2rfaz3XXsYDvjf57s3CcSCEVGj/
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events GoToAriDrop(uint256 amount)
approve(address to, uint256 tokenId)
publicSummon(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()