Affinity Collective
Verified contract
Active on
Ethereum with 231 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 "Affinity Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20371631 | 3 months ago | | | 0 | 0.00015724614 | |
| 20172435 | 4 months ago | | | 0 | 0.00013666988 | |
| 20108359 | 5 months ago | | | 0 | 0.00023419729 | |
| 20108351 | 5 months ago | | | 1.2 | 0.00040472162 | |
| 20107555 | 5 months ago | | | 0 | 0.00012707708 | |
| 20014379 | 5 months ago | | | 0 | 0.00045261069 | |
| 20014363 | 5 months ago | | | 1.2 | 0.00081862429 | |
| 19909984 | 6 months ago | | | 0 | 0.00014287151 | |
| 19909977 | 6 months ago | | | 1.2 | 0.00028766643 | |
| 19909059 | 6 months ago | | | 0 | 0.00012195397 |
ABI
ABI objects
Getter at block 21125053
MAX_MINT_PER_ADDRESS() view returns (uint256)
5
PUBLIC_MINT_PRICE() view returns (uint256)
3000000000000000000
TOTAL_SUPPLY() view returns (uint256)
1000
WHITELIST_MINT_PRICE() view returns (uint256)
1200000000000000000
allowListActive() view returns (bool)
true
baseURI() view returns (string)
ipfs://bafybeickhgmbli4rsuggeauktfacfgaf5usy545epy63eu5afdnxdlcf7e/
currentTokenId() view returns (uint256)
109
merkleRoot() view returns (bytes32)
0x73a91a938a73f970fe639543a1dce153deffba8f52db66da439144f921130415
name() view returns (string)
Affinity Collective
owner() view returns (address)
0x01fe257ae7701bf2a89d447f1591ece2daeeb679
publiSaleActive() view returns (bool)
false
symbol() view returns (string)
AFFINITY
totalSupply() view returns (uint256)
109
Read-only
balanceOf(address owner) view returns (uint256)
getAllowListMinted(address from) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
onAllowList(address claimer, bytes32[] proof) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 _amount, address _to)
airdropFounders(address _foundersAirdrop)
approve(address spender, uint256 id)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setAdmin(address _admin)
setAllowList(bytes32 merkleRoot)
setAllowListActive(bool allowListActive)
setApprovalForAll(address operator, bool approved)
setMintPerWallet(uint256 _maxMint)
setMintPrice(uint256 _mintPrice, uint256 _wmintPrice)
setPublicSale(bool state)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setTokenURI(string _baseURI)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
whitelistMint(address _to, uint256 _amount, bytes32[] _proof) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed account, uint256 amount)
MerkleRootChanged(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(uint256 _publicMintPrice, uint256 _whitelistMintPrice, string _baseURI, address _admin)
This contract contains no fallback and receive objects.
IsNotAdmin()
MaxMintPerAddress()
MaxSupply()
MintPriceNotPaid()
NonExistentTokenURI()
PublicSaleNotActive()
WithdrawTransfer()