CreepzDAO
Verified contract
Active on
Ethereum with 5,028 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 "CreepzDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21393000 | 3 hours ago | | | 0 | 0.00051448169 | |
| 21390491 | 12 hours ago | | | 0 | 0.00053394764 | |
| 21390018 | 13 hours ago | | | 0 | 0.00090993866 | |
| 21389973 | 14 hours ago | | | 0 | 0.00072359756 | |
| 21389393 | 16 hours ago | | | 0 | 0.00079426954 | |
| 21389026 | 17 hours ago | | | 0 | 0.00098694928 | |
| 21389023 | 17 hours ago | | | 0 | 0.0014832889 | |
| 21388973 | 17 hours ago | | | 0 | 0.00090873831 | |
| 21388861 | 17 hours ago | | | 0 | 0.00081791590 | |
| 21386517 | a day ago | | | 0 | 0.00091401879 |
ABI
ABI objects
Getter at block 21394031
MAX_SUPPLY() view returns (uint256)
8159
MAX_TOKENS_PER_WALLET() view returns (uint256)
25
TOKEN_PRICE() view returns (uint256)
42069000000000000
name() view returns (string)
CreepzDAO
owner() view returns (address)
0x419894cb1b4e04f4521fd79e470a379066f0149e
saleOpens() view returns (uint256)
1645205400
symbol() view returns (string)
CreepzDAO
totalSupply() view returns (uint256)
8159
totalTokens() view returns (uint256)
8159
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)
tokensOfOwner(address _owner) view returns (uint256[])
walletMints(address) view returns (uint256)
State-modifying
Events airdrop(uint16 numberOfTokens, address userAddress)
approve(address to, uint256 tokenId)
mint(uint16 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPerWallet(uint256 maxTokens)
setMaxSupply(uint256 maxTokens)
setSaleStart(uint256 _time)
setTokenPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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.