Astrobot Society

Verified contract

Proxy

Active on Ethereum with 3,947 txns
Deployed by via 0x7dd33e02 at 15504397
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
4 additional variables
ERC-20
Value $0
0x187bf847120cc652147f5958da2cafbfd636fefd7314571cb2a3292b2643b47b
0x92d35410c52705dd32291ba78c150c027ae8b9ec5d87a43420d2bfd1eb8310d9
0xce1927fd13235afc81f2ba7fbc85b6b3e21df47401154054d92725277ff1110d
0x1fadc843ed2f6d514b2fefd5d117700abdc9f243e73acb946beee83ccb6924b9
0x04c20e43e0b67f1f15c17c18cd98de75cca01ac327781643e19770ce54f89834
0x54a242578d99cecc9f689b21da1b4614fb9926458a808eb7270b84cad9acab22
0xe690ae14798a34c7e8e8f38ce45213589654ec7ae1262139b74b42dc25b56f6c
0xb75d61306a79ec89d852a6b980e726c2dc6a95d1bd40151c7d97f5440df6dfba
0xf4cf273066ba2edf021179d2eb3735b6d847144408313bee785f581fd83d1655
0xe45f6a6cc306ab6d9b88cad03bcf6fb37d445d4628b5ef0f5b4f2058764e80b5

Functions
Getter at block 20882659
airdropMinted(view returns (uint256)
250
airdropState(view returns (bool)
true
airdropSupply(view returns (uint256)
250
baseURI(view returns (string)
https://tokenmetrics.mypinata.cloud/ipfs/QmQnxvn8M738CVPWw1LqgBCWpZNNDE1M8SDhZSQjq8pawx/
maxSupply(view returns (uint256)
10000
name(view returns (string)
Astrobot Society
owner(view returns (address)
0x1df7c25dd8d28421efe2beeaeb89775376aedca1
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
saleContract(view returns (address)
0x223f5338804aa03cc52829f0dd8591c6a2cb1812
saleMinted(view returns (uint256)
3951
saleSupply(view returns (uint256)
9750
symbol(view returns (string)
AS
totalSupply(view returns (uint256)
4201
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(