Ether Capsule
Verified contract
Active on
Ethereum with 11,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x81d6…a58e
Balances ($0.00)
No balances found for "Ether Capsule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292729 | 6 hours ago | | | 0 | 0.00050743633 | |
| 21158711 | 19 days ago | | | 0 | 0.0013553045 | |
| 21129990 | 23 days ago | | | 0 | 0.0015434498 | |
| 21076840 | a month ago | | | 0 | 0.0011115166 | |
| 21076825 | a month ago | | | 0 | 0.00097524572 | |
| 21064160 | a month ago | | | 0 | 0.00069624094 | |
| 21053317 | a month ago | | | 0 | 0.00020034508 | |
| 21053309 | a month ago | | | 0 | 0.00022170830 | |
| 21011417 | a month ago | | | 0 | 0.00064288939 | |
| 21010203 | a month ago | | | 0 | 0.00065160057 |
ABI
ABI objects
Getter at block 21294412
DELEGATE_REGISTRY() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
LOCKUP_PERIOD() view returns (uint256)
6048000
PUBLIC_MINTS_PER_WALLET() view returns (uint256)
3
allowlistPrice() view returns (uint256)
350000000000000000
burnOpen() view returns (bool)
true
etherNFT() view returns (address)
0x81d6a3c844a9fb452ed069e9fc16cf37f137a58e
maxSupply() view returns (uint256)
5555
mintSigner() view returns (address)
0x930f9ae133148aeb85a37d79d51d694db72b6089
name() view returns (string)
Ether Capsule
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x113cdcf0f439b698fd2b56f92b7a3ae07bf6d51e
publicPrice() view returns (uint256)
650000000000000000
saleState() view returns (uint8)
0
symbol() view returns (string)
ECAP
totalSupply() view returns (uint256)
322
Read-only
allowlistMintCount(address user) view returns (uint64)
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, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenLockups(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalMintCount(address user) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
burnCapsules(address to, uint256[] tokenIds)
burnCapsulesWithDelegate(address to, uint256[] tokenIds)
freeAllowlistMint(address to, uint8 qty, uint8 mintLimit, bytes signature)
ownerMint(address to, uint256 qty)
paidAllowlistMint(address to, uint8 qty, uint8 mintLimit, bytes signature) payable
publicMint(address to, uint256 qty, bytes signature) 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)
setBaseURI(string baseURI)
setBurnOpen(bool value)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setEtherNft(address _nft)
setMaxSupply(uint256 _maxSupply)
setMintSigner(address _signer)
setOperatorFilteringEnabled(bool value)
setPrices(uint256 _allowlistPrice, uint256 _publicPrice)
setSaleState(uint8 _saleState)
setTokenLockup(uint256 tokenId, uint256 expiration)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds(address receiver)
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 name, string symbol, address _signer, address _royaltyReceiver)
This contract contains no fallback and receive objects.
AllowlistExceeded()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
BurnNotOpen()
EtherNFTNotSet()
InsufficientPayment()
InvalidDelegate()
InvalidNewSupply()
InvalidSaleState()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SupplyExceeded()
TokenIsLocked(uint256 tokenId)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletLimitExceeded()
WithdrawFailed()