PsychoPunks
Verified contract
Active on
Ethereum with 1,059 txns
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 "PsychoPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058341 | 22 days ago | | | 0 | 0.00038206473 | |
| 21056369 | 23 days ago | | | 0 | 0.00035695036 | |
| 21003674 | a month ago | | | 0 | 0.00029277019 | |
| 20896429 | a month ago | | | 0 | 0.00012148500 | |
| 19045284 | 10 months ago | | | 0 | 0.00080366731 | |
| 18799099 | a year ago | | | 0 | 0.0016447672 | |
| 18715302 | a year ago | | | 0 | 0.0028445567 | |
| 18400380 | a year ago | | | 0 | 0.00083518886 | |
| 18055193 | a year ago | | | 0 | 0.00056448190 | |
| 17778287 | a year ago | | | 0 | 0.0015188646 |
ABI
ABI objects
Getter at block 21219494
MAX_PURCHASE() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
2000
getPrice() view returns (uint256)
30000000000000000
name() view returns (string)
PsychoPunks
owner() view returns (address)
0xdbf83e88528d8d89d08b8a177d44954f1e3d858e
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PsychoPunks
totalSupply() view returns (uint256)
1988
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)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount, string _twitterUsername)
mint(uint256 _amount, string _twitterUsername) payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 _price)
startSale()
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)
Mint(uint256 indexed tokenId, string twitterUsername, address owner)
MintBatch(uint256 fromTokenId, uint256 amount, string twitterUsername, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string newBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.