ERC721AB
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ERC721AB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC721AB"
ABI
ABI objects
Getter at block 22752620
IMPLEMENTATION_VERSION() view returns (uint8)
1
abDataRegistry() view returns (address)
0x0000000000000000000000000000000000000000
abVerifier() view returns (address)
0x0000000000000000000000000000000000000000
dropId() view returns (uint256)
0
maxSupply() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
publisher() view returns (address)
0x0000000000000000000000000000000000000000
sharePerToken() view returns (uint256)
0
symbol() view returns (string _symbol)
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerPhase(address user, uint256 phaseId) view returns (uint256 minted)
ownerOf(uint256 tokenId) view returns (address)
phases(uint256) view returns (uint256 phaseStart, uint256 phaseEnd, uint256 price, uint256 maxMint, bool isPublic)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string _tokenURI)
State-modifying
Events approve(address to, uint256 tokenId) payable
initDrop(uint256 _maxSupply, uint256 _sharePerToken, uint256 _mintGenesis, address _genesisRecipient, address _royaltyCurrency, string _baseUri)
initialize(address _publisher, address _abDataRegistry, address _abVerifier, string _name)
mint(address _to, uint256 _phaseId, uint256 _quantity, bytes _signature) 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 _newBaseURI)
setDropPhases(struct ABDataTypesPhase[] _phases)
setMaxSupply(uint256 _maxSupply)
setSharePerToken(uint256 _newSharePerToken)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawERC20(address _token, uint256 _amount)
withdrawToRightholder()
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)
Initialized(uint8 version)
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()
DROP_ALREADY_INITIALIZED()
INCORRECT_ETH_SENT()
INVALID_PARAMETER()
MAX_MINT_PER_ADDRESS()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NOT_ELIGIBLE()
NOT_ENOUGH_TOKEN_AVAILABLE()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PHASE_NOT_ACTIVE()
TRANSFER_FAILED()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()