NiceDrips
Verified contract
Active on
Ethereum with 6,382 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($190.97)
Native
Value
$190.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.057421 | $3,325.85 |
$190.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20925979 | 2 months ago | | | 0 | 0.00061696717 | |
| 20858758 | 2 months ago | | | 0 | 0.00030061044 | |
| 20858594 | 2 months ago | | | 0 | 0.00020935530 | |
| 20858594 | 2 months ago | | | 0 | 0.00036790534 | |
| 20858594 | 2 months ago | | | 0 | 0.00036809679 | |
| 20677769 | 3 months ago | | | 0 | 0.00031628162 | |
| 20617235 | 3 months ago | | | 0 | 0.000039896013 | |
| 20616725 | 3 months ago | | | 0 | 0.000040635364 | |
| 20547142 | 3 months ago | | | 0 | 0.000041792085 | |
| 20510200 | 3 months ago | | | 0 | 0.000042768197 |
ABI
ABI objects
Getter at block 21259875
MAX_SUPPLY() view returns (uint256)
11111
baseMintPrice() view returns (uint256)
30000000000000000
baseURI() view returns (string)
https://api.nicedrips.com/tokens/
maxPurchaseCount() view returns (uint256)
8
name() view returns (string)
Nice Drips
owner() view returns (address)
0xf5b8cccc0a59f529161e5311f3fcc5e4a2695ae0
paused() view returns (bool)
false
reservedCount() view returns (uint256)
0
saleHasStarted() view returns (bool)
true
saleStart() view returns (uint256)
1628193600
symbol() view returns (string)
DRIPS
totalReleased() view returns (uint256)
333024609000000000000
totalShares() view returns (uint256)
200
totalSupply() view returns (uint256)
11111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint256 numberOfTokens) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintReserved(address to, uint256 numberOfTokens)
mintTokens(uint256 numberOfTokens) payable
pause()
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBase)
setMaxPurchaseCount(uint256 count)
setSaleStart(uint256 saleStart_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
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)
Unpaused(address account)
constructor(uint256 saleStart_, string baseURIVal_, address[] payees, uint256[] paymentShares)
receive()
This contract contains no error objects.