ABRACATABRA
Verified contract
Active on
Ethereum with 475 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 "ABRACATABRA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903843 | a year ago | | | 0 | 0.00053423526 | |
| 18419349 | a year ago | | | 0 | 0.00095287629 | |
| 18049038 | a year ago | | | 0 | 0.00082570977 | |
| 17919089 | a year ago | | | 0 | 0.00088548385 | |
| 17715137 | a year ago | | | 0 | 0.00050444447 | |
| 17634947 | a year ago | | | 0 | 0.0013086702 | |
| 17551503 | a year ago | | | 0 | 0.00061653162 | |
| 17034713 | 2 years ago | | | 0 | 0.00047763947 | |
| 17007605 | 2 years ago | | | 0 | 0.00081370203 | |
| 16982719 | 2 years ago | | | 0 | 0.0015264120 |
ABI
ABI objects
Getter at block 21293027
MaxperWallet() view returns (uint256)
33
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmZN29S2KyK6r8rMYF7CKGuc9vkcPa5gNy7U7FLm79ms6s/
cost() view returns (uint256)
2000000000000000
maxSupply() view returns (uint256)
3500
name() view returns (string)
ABRACATABRA
notRevealedUri() view returns (string)
ipfs://QmXFpCjJ6wedgo3AsaerV3fqHv7MEsTr5pyfwmpoo3sHnm/hidden.json
owner() view returns (address)
0xb8fc4d0a9604d3cc4b9a5f8e48820fb1e2dae3f5
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
ABRCT
totalSupply() view returns (uint256)
3500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId) payable
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(string _initBaseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()