CosmicTrippies
Verified contract
Active on
Ethereum with 4,703 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ca4…89f3
Balances ($0.00)
No balances found for "CosmicTrippies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873997 | a month ago | | | 0 | 0.00054989174 | |
| 20873991 | a month ago | | | 0 | 0.00053041155 | |
| 20873984 | a month ago | | | 0 | 0.00067726960 | |
| 20873980 | a month ago | | | 0 | 0.00053450442 | |
| 20867376 | a month ago | | | 0 | 0.00049553937 | |
| 20716177 | 2 months ago | | | 0 | 0.000058053632 | |
| 20716175 | 2 months ago | | | 0 | 0.00017121193 | |
| 20716174 | 2 months ago | | | 0 | 0.00018744994 | |
| 20716172 | 2 months ago | | | 0 | 0.00017242266 | |
| 20716170 | 2 months ago | | | 0 | 0.000061765060 |
ABI
ABI objects
Getter at block 21158501
claimingActive() view returns (bool)
true
maxSupply() view returns (uint256)
10000
name() view returns (string)
CosmicTrippies
owner() view returns (address)
0xe17f1ec3916df923be2882f22fa4e6e85265d4f9
symbol() view returns (string)
CTRIPPY
totalSupply() view returns (uint256)
8021
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId)
mintBatch()
mintBatch(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setClaimingActive(bool value)
teamMint(address recipient, uint256 tokenId)
teamMintBatch(address[] targets, uint256[] tokenIds)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.