TriptcipObjects
Verified contract
Active on
Ethereum with 619 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($309.89)
Native
Value
$309.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,098.92 |
$309.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20585812 | 3 months ago | | | 0 | 0.000045523717 | |
| 20258164 | 4 months ago | | | 0.1 | 0.00015825225 | |
| 19805898 | 6 months ago | | | 0 | 0.00029197648 | |
| 19127907 | 10 months ago | | | 0 | 0.0012547284 | |
| 19052701 | 10 months ago | | | 0 | 0.00046455208 | |
| 18964097 | 10 months ago | | | 0 | 0.0014041561 | |
| 18843581 | a year ago | | | 0 | 0.0011765193 | |
| 18748437 | a year ago | | | 0.6 | 0.0010463719 | |
| 18725540 | a year ago | | | 0 | 0.0024055858 | |
| 18659529 | a year ago | | | 0 | 0.0011984718 |
ABI
ABI objects
Getter at block 21211071
baseURI() view returns (string)
https://nft.triptcip.com/objects/
isPublicSaleOpen() view returns (bool)
true
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
TriptcipObjects
owner() view returns (address)
0xe1141ec528d62a6cb4882f3b44cf8e553f94348a
symbol() view returns (string)
TRIP
totalSupply() view returns (uint256)
809
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
whitelist(address) view returns (bool)
State-modifying
Events airdrop(uint256[] quantity, address[] recipient)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintWhitelist(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setIsPublicSaleOpen(bool _isPublicSaleOpen)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _mintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistSet(address[] _addresses)
withdraw() payable
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(string _baseTokenURI, bool _isPublicSaleOpen)
This contract contains no fallback and receive objects.
This contract contains no error objects.