The Abducting Collective: V3

Verified contract

Proxy

Active on Ethereum with 5,613 txns
Deployed by via 0x8c4b2bc1 at 15173618
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 47 additional slots
 (#2291)
ERC-721
--
0xe0aac1f642db8248b3f2a0bf294cd3e969015e8cd45839939cd02dc46aa9f03e
0xea261a822451e6505bb204692d1ab9fbff774301befc6d783976de2225ba2a31
0x2b40238c47791358b27a3d7c7a72ce1d6c965a6447b059a60e8eb49083cebd3d
0xd62cf04e8c8a6ac873ecbb64fec9d2f08c65f65688f284eebbdccfa2f7441274
0x1cdc2b74f2442b7529d84eabd4c6fddc98a317f360404c963df7bf4ec7d3638e
0x4a338eed0445f6691e1c733f83029ee52a4393c4c177df3b418ec7edf3f728a8
0x844c81b1b755776a370decacf919942d0c2f7c96aa161fbd5091abcad40ce9c3
0x5d55014e819574ad34814d09e7297bfa58262d52f489cea1855a46750948c0b7
0x521129b763cb89e378093cccd4cdd6c3adcf70c1d1f34d9ca8266aa7de0410b6
0x00e0a131e6e5ce6f633be61901f658a1c35130d60d2e12ac35437ca2e9e7d69b

Functions
Getter at block 20871628
maxAmount(view returns (uint256)
12000
maxPerMint(view returns (uint256)
25
maxPerWallet(view returns (uint256)
250
name(view returns (string)
The Abducting Collective: V3
owner(view returns (address)
0x1b3bd71e47305d1ec3b9d07098eb4ba1e7a15dec
presaleActive(view returns (bool)
false
price(view returns (uint256)
10000000000000000
saleActive(view returns (bool)
true
symbol(view returns (string)
UFO
totalRevenue(view returns (uint256)
57827200000000000000
totalSupply(view returns (uint256)
12000
treasury(view returns (address)
0x1b3bd71e47305d1ec3b9d07098eb4ba1e7a15dec
Read-only
balanceOf(address ownerview returns (uint256)
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)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

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(