SkullZukiApe
Verified contract
Active on
Ethereum with 851 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa234…d0d3
Balances ($0.00)
No balances found for "SkullZukiApe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19717223 | 7 months ago | | | 0 | 0.00046696045 | |
| 18945147 | a year ago | | | 0 | 0.00027974809 | |
| 18327628 | a year ago | | | 0 | 0.00020530948 | |
| 18327617 | a year ago | | | 0 | 0.00020379950 | |
| 18327614 | a year ago | | | 0 | 0.00018932542 | |
| 18289598 | a year ago | | | 0 | 0.00026562177 | |
| 18084375 | a year ago | | | 0 | 0.00055487344 | |
| 18084064 | a year ago | | | 0 | 0.00070480893 | |
| 18041302 | a year ago | | | 0 | 0.00058435761 | |
| 17887901 | a year ago | | | 0 | 0.00067827487 |
ABI
ABI objects
Getter at block 21328423
cost() view returns (uint256)
10000000000000000
costHolders() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
ipfs://no/hidden.json
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
4444
name() view returns (string)
SkullZukiApe
owner() view returns (address)
0x0224d3239670353c06d3008434719dc523d779a6
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
SKZUA
totalSupply() view returns (uint256)
2450
uriPrefix() view returns (string)
https://gateway.pinata.cloud/ipfs/QmU8TACeqyBWMb4xrQCL3Gv3g97MVQT24x1RNnzt5EfSc1/
uriSuffix() view returns (string)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
mintHolders(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setCostHolders(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.