Trippy Frens

Verified contract

Active on Ethereum with 671 txns
Deployed by via 0x9e3c5f2d at 14606070
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Trippy Frens"

0xc37b29dbb671943ffab346fafd77896558db2d14e69ab028ae039e96da476ad7
0xd956cc1dd9ec3a8f68b4d00798903d946e38efd5a0f34b5c54271c4b7f56458e
0xc273db2dc1f127f75009d027f30630de80f33c4aaced1584971654aa52963b69
0x2b0886a3ad74dc0e534f1fc3567f24b48a01b576fb9d850fbb22cdae1d40fea4
0x250a315eadce72f9a47554c31032876fef56023e7975044f6dda570ad48b039c
0x8a8f1ff4dd26d4570c3687cdc7aac314aa4181bf50cb83818393547e35e892ea
0x0ac78c2d2e034dea7c29a9d4735de7d3a6f49141464d0005648f7b3f28d0485b
0xcb30e84e312d35c0979e5661a417a30ab3c729071db87d0cdd6dd2911195987c
0x263434f7d1fd6cef8878003707b352236482a0bcf7bc6b4743f4333322d60fae
0xfc489e83d3d02d3076e52c6742d91a9a8e516e56f3e2463c33074dc67858b3ff

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAdmin(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(address recipientuint256 quantity
renounceOwnership(
reveal(string baseURI_bool _isRevealed
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdmin(address userbool isEnabled
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setInitialURI(string _initialURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AdminSet(address indexed userbool isEnabled
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIUpdated(address indexed adminstring newBaseURI
InitialURIUpdated(address indexed adminstring newURI
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RevealUpdated(address indexed adminstring baseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initialURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(