888ephants
Verified contract
Active on
Ethereum with 512 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 "888ephants"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19319891 | 9 months ago | | | 0 | 0.0016886211 | |
| 19319798 | 9 months ago | | | 0 | 0.0016449713 | |
| 17035455 | 2 years ago | | | 0 | 0.0015687357 | |
| 17021035 | 2 years ago | | | 0 | 0.0010426646 | |
| 17015459 | 2 years ago | | | 0 | 0.00083168846 | |
| 17012806 | 2 years ago | | | 0 | 0.00090773580 | |
| 17012279 | 2 years ago | | | 0 | 0.0010200802 | |
| 17012106 | 2 years ago | | | 0 | 0.00094430821 | |
| 17011301 | 2 years ago | | | 0 | 0.00093279522 | |
| 17010908 | 2 years ago | | | 0 | 0.00099373963 |
ABI
ABI objects
Getter at block 21296757
maxPerTXN() view returns (uint256)
2
maxSupply() view returns (uint256)
888
mintCost() view returns (uint256)
0
name() view returns (string)
888ephants
owner() view returns (address)
0x1e6bc874b8f1588088a660ac84ccdb42bf4aba67
symbol() view returns (string)
8PHT
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
devMint(address _wallet, uint256 _amount)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 newCost)
setMaxPerTXN(uint256 _max)
setMetadata(string newUri)
setNotRevealedURI(string newUri)
toggleRevealed()
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferFunds()
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()