The Connors
Verified contract
Active on
Ethereum with 7,662 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 "The Connors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289943 | 4 days ago | | | 0 | 0.00023252709 | |
| 21106533 | a month ago | | | 0 | 0.00014650350 | |
| 21105737 | a month ago | | | 0 | 0.00011736470 | |
| 21101953 | a month ago | | | 0 | 0.00024918805 | |
| 21101804 | a month ago | | | 0 | 0.00033432850 | |
| 20967260 | 2 months ago | | | 0 | 0.0010391851 | |
| 20867067 | 2 months ago | | | 0 | 0.00038685282 | |
| 20802283 | 2 months ago | | | 0 | 0.00025682800 | |
| 20750482 | 3 months ago | | | 0 | 0.00016816274 | |
| 20748206 | 3 months ago | | | 0 | 0.000070041994 |
ABI
ABI objects
Getter at block 21320620
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
amountMinted() view returns (uint256)
2000
getTotalMintedSoFar() view returns (uint256)
2000
mintLimitPerWalletPublic() view returns (uint256)
2
mintLimitPerWalletWhitelist() view returns (uint256)
1
name() view returns (string)
The Connors
owner() view returns (address)
0x0cfab5c8c0ee83035ee1147d6b11ddd4f5489abf
paymentSplitterAddress() view returns (address)
0x505cfce628d79cd3b3bafd48762a6560eaee97b8
publicMintIsOpen() view returns (bool)
true
publicMintPrice() view returns (uint256)
60000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
CNRS
totalSupply() view returns (uint256)
2000
whitelistMintIsOpen() view returns (bool)
true
whitelistMintPrice() view returns (uint256)
60000000000000000
whitelistRoot() view returns (bytes32)
0xee7fe2f00b5e5234c1cbe96833668afd0345730ee2fb4e1315d1aa01da55b18e
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddressPublic(address) view returns (uint256)
mintedByAddressWhitelist(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
mintPublic(uint256 _amount) payable
mintWhitelist(bytes32[] _proof, bytes32 _leaf) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setPaymentSplitterAddress(address _paymentSplitterAddress)
setPublicMintIsOpen(bool _publicMintIsOpen)
setPublicMintPrice(uint256 _publicMintPrice)
setPublicMintsPerWallet(uint256 _mintLimitPerWalletPublic)
setUnrevealedBaseURI(string _uri)
setWhitelistMintIsOpen(bool _whitelistMintIsOpen)
setWhitelistMintPrice(uint256 _whitelistMintPrice)
setWhitelistMintsPerWallet(uint256 _mintLimitPerWalletWhitelist)
setWhitelistRoot(bytes32 _whitelistRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20FromContract(address _to, address _token)
withdrawEthFromContract()
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 _unrevealedURI, string _revealedBaseURI)
fallback()
receive()
CantMintZero()
ForwardFailed()
InsufficientFunds()
MathError()
MaxSupplyReached()
MaxSupplyWillBeReached()
MintIsClosed()
NotOnWhitelist()
OperatorNotAllowed(address operator)
PublicConditionsNotMet()
QueryForNonexistentToken()