Skip to content

Latest commit

 

History

History

0x0d0167a823c6619d430b1a96ad85b888bcf97c37

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Contract outline - contract.sol:

abstract contract Ownable is Context
abstract contract ReentrancyGuard
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata
interface IERC721 is IERC165
interface IERC721Receiver
abstract contract ERC721Enumerable is ERC721, IERC721Enumerable
interface IERC721Enumerable is IERC721
interface IERC721Metadata is IERC721
library Address
abstract contract Context
library Strings
abstract contract ERC165 is IERC165
interface IERC165
library SafeMath
contract ExpansionPunks is ERC721, ERC721Enumerable, Ownable, ReentrancyGuard

Created on Ethereum Mainnet:

  • Block 13026517 @ 2021-08-15 00:13:20 UTC (1628986400)
  • Tx Id 0xc9305055eccbe710c0b2f54dc6ff7560fc2e78bd2883ffc0acb0eff705edd86e
  • By 0x930b9cc24c46c341803e5fefb3590bdb4ff576a6

xpunks | expansion punks - Contract ABI @ 0x0d0167a823c6619d430b1a96ad85b888bcf97c37

Constructor

  • constructor()

1 Payable Function(s)

  • function mint(uint256 _number) payable

11 Transact Functions(s)

  • function approve(address to, uint256 tokenId)
  • function claimReserved(uint256 _number, address _receiver)
  • function flipSaleStarted()
  • function renounceOwnership()
  • function safeTransferFrom(address from, address to, uint256 tokenId)
  • function safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
  • function setApprovalForAll(address operator, bool approved)
  • function setBaseURI(string _URI)
  • function transferFrom(address from, address to, uint256 tokenId)
  • function transferOwnership(address newOwner)
  • function withdraw()

26 Query Functions(s)

  • function EP_PROVENANCE_IPFS() ⇒ (string _) readonly
  • function EP_PROVENANCE_SHA256() ⇒ (string _) readonly
  • function balanceOf(address owner) ⇒ (uint256 _) readonly
  • function baseURI() ⇒ (string _) readonly
  • function dao() ⇒ (address _) readonly
  • function fu() ⇒ (address _) readonly
  • function getApproved(uint256 tokenId) ⇒ (address _) readonly
  • function getBalance() ⇒ (uint256 _) readonly
  • function getPrice() ⇒ (uint256 _) readonly
  • function getReservedLeft() ⇒ (uint256 _) readonly
  • function getSaleStarted() ⇒ (bool _) readonly
  • function isApprovedForAll(address owner, address operator) ⇒ (bool _) readonly
  • function jp() ⇒ (address _) readonly
  • function maxSupply() ⇒ (uint256 _) readonly
  • function name() ⇒ (string _) readonly
  • function numTokens() ⇒ (uint256 _) readonly
  • function owner() ⇒ (address _) readonly
  • function ownerOf(uint256 tokenId) ⇒ (address _) readonly
  • function supportsInterface(bytes4 interfaceId) ⇒ (bool _) readonly
  • function symbol() ⇒ (string _) readonly
  • function tokenByIndex(uint256 index) ⇒ (uint256 _) readonly
  • function tokenOfOwnerByIndex(address owner, uint256 index) ⇒ (uint256 _) readonly
  • function tokenURI(uint256 tokenId) ⇒ (string _) readonly
  • function totalReserved() ⇒ (uint256 _) readonly
  • function totalSupply() ⇒ (uint256 _) readonly
  • function walletOfOwner(address _owner) ⇒ (uint256[] _) readonly