Intree Cards
Verified contract
Active on
Ethereum with 439 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "Intree Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310619 | 3 days ago | | | 0 | 0.00081258326 | |
| 21279106 | 7 days ago | | | 0 | 0.00087149844 | |
| 20997655 | 2 months ago | | | 0 | 0.00020366640 | |
| 20485554 | 4 months ago | | | 0 | 0.00029159451 | |
| 19857272 | 7 months ago | | | 0 | 0.00014981624 | |
| 19496941 | 8 months ago | | | 0 | 0.00096983769 | |
| 19360133 | 9 months ago | | | 0 | 0.0035607900 | |
| 19047770 | 10 months ago | | | 0 | 0.00057300607 | |
| 18990225 | a year ago | | | 0 | 0.00083406795 | |
| 17839978 | a year ago | | | 0 | 0.00069075358 |
ABI
ABI objects
Getter at block 21329054
CURRENT_MAX_SUPPLY() view returns (uint256)
1000
CURRENT_PHASE() view returns (uint256)
0
PRICE() view returns (uint256)
120000000000000000
baseURI() view returns (string)
ipfs://QmRG4TN3TQFa2HSmyvE4Pt4iVouSzzKS17eoSf9icv4Pf5/metadata/
merkleRoot() view returns (bytes32)
0x7988a3393e376ca1b07d35818a4360346cac5cceb55f36d14dcfff37158231ce
name() view returns (string)
Intree Cards
owner() view returns (address)
0x644e8c6d0ab42ee5f2117ccb3eea41b0d013f365
presaleConfig() view returns (uint32 startTime, uint32 endTime, uint256 whitelistMintPerWalletMax, uint256 whitelistPrice, uint256 maxSupply)
(startTime=1651413300, endTime=1651435500, whitelistMintPerWalletMax=2, whitelistPrice=120000000000000000, maxSupply=1000)
presalePaused() view returns (bool)
false
publicSalePaused() view returns (bool)
true
publicSaleStartTime() view returns (uint32)
1651436700
revealed() view returns (bool)
true
symbol() view returns (string)
IC
totalSupply() view returns (uint256)
537
whitelistTotalSupply() view returns (uint256)
186
Read-only
SUPPLY_MAX(uint256) view returns (uint256)
WL_SUPPLY_MAX(uint256) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletMints(address, uint256) view returns (uint256)
walletStatus(address _address) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
configurePresale(uint32 _startTime, uint32 _endTime, uint256 _price, uint32 _walletLimitPerUser)
deleteDefaultRoyalty()
mintForAddress(uint256 _mintAmount, address _receiver)
pausePresale(bool _state)
pausePublic(bool _state)
presaleMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCurrentMaxSupply(uint256 _supply)
setCurrentPhase(uint256 _phase)
setMaxSupplyPresale(uint256 _supply, uint16 _phase)
setMaxSupplyPublic(uint256 _supply, uint16 _phase)
setMerkleRoot(bytes32 merkleRoot_)
setPublicPrice(uint256 _price)
setPublicSaleStartTime(uint32 startTime_)
setRevealed()
setRoyaltyInfo(address receiver, uint96 feeNumerator)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
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(string _name, string _symbol, address royaltiesReceiver, uint96 royaltyInBips)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()