Tip-N-Strip
Verified contract
Active on
Ethereum with 142 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($88,320.35)
Native
Value
$88,320.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 23.835 | $3,705.49 |
$88,320.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19888585 | 6 months ago | | | 0 | 0.00072603051 | |
| 19384604 | 9 months ago | | | 0 | 0.0052943218 | |
| 18425903 | a year ago | | | 0 | 0.00040164670 | |
| 17831426 | a year ago | | | 0 | 0.0011742475 | |
| 17780280 | a year ago | | | 0 | 0.0020864175 | |
| 17778349 | a year ago | | | 0 | 0.0023200834 | |
| 17601771 | a year ago | | | 0 | 0.0010855233 | |
| 17600797 | a year ago | | | 0.35 | 0.0018023357 | |
| 17391476 | a year ago | | | 0 | 0.0012821158 | |
| 17238088 | 2 years ago | | | 0.35 | 0.012871543 |
ABI
ABI objects
Getter at block 21311424
MAX_TOTAL_MINT() view returns (uint256)
10000
MAX_TOTAL_MINT_PER_ADDRESS() view returns (uint256)
20
PRICE() view returns (uint256)
350000000000000000
_baseTokenURI() view returns (string)
https://www.tip-n-strip.io/contracts/
_maxPerAddress() view returns (uint256)
20
_maxSupply() view returns (uint256)
10000
_maxTxPerAddress() view returns (uint256)
20
_merkleRoot() view returns (bytes32)
0x97946ccf6e47f06f47964a948b0728883bd2aa2ca66c1e507c7b9dbdd16653a0
_preSaleTime() view returns (uint256)
1664640000
_presaleMaxPerAddress() view returns (uint256)
20
_presalePrice() view returns (uint256)
315000000000000000
_price() view returns (uint256)
350000000000000000
_publicSaleTime() view returns (uint256)
1664726400
isPreSaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Tip-N-Strip
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xfac3de2b3351c5f57338ee31217fbf4c2cf8126b
paused() view returns (bool)
false
symbol() view returns (string)
TNS
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
10
totalSupply() view returns (uint256)
160
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onEarlyPurchaseList(address addr, bytes32[] merkleProof) view returns (bool)
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)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
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 addExternalRelay(address relay)
approve(address to, uint256 tokenId)
earlyPurchase(uint256 count, bytes32[] merkleProof) payable
externalEarlyPurchase(address to, uint256 count) payable
externalPurchase(address to, uint256 count) payable
mintBatch(address[] toAddresses, uint256[] counts) payable
pause()
purchase(uint256 count) payable
release(address account)
release(address token, address account)
removeExternalRelay(address relay)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
setMerkleRoot(bytes32 merkleRoot)
setSaleInformation(uint256 publicSaleTime, uint256 preSaleTime, uint256 maxPerAddress, uint256 presaleMaxPerAddress, uint256 price, uint256 presalePrice, bytes32 merkleRoot, uint256 maxTxPerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateRoyalties(address recipient, uint256 value)
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)
EarlyPurchase(address indexed addr, uint256 indexed atPrice, uint256 indexed count)
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)
Purchase(address indexed addr, uint256 indexed atPrice, uint256 indexed count)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI, uint256[] numericValues, bytes32 merkleRoot, address[] payees, uint256[] shares, address royaltyRecipient, uint256 royaltyAmount)
receive()
This contract contains no error objects.