MuskyPunks
Verified contract
Active on
Ethereum with 759 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9999 additional slots
Balances ($0.00)
No balances found for "MuskyPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20010369 | 6 months ago | | | 0 | 0.00075431476 | |
| 20000687 | 6 months ago | | | 0 | 0.00021800468 | |
| 19927022 | 6 months ago | | | 0 | 0.00061372701 | |
| 19812679 | 6 months ago | | | 0 | 0.00027315397 | |
| 19573711 | 8 months ago | | | 0 | 0.0012337256 | |
| 19499127 | 8 months ago | | | 0 | 0.00095648785 | |
| 19063506 | 10 months ago | | | 0 | 0.00053676720 | |
| 19028679 | 10 months ago | | | 0 | 0.0016317261 | |
| 18771231 | a year ago | | | 0 | 0.0028564775 | |
| 18678095 | a year ago | | | 0 | 0.0030475069 |
ABI
ABI objects
Getter at block 21222126
MAX_MINT_PER_TX() view returns (uint256)
42
MAX_PRE_MINT_SUPPLY() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
40000000000000000
baseURI() view returns (string)
ipfs://bafybeibhwk5lwh4yunrkkgbq6h5noxiqkzhpycncgwmsy2qs5v4a7hhm4m/
mintable() view returns (bool)
true
mintableSupply() view returns (uint256)
8765
name() view returns (string)
MuskyPunks
owner() view returns (address)
0x6c292d25588cd14ca09f8debea551c61e951efe9
preMintSupply() view returns (uint256)
30
symbol() view returns (string)
MUSKY
totalSupply() view returns (uint256)
1235
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)
mint(uint256 amount) payable
preMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMintable(bool _mintable)
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)
BaseURI(string baseURI)
Mintable(bool mintable)
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.
This contract contains no error objects.