Astrobot

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xcbe1606c at 15625851
Slot
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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "Astrobot"

No transactions found for "Astrobot"


Functions
Getter at block 20883988
airdropMinted(view returns (uint256)
0
airdropState(view returns (bool)
false
airdropSupply(view returns (uint256)
0
baseURI(view returns (string)
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
saleContract(view returns (address)
0x0000000000000000000000000000000000000000
saleMinted(view returns (uint256)
0
saleSupply(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
blacklisted(addressview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userAirdropMints(addressview returns (uint256)
userWhitelisted(addressview returns (bool)
State-modifying
airdropClaim(
approve(address touint256 tokenId
blackListAddresses(address[] _addresses
initialize(uint256 _maxSupplyuint256 _airdropSupplystring _namestring _symbol
mint(address _useruint256 quantity
pause(
removeBlackListAddresses(address[] _addresses
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBase
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateAirdropAddresses(address[] _addressesuint256[] _quantity
updateAirdropState(bool _newState
updateSaleContract(address _saleContract
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AddressBlacklisted(address indexed _userbool indexed _status
AdminChanged(address previousAdminaddress newAdmin
AirdropClaimed(address indexed _useruint256 indexed _quantity
AirdropStateUpdated(bool indexed _newState
AirdropWhitelisted(address indexed _useruint256 indexed _quantity
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SaleMinted(address indexed _useruint256 indexed _quantity
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
setBaseURIEvent(string indexed newBaseURI
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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