Trippy Frens
Verified contract
Active on
Ethereum with 671 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Trippy Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20249038 | 5 months ago | | | 0 | 0.00010601531 | |
| 18388706 | a year ago | | | 0 | 0.00022866213 | |
| 18337924 | a year ago | | | 0 | 0.00025043004 | |
| 18184137 | a year ago | | | 0 | 0.00041525366 | |
| 17927962 | a year ago | | | 0 | 0.0017828877 | |
| 16551771 | 2 years ago | | | 0 | 0.0010485125 | |
| 16521173 | 2 years ago | | | 0 | 0.00081351415 | |
| 16496061 | 2 years ago | | | 0 | 0.00035360727 | |
| 16496060 | 2 years ago | | | 0 | 0.00036220854 | |
| 16353362 | 2 years ago | | | 0 | 0.00074043958 |
ABI
ABI objects
Getter at block 21287279
baseURI() view returns (string)
ipfs://QmYwx9bjXd1W9WbajvP2qRv8s9nkBV3duLddCy4ghM9x3Z/
initialURI() view returns (string)
ipfs://QmQ4XGWP9RR6EXGsABRXw4KtECcqiaZmSC8c8gPx6nGvHS
isRevealed() view returns (bool)
true
name() view returns (string)
Trippy Frens
owner() view returns (address)
0x958c4edb417399bb9440dc2435de7fbd03b67176
symbol() view returns (string)
TRIPPY
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAdmin(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address recipient, uint256 quantity)
renounceOwnership()
reveal(string baseURI_, bool _isRevealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address user, bool isEnabled)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setInitialURI(string _initialURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminSet(address indexed user, bool isEnabled)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(address indexed admin, string newBaseURI)
InitialURIUpdated(address indexed admin, string newURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevealUpdated(address indexed admin, string baseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initialURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()