CrypTurdz
Verified contract
Active on
Ethereum with 312 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 "CrypTurdz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16156098 | 2 years ago | | | 0 | 0.00063203583 | |
| 16156096 | 2 years ago | | | 0 | 0.00068347641 | |
| 15681716 | 2 years ago | | | 0 | 0.00033496195 | |
| 15417871 | 2 years ago | | | 0 | 0.0015100154 | |
| 15399490 | 2 years ago | | | 0 | 0.0017288124 | |
| 15347513 | 2 years ago | | | 0 | 0.0034133722 | |
| 15347504 | 2 years ago | | | 0 | 0.0034958267 | |
| 15345446 | 2 years ago | | | 0 | 0.0035383680 | |
| 15345442 | 2 years ago | | | 0 | 0.00040142226 | |
| 15345429 | 2 years ago | | | 0 | 0.0023704104 |
ABI
ABI objects
Getter at block 21433364
maxMintsPerTx() view returns (uint256)
5
maxTokens() view returns (uint256)
6969
mintPrice() view returns (uint256)
0
name() view returns (string)
CrypTurdz
owner() view returns (address)
0xac2860dc53b9e258ffb47ba2ca34e0482534b0b8
publicMintEnabled() view returns (bool)
true
publicMintStartTime() view returns (uint256)
1646416725
symbol() view returns (string)
CT
totalSupply() view returns (uint256)
1234
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId_) pure returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
walletOfOwner(address address_) view returns (uint256[])
State-modifying
Events approve(address to_, uint256 tokenId_)
multiSafeTransferFrom(address from_, address to_, uint256[] tokenIds_, bytes data_)
multiTransferFrom(address from_, address to_, uint256[] tokenIds_)
ownerMint(address to_, uint256 amount_)
ownerMintToMany(address[] tos_, uint256[] amounts_)
publicMint(uint256 amount_) payable
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 tokenId_)
safeTransferFrom(address from_, address to_, uint256 tokenId_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setBaseTokenURI(string uri_)
setBaseTokenURI_EXT(string ext_)
setMaxMintsPerTx(uint256 maxMintsPerTx_)
setMaxTokens(uint256 maxTokens_)
setMintPrice(uint256 mintPrice_)
setPublicMintParams(bool publicMintEnabled_, uint256 publicMintStartTime_)
transferFrom(address from_, address to_, uint256 tokenId_)
transferOwnership(address newOwner_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed to, uint256 tokenId)
OwnershipTransferred(address indexed oldOwner_, 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.