OrdinaryPunks
Verified contract
Active on
Ethereum with 1,800 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 "OrdinaryPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19323052 | 9 months ago | | | 0 | 0.00080984964 | |
| 19180988 | 9 months ago | | | 0 | 0.0015152056 | |
| 18913325 | a year ago | | | 0 | 0.00034778989 | |
| 18909958 | a year ago | | | 0 | 0.00046159251 | |
| 18879688 | a year ago | | | 0 | 0.0012787343 | |
| 18321798 | a year ago | | | 0 | 0.00041474304 | |
| 17599467 | a year ago | | | 0 | 0.00082308885 | |
| 17588617 | a year ago | | | 0 | 0.0013859388 | |
| 17516039 | a year ago | | | 0 | 0.0010457801 | |
| 16721137 | 2 years ago | | | 0 | 0.0014991406 |
ABI
ABI objects
Getter at block 21216427
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUPSCDfWwSegWvibrrBg99mML7iaJGe9s6GEaRu42DBEg/
freeSupply() view returns (uint256)
2500
maxPerTransaction() view returns (uint256)
20
name() view returns (string)
OrdinaryPunks
owner() view returns (address)
0xf44bbdcaec85906808f22cc8e3fa251e79993acf
publicSaleActive() view returns (bool)
true
supplyLimit() view returns (uint256)
5000
symbol() view returns (string)
ORDINARYPUNKS
tokenPrice() view returns (uint256)
10000000000000000
totalSupply() view returns (uint256)
5000
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 approve(address to, uint256 tokenId)
buy(uint256 _count) payable
freeMint(uint256 numberOfTokens)
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)
togglePublicSaleActive()
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)
constructor(string name, string symbol, string baseURIinput)
This contract contains no fallback and receive objects.
This contract contains no error objects.