LiveInTheNowMovement

Verified contract

Active on Ethereum with 1,042 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LiveInTheNowMovement"

0x8770a2a1416f846b49304eb7976617e2a50bf621f64db44e50955f16b3d96dfe
0x7d3e88bc17340a369e6c4829583e197e51a1999d49ba69af4a0def01e6feb691
0x50bdf2caef807fbe82fb9a9e11eaa89fd23e4ae187d669a3c449f3be71cd351d
0x2990c4c81c5f624712effefd57ef5b07e053c6b72fdc6c4b0ad31d1999e10431
0x69088f4b7df4e43c3dbee8c857def3e0fcc378c7fd51198cb26f349b12254cb5
0x1faf1b696a367b9e342b281867af0fc5a6e10e80667162b3db2c8807c4119e2f
0x9648786ecd9faf1e8cae5ded0f667f90ef68a129c15c7d86a873a1a74768b05b
0x1ff28c18464d2c39be5a6bfa7e86e41a089e19774f020adc35a2f8903c4a1b9d
0xc88fe759e30703a8706f8e9660351871a00238a25ffd0e0f07790a54f937640e
0x84eb0efc97cca9581c8c7524ab6ae0725f032967f8efa03848652832b53f67af

Functions
Getter at block 21171168
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
https://thebeecollab.mypinata.cloud/ipfs/QmdVpGbH5KHo6EVvQSr65EHUbKoVNzXDGN9zKH46MfDiU6
maxMintAmountPerTx(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
10000
name(view returns (string)
LiveInTheNowMovement
owner(view returns (address)
0x34aa4853c3635421bc99068d0e68ad9a201ef029
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
iNFTp
totalSupply(view returns (uint256)
3267
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
ownerMint(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setmaxPerWallet(uint256 _maxPerWallet
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxuint256 _maxPerWalletstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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