AcidInside
Verified contract
Active on
Ethereum with 3,176 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 "AcidInside"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20039992 | 6 months ago | | | 0 | 0.00072544693 | |
| 19759847 | 7 months ago | | | 0 | 0.00023789892 | |
| 19108059 | 10 months ago | | | 0 | 0.00044399971 | |
| 18917354 | a year ago | | | 0 | 0.00058335987 | |
| 18851895 | a year ago | | | 0 | 0.00092415190 | |
| 18311294 | a year ago | | | 0 | 0.00023259155 | |
| 18212319 | a year ago | | | 0 | 0.00042619184 | |
| 18170832 | a year ago | | | 0 | 0.00074304985 | |
| 18053086 | a year ago | | | 0 | 0.00049398901 | |
| 18039436 | a year ago | | | 0 | 0.00054450057 |
ABI
ABI objects
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 owner) view returns (uint256)
canClaim(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _mintAmount, address _recipient)
approve(address to, uint256 tokenId) payable
burnSupply(uint256 _newSupply)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxBatchSize(uint256 _newBatchSize)
setMaxFreeSupply(uint256 _maxFreeSupply)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()