Alpies

Verified contract

Proxy

Active on Ethereum with 3,901 txns
Deployed by via 0x93c1b8d8 at 13531146
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 1 additional slot
-
variable spans 40 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
16 additional variables

No balances found for "Alpies"

0xdaee360742d2ef93d6c4d751ee8ecaca960c560d7f56c4c32bf7ef085a10a00b
0x48486d7fe554ad4918756986eead6598401caec8a118bae093d6559771ceb7e2
0x4ce8aa3fb33b591b284529909c7ac35c5d02377066a8c8f8d11bcc81a08dc8e5
0xbe81ceefc0a1f6822f4377c246504a917c85ef2bcb5044638d4349bec1d4be58
0xf919999d1c7b1567484eac8ee4aa18c7a11225211232e659314a5d9b9870bd9e
0xd1a674a46ba32f3257b13d540b12a6db3ace85a17300791ac25454dbc203b414
From
0xc770051bdeb2b0f1cffceaa04fd60c1e927eb046cc926e8877f40de008bd8428
From
0x0f38fb12485235dbadb8a4e26e8ea9bc343db6ef01f6afad76845a0750356374
0x6fdbed01359c7d3f56b57c9f4f8ec06715acbb0cba3f3d6f1e8e6737fc181057
0x797797a1c4ab84b9622dd42afc5920a96ad37b7c8af212716315c2770c5316c8

Functions
Getter at block 21215691
MAX_ALPIES_PER_ADDRESS(view returns (uint256)
90
MAX_PURCHASE_PER_WINDOW(view returns (uint256)
30
PURCHASE_WINDOW_SIZE(view returns (uint256)
20
baseURI(view returns (string)
ipfs://QmSRtHc5LQxPwdxdGXa9QgLbRWFH2SQ8xKGWK3Gv6oodFQ/
birthCert(view returns (string)
bb391453e6c9934a5b6b190cfbd95e52bc8e7fc4eaadc4d1f4f558313201d3e5
claimableAlpies(view returns (uint256)
1
freebieMerkleRoot(view returns (bytes32)
0xd5986c257707b6a95cbd61ca211dcf6ee4d31f34bcf8dfa337d9b28663968e85
maxAlpies(view returns (uint256)
5026
maxPremintAmount(view returns (uint256)
125
maxReserveAmount(view returns (uint256)
26
maxSaleAlpies(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0x31168a64dc901be62d538390f13ef5c9a3a37bd0056c8ae7a5c6db6bb0173398
name(view returns (string)
Alpies
owner(view returns (address)
0x2bfdacf6cdbc3eccb95e68ec448ecf3d0693f732
preMintCount(view returns (uint256)
125
priceModel(view returns (address)
0xb076acaadb11782dfac6336b83e785839b293bdf
reserveCount(view returns (uint256)
26
revealBlock(view returns (uint256)
13585400
saleEndBlock(view returns (uint256)
13575120
saleStartBlock(view returns (uint256)
13538000
startingIndex(view returns (uint256)
1742
symbol(view returns (string)
ALPIES
totalSupply(view returns (uint256)
5025
Read-only
alpieUserPurchased(addressview returns (uint256)
alpiesId(uint256 _mintIndexview returns (uint256)
balanceOf(address ownerview returns (uint256)
claimedBitMap(uint256view returns (uint256)
freebieClaimedCount(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isClaimed(uint256 _indexview returns (bool)
maximumPurchasable(address _buyerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
userPurchaseHistory(addressview returns (uint256 counteruint256 windowStartBlock)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address touint256 tokenId
claimAlpies(uint256 _indexaddress _accountuint256 _amountbytes32[] _merkleProof
claimFreebies(uint256 _indexaddress _accountuint256 _allocatedAmountbytes32[] _merkleProofuint256 _mintAmount
initialize(string _namestring _symboluint256 _maxSaleAlpiesuint256 _revealBlockaddress _priceModeluint256 _maxReserveAmountuint256 _maxPremintAmountbytes32 _merkleRootuint256 _claimableAlpies
mint(uint256 _amountpayable 
mintReserve(uint256 _amount
preMint(uint256 _amount
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setBirthCert(string _birthCert
stopSale(bytes32 _freebieMerkleRootuint256 _revealBlock
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address _to
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
LogClaim(uint256 indexaddress accountuint256 amount
LogClaimFreebie(uint256 indexaddress accountuint256 amount
LogMint(address indexed calleruint256 indexed tokenId
LogMintReserve(address indexed calleruint256 reserveCountuint256 mintAmount
LogPreMint(address indexed calleruint256 reserveCountuint256 mintAmount
LogRefund(address indexed calleruint256 indexed amount
LogReveal(address indexed calleruint256 indexed startingIndex
LogSetBaseURI(address indexed callerstring baseURI
LogStopSale(bytes32 freebieMerkleRootuint256 saleEndBlockuint256 revealBlock
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.