Alpies
Verified contract
Proxy
Active on
Ethereum with 3,901 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
-
variable spans 1 additional slot
-
variable spans 40 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
16 additional
variables
Balances ($0.00)
No balances found for "Alpies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147587 | 10 days ago | | | 0 | 0.00022290491 | |
| 21144887 | 10 days ago | | | 0 | 0.00080088213 | |
| 20986091 | a month ago | | | 0 | 0.00090097210 | |
| 20731436 | 2 months ago | | | 0 | 0.00018686597 | |
| 20731335 | 2 months ago | | | 0 | 0.00011661788 | |
| 20722825 | 2 months ago | | | 0 | 0.00065588948 | |
| 20722821 | 2 months ago | | | 0 | 0.00080682827 | |
| 20649392 | 3 months ago | | | 0 | 0.00012551830 | |
| 20649391 | 3 months ago | | | 0 | 0.00015348609 | |
| 20599420 | 3 months ago | | | 0 | 0.00024701282 |
ABI
ABI objects
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(address) view returns (uint256)
alpiesId(uint256 _mintIndex) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimedBitMap(uint256) view returns (uint256)
freebieClaimedCount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 _index) view returns (bool)
maximumPurchasable(address _buyer) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
userPurchaseHistory(address) view returns (uint256 counter, uint256 windowStartBlock)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
claimAlpies(uint256 _index, address _account, uint256 _amount, bytes32[] _merkleProof)
claimFreebies(uint256 _index, address _account, uint256 _allocatedAmount, bytes32[] _merkleProof, uint256 _mintAmount)
initialize(string _name, string _symbol, uint256 _maxSaleAlpies, uint256 _revealBlock, address _priceModel, uint256 _maxReserveAmount, uint256 _maxPremintAmount, bytes32 _merkleRoot, uint256 _claimableAlpies)
mint(uint256 _amount) payable
mintReserve(uint256 _amount)
preMint(uint256 _amount)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBirthCert(string _birthCert)
stopSale(bytes32 _freebieMerkleRoot, uint256 _revealBlock)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LogClaim(uint256 index, address account, uint256 amount)
LogClaimFreebie(uint256 index, address account, uint256 amount)
LogMint(address indexed caller, uint256 indexed tokenId)
LogMintReserve(address indexed caller, uint256 reserveCount, uint256 mintAmount)
LogPreMint(address indexed caller, uint256 reserveCount, uint256 mintAmount)
LogRefund(address indexed caller, uint256 indexed amount)
LogReveal(address indexed caller, uint256 indexed startingIndex)
LogSetBaseURI(address indexed caller, string baseURI)
LogStopSale(bytes32 freebieMerkleRoot, uint256 saleEndBlock, uint256 revealBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.