In Crowd Alpha
Verified contract
Active on
Ethereum with 597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "In Crowd Alpha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19266322 | 9 months ago | | | 0 | 0.0011377832 | |
| 18369686 | a year ago | | | 0 | 0.00026030467 | |
| 18369613 | a year ago | | | 0 | 0.0023844475 | |
| 17563411 | a year ago | | | 0 | 0.00056199134 | |
| 17561233 | a year ago | | | 0 | 0.0010326624 | |
| 16355715 | 2 years ago | | | 0 | 0.0019774593 | |
| 16307114 | 2 years ago | | | 0 | 0.00085175722 | |
| 16306112 | 2 years ago | | | 0 | 0.00065663723 | |
| 16160993 | 2 years ago | | | 0 | 0.00037731946 | |
| 16107898 | 2 years ago | | | 0 | 0.0012852263 |
ABI
ABI objects
Getter at block 21264335
MAX_NFTS() view returns (uint256)
1850
baseURI() view returns (string)
https://incrowdalpha.mypinata.cloud/ipfs/QmVPBFgudeSBWryruoyXT3t5uurCZm25DQtBCJdi2Qh8Y8/
maxNftPurchase() view returns (uint256)
3
maxNftWallet() view returns (uint256)
3
name() view returns (string)
In Crowd Alpha
nftPrice() view returns (uint256)
450000000000000000
owner() view returns (address)
0x0e32a3c2ebf8cc6ac0810130c34ad1cf1372cb3a
presaleIsActive() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
INCROWD
totalSupply() view returns (uint256)
344
wlNftPrice() view returns (uint256)
450000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAdmin(address account) view returns (bool)
isWhiteListed(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToPresale(address[] addresses)
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mint(uint256 numberOfTokens) payable
preMint(uint256 numberOfTokens) payable
removeFromPresale(address[] addresses)
renounceOwnership()
reserveNfts(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMax(uint256 qty)
setMaxPurchase(uint256 amount)
setMaxWallet(uint256 amount)
setNftPrice(uint256 price)
setTokenAdmin(address account, bool enabled)
setWlNftPrice(uint256 price)
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.