Capsule
Verified contract
Active on
Ethereum with 32,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa98c…36d2
1 additional
variable
Balances ($0.00)
No balances found for "Capsule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140472 | 3 days ago | | | 0 | 0.00048964466 | |
| 21135784 | 3 days ago | | | 0 | 0.00073168286 | |
| 21117564 | 6 days ago | | | 0 | 0.00014409616 | |
| 21093065 | 9 days ago | | | 0 | 0.00026441220 | |
| 21069978 | 12 days ago | | | 0 | 0.00029219930 | |
| 21047451 | 16 days ago | | | 0 | 0.00010678800 | |
| 21035081 | 17 days ago | | | 0 | 0.00040347495 | |
| 21027731 | 18 days ago | | | 0 | 0.00030578814 | |
| 21015315 | 20 days ago | | | 0 | 0.00046991632 | |
| 21005988 | 21 days ago | | | 0 | 0.00039586280 |
ABI
ABI objects
Getter at block 21159412
CAPSULE_PRICE() view returns (uint256)
80000000000000000
MAX_CAPSULES() view returns (uint256)
10000
PUBLIC_CAPSULES() view returns (uint256)
9950
RESERVED_CAPSULES() view returns (uint256)
50
allowListIsActive() view returns (bool)
false
allowListMaxMint() view returns (uint256)
6
name() view returns (string)
Capsule
owner() view returns (address)
0x5a83cac3685d84a8057f87167a30b9781c4c887a
publicListMaxMint() view returns (uint256)
10
saleIsActive() view returns (bool)
false
symbol() view returns (string)
CAPSULE
totalReservedSupply() view returns (uint256)
50
totalSaleSupply() view returns (uint256)
9950
totalSupply() view returns (uint256)
10000
Read-only
allowListClaimedBy(address owner) view returns (uint256)
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)
publicListClaimedBy(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipSaleState()
mintCapsule(uint256 numberOfTokens) payable
mintCapsuleWhitelist(bytes32 hash, bytes signature, uint256 numberOfTokens) payable
mintReservedCapsule(uint256[] tokenIds)
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMaxMint(uint256 _allowListMaxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setPublicListMaxMint(uint256 _publicListMaxMint)
setRevealedBaseURI(string revealedBaseURI)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address[] payees, uint256[] shares, uint256 _capsulesReserved, uint256 _capsulesForSale, uint256 _allowListMaxMint, uint256 _publicListMaxMint)
fallback()
receive()
This contract contains no error objects.