AcidInside

Verified contract

Active on Ethereum with 3,176 txns
Deployed by via 0x8f169581 at 16743589
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AcidInside"

0xd3f20028ab098a4294bd5b0e265234f3f928c6a847e0bf07143fbd333d169841
0x19352336ee1da80f0388be2afff6e37f6c963288d1eec1813a6f4f8aa5dd3dff
0x04692aa43e3c9af0ec9e3b464317d1ef5c7c0eba7c8d77e1c71e4fc575c9daf7
0x34a8906476e3ee1193a598c232f40875a7ab84ee696599b420099a2a60eca7c7
0xcc386e5ef58a9b3a6ea0ab6d7988a2a273c65e1181853e9ecb92a43b6daf8dc4
0x1a298d4447ae3282cc4a1b9d45fe153d7ba511fde42adb9170b691df89dcc803
0x3486906fcdaeb8ebb5f83b36af29aa1a8dda22f30a6abdaff3ace63c85bdeb0e
0x5e2b71dd9896dd46a845eefab6b31651ca6875a668d84dc8dd5e997c901ed062
0x4844a99afb494d013488c1e143615f87c7e0ad0ae9cde7fccf916e8dc6080e3d
0xfe56d99a4d798fbcb0d73c6ebda7f451e5a1fc0449f5e506448bc5482f378b1f

Functions
Getter at block 21325290
BASE_URI(view returns (string)
https://ipfs.io/ipfs/QmZVhqYeDNtMffz2EAC5A2WQAB712eCpF6dBLKzCF3Eruh/
costPublic(view returns (uint256)
1000000000000000
freePerWallet(view returns (uint256)
2
isPublicMintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
4444
maxMintPublic(view returns (uint256)
10
maxSupply(view returns (uint256)
4444
name(view returns (string)
AcidInside
owner(view returns (address)
0x97aed2170e660428c7ca17d46dad253b1cd5a897
symbol(view returns (string)
ACID
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(uint256 _mintAmountaddress _recipient
approve(address touint256 tokenIdpayable 
burnSupply(uint256 _newSupply
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCost(uint256 _newCost
setFreePerWallet(uint256 _newFreePerWallet
setMaxBatchSize(uint256 _newBatchSize
setMaxFreeSupply(uint256 _maxFreeSupply
setPublicMintEnabled(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(