AlienPunks
Verified contract
Active on
Ethereum with 1,580 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "AlienPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21076869 | 19 days ago | | | 0 | 0.00049141650 | |
| 21012005 | a month ago | | | 0 | 0.00034509420 | |
| 20903323 | a month ago | | | 0 | 0.00023398296 | |
| 20800476 | 2 months ago | | | 0 | 0.00025984934 | |
| 20715861 | 2 months ago | | | 0 | 0.00018021141 | |
| 20319501 | 4 months ago | | | 0 | 0.00042686644 | |
| 19892580 | 6 months ago | | | 0 | 0.000076355405 | |
| 19810309 | 6 months ago | | | 0 | 0.00088421023 | |
| 19810307 | 6 months ago | | | 0 | 0.0011027325 | |
| 19434426 | 8 months ago | | | 0 | 0.0014596540 |
ABI
ABI objects
Getter at block 21214769
LICENSE_TEXT() view returns (string)
MAX_PUNKS() view returns (uint256)
3000
PUNK_PROVENANCE() view returns (string)
baseURI() view returns (string)
https://alienpunks.vercel.app/api/
maxPunkPurchase() view returns (uint256)
20
name() view returns (string)
AlienPunks
owner() view returns (address)
0xfbd25c369b45caf7cb64cacdc904bc9f60bd56d5
punkPrice() view returns (uint256)
50000000000000000
punkReserve() view returns (uint256)
0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
AP
totalSupply() view returns (uint256)
1898
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
punkNames(uint256) view returns (string)
punkNamesOfOwner(address _owner) view returns (string[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewPunkName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
changePunkName(uint256 _tokenId, string _name)
flipSaleState()
lockLicense()
mintPunk(uint256 numberOfTokens) payable
renounceOwnership()
reservePunks(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
licenseisLocked(string _licenseText)
punkNameChange(address _by, uint256 _tokenId, string _name)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.