LiveInTheNowMovement
Verified contract
Active on
Ethereum with 1,042 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 "LiveInTheNowMovement"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19752569 | 6 months ago | | | 0 | 0.00026638864 | |
| 19667376 | 7 months ago | | | 0 | 0.00054972530 | |
| 19141897 | 9 months ago | | | 0 | 0.0011682383 | |
| 18587813 | a year ago | | | 0 | 0.00072090287 | |
| 18437420 | a year ago | | | 0 | 0.00083362548 | |
| 18437419 | a year ago | | | 0 | 0.00074168358 | |
| 18437416 | a year ago | | | 0 | 0.0014552193 | |
| 18162278 | a year ago | | | 0 | 0.00064998804 | |
| 17602717 | a year ago | | | 0 | 0.00067518719 | |
| 17365214 | a year ago | | | 0 | 0.0019670796 |
ABI
ABI objects
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 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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
ownerMint(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxPerWallet, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()