AsciiPunks
Verified contract
Proxy
Active on
Ethereum with 3,687 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AsciiPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263414 | 4 days ago | | | 0 | 0.00034212380 | |
| 21255670 | 5 days ago | | | 0 | 0.00036650759 | |
| 21222093 | 10 days ago | | | 0 | 0.0012671408 | |
| 21205327 | 12 days ago | | | 0 | 0.00037643598 | |
| 21204741 | 12 days ago | | | 0 | 0.00049883729 | |
| 21194255 | 13 days ago | | | 0 | 0.0013593434 | |
| 21186266 | 15 days ago | | | 0 | 0.0013208719 | |
| 21181166 | 15 days ago | | | 0 | 0.0037006691 | |
| 21151091 | 20 days ago | | | 0 | 0.00051396318 | |
| 21139957 | 21 days ago | | | 0 | 0.00065420069 |
ABI
ABI objects
Getter at block 21290860
TOKEN_LIMIT() view returns (uint256)
2048
baseURI() view returns (string)
https://api.asciipunks.com/punks/
hasSaleStarted() view returns (bool)
true
name() view returns (string)
AsciiPunks
owner() view returns (address)
0x31b84c33fe7efe1831ee501283779fa554f5960f
symbol() view returns (string)
ASC
totalReleased() view returns (uint256)
499200000000000000000
totalShares() view returns (uint256)
10
totalSupply() view returns (uint256)
2048
Read-only
balanceOf(address owner) view returns (uint256)
draw(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
draw(uint256 seed) pure returns (string)
State-modifying
Events approve(address approved, uint256 tokenId)
createPunk(uint256 seed) payable returns (string)
pauseSale()
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseTokenURI)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Generated(uint256 indexed index, address indexed a, string value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.