Connections

Verified contract

Active on Ethereum with 663 txns
Deployed by via 0x8f361b8f at 14876316
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Connections"

0xe538e057a8fb16860ff0c9c5dab5a27ce7d039cde972bb85d28d55732de7a243
0xf55434f6a8848c52244847e38aeec978c7f05bcfb86eb26c6b9d234107c177d4
0x5f78604fe4d24f6fc8db3177550fab6631776a45af180d90967f186cac2f3f0c
0x8e0e6311a4a982ba3a1fd8b4325f33bfd86af2d16a866281cbfd20d7b1434b64
0xe7ca0a716353c711bdc10857c625c6f05ffed0a298405521cbd5ab07dcf96569
0xf39a35ba59d9b665dac0e2661a85ba556a7b7eb682653ac1b4409fd9ebd8c9e1
From
0xaa1e937cead6023a316b5dd4a655b3ac6439e6dc996298b88c52d1cbdafc81d8
0x52b2242de8f96a19eac0e8e1f480bd32ec44cee5d3e233aa802df8f0497d56a1
0x37d7a87c18120bbe06dfff517aad718446dc644febfb454d6ef8533f2d001a6c
From
0x72d28d7f6bef68b47842e3f824536ba8f43509e4e72cff3fae23f0ee7d6c1289

Functions
Getter at block 20913080
MAX_MINTS_PER_WALLET(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
1000
mintIsActive(view returns (bool)
true
name(view returns (string)
Connections
owner(view returns (address)
0xfd74ff5255d6faa1e6aab9336e13cf35080fd5dc
symbol(view returns (string)
CONNECTIONS
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintIndexToHash(uint256view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletToMintCount(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
flipMintState(
mint(
ownerMint(uint256 numberOfTokens
ownerMintToAddress(address _recipientuint256 numberOfTokens
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
tokenIndexHash(uint256 indexed mintIndexbytes32 indexed tokenHash
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(