DrippedCamels
Verified contract
Active on
Ethereum with 754 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($77.99)
Native
Value
$77.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,119.65 |
$77.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16368678 | 2 years ago | | | 0 | 0.00074223890 | |
| 16296200 | 2 years ago | | | 0 | 0.00073284472 | |
| 15688283 | 2 years ago | | | 0 | 0.00042076134 | |
| 14669500 | 3 years ago | | | 0 | 0.0022310215 | |
| 14588012 | 3 years ago | | | 0 | 0.00084524291 | |
| 14588012 | 3 years ago | | | 0 | 0.0014017293 | |
| 14581161 | 3 years ago | | | 0 | 0.0012065928 | |
| 14581039 | 3 years ago | | | 0 | 0.0015893383 | |
| 14580977 | 3 years ago | | | 0 | 0.0010197335 | |
| 14580977 | 3 years ago | | | 0 | 0.0029200664 |
ABI
ABI objects
Getter at block 21220634
baseURI() view returns (string)
ipfs://QmawHqzEfHV8q2sDVyz4RCtNxeWLkmrpGSGDYMdwKMB67m/
cost() view returns (uint256)
0
isMintActive() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
2
maxPerTx() view returns (uint256)
2
name() view returns (string)
DrippedCamels
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x71feb21ab95b851c661c7d187bb8be076acff392
symbol() view returns (string)
DC
teamReserveAmount() view returns (uint256)
0
totalAvailable() view returns (uint256)
1000
totalReleased() view returns (uint256)
225000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipMintState()
mint(uint256 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMaxMintPerWalletAmount(uint256 maxPerAddressDuringMint_)
setOwnersExplicit(uint256 quantity)
setTotalAvailable(uint256 totalAvailable_)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] payees_, uint256[] shares_)
receive()
This contract contains no error objects.