Punk Machines
Verified contract
Active on
Ethereum with 932 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 "Punk Machines"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20926417 | a month ago | | | 0 | 0.00055230346 | |
| 20259419 | 4 months ago | | | 0 | 0.000057660367 | |
| 19237969 | 9 months ago | | | 0 | 0.0010898199 | |
| 19231052 | 9 months ago | | | 0 | 0.00079522018 | |
| 19121126 | 10 months ago | | | 0 | 0.0012759824 | |
| 19041020 | 10 months ago | | | 0 | 0.0010341447 | |
| 19006799 | 10 months ago | | | 0 | 0.0010898975 | |
| 18346922 | a year ago | | | 0 | 0.00024321305 | |
| 18238377 | a year ago | | | 0 | 0.00044456598 | |
| 18107093 | a year ago | | | 0 | 0.00041348447 |
ABI
ABI objects
Getter at block 21227149
baseURI() view returns (string)
https://punk-machines.nyc3.digitaloceanspaces.com/json/
maxSupply() view returns (uint256)
888
merkleRoot() view returns (bytes32)
0xcd7079884ea3797e437fd75a8da7258a8462704bc88b76479818bcb6eeb8cb0b
mintActive() view returns (bool)
true
mintLimit() view returns (uint256)
5
name() view returns (string)
Punk Machines
nonRevealURI() view returns (string)
https://punk-machines.nyc3.digitaloceanspaces.com/reveal/json/
owner() view returns (address)
0x566ac8ec475fcbe8fb5c529175cdad39f9502a6a
price() view returns (uint256)
6600000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
PUM
totalSupply() view returns (uint256)
888
whitelistPrice() view returns (uint256)
4400000000000000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId) payable
fundsWithdraw()
mint(uint256 quantity) payable
mintTo(uint256 _quantity, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintActive(bool _mintActive)
setMintLimit(uint256 _mintLimit)
setNonRevealUri(string _nonRevealURI)
setPrice(uint256 _price)
setRevealed(bool _revealed)
setWhitelistPrice(uint256 _whitelistPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] merkleProof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()