CryptoBeauties
Verified contract
Active on
Ethereum with 1,927 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.43)
Native
Value
$14.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004611 | $3,128.96 |
$14.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20490995 | 3 months ago | | | 0 | 0.000059555462 | |
| 20400135 | 4 months ago | | | 0 | 0.00016073622 | |
| 20301659 | 4 months ago | | | 0 | 0.00012500090 | |
| 20009593 | 5 months ago | | | 0 | 0.00055074216 | |
| 19967891 | 6 months ago | | | 0 | 0.0014689796 | |
| 19829939 | 6 months ago | | | 0 | 0.00017820335 | |
| 19458709 | 8 months ago | | | 0 | 0.00099291459 | |
| 18802960 | a year ago | | | 0 | 0.00088137595 | |
| 18317416 | a year ago | | | 0 | 0.00022612982 | |
| 18205001 | a year ago | | | 0 | 0.00039011741 |
ABI
ABI objects
Getter at block 21213263
DAO() view returns (address)
0x402881bad73d3932c2472ab0453e0b03b32c52f0
Developer() view returns (address)
0x0070f14fe6a1b0c0dd130af4bea73c20b568604b
Project() view returns (address)
0x0070f14fe6a1b0c0dd130af4bea73c20b568604b
Promoter() view returns (address)
0x0070f14fe6a1b0c0dd130af4bea73c20b568604b
amountForDevsRemaining() view returns (uint256)
9
freeRemaining() view returns (uint256)
561
mintPrice() view returns (uint256)
29000000000000000
name() view returns (string)
CryptoBeauties
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0070f14fe6a1b0c0dd130af4bea73c20b568604b
saleState() view returns (uint8)
2
symbol() view returns (string)
CRYPTOBEAUTIES
totalSupply() view returns (uint256)
2189
Read-only
balanceOf(address owner) view returns (uint256)
freeMintUsed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
whitelistMintsUsed(address) view returns (uint256)
State-modifying
Events AllowOwnerMint(uint256 _beautyAmount)
FreeWhitelistMint(uint256 _beautyAmount, bytes32[] _merkleProof) payable
WhiteListMint(uint256 _beautyAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
publicSaleMint(uint256 _beautyAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setOwnersExplicit(uint256 quantity)
setRootFreeList(bytes32 _freeRoot)
setRootWL(bytes32 _rootWL)
setSaleState(uint8 _newState)
setWithdrawAddress(address _DAO, address _Promoter, address _Developer, address _Project)
setupBaseURI(string _baseURIz)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFinal()
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForFreeList_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.