CambriaFounders

Verified contract

Active on Ethereum with 1,506 txns
Deployed by via 0x79cefe98 at 20767058
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CambriaFounders"

0xa28d8048075412ff496d0fe448479643ecbf7e9af2a2eb2187cab23d58550cac
0xf353fa2a051567fd741a2beab846f80f173f4ffdf7f378ee31f8917836411cf8
0x51198c2663a7541895eae11e84acc6512a682a1312af0f832a3b53878274ce15
0x55ff12470fc8ff7292d5494d3bca3ccdf3c03125242f8ee700b79d60242e0b00
0x4174d3dfc501a338054e08ee9be12b2c65b88ef8c61e30517a90ef9b2ebe0914
0x562c1c9841b722a6f039c18d89aef5ea43b6bb68291aa4b8160ba0de52e9f591
0xd83d979a86d2f8403ae3656f8c57638330b360d5dc2355c04861ae835a37bf40
0xf7fa7fee0fd132f80d4f5749dae473b9790141988bf8c278bc8ad177b074fc97
From
0xc9a6aaf98aad4368897da1372baffa4e5feb1958c28434cef22545a993d98511
0x8dc18b1c50b32da571ba30bf41a55539c8bb52ce0bc9b0807ca118ef565240de

Functions
Getter at block 21331296
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
autoApproveTransfersFromValidator(view returns (bool)
false
currentTokenId(view returns (uint256)
1500
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address validator)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
maxTokenId(view returns (uint256)
1500
minter(view returns (address)
0xc15568330926e2a6f1519992b0364ca00faf6a7a
name(view returns (string)
CambriaFounders
owner(view returns (address)
0x5789d634b3bba3f68958f21975c2eec8d91847c4
symbol(view returns (string)
CFDR
totalSupply(view returns (uint256)
1500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool isApproved)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
endMint(
mint(address to
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAutomaticApprovalOfTransfersFromValidator(bool autoApprove
setBaseURI(string _baseUri
setDefaultRoyalty(address receiveruint96 feeNumerator
setMinter(address _minter
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTransferValidator(address transferValidator_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AutomaticApprovalOfTransferValidatorSet(bool autoApproved
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor
constructor(uint256 _maxTokenIdstring _baseUriaddress _owneraddress _treasury
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CreatorTokenBase__InvalidTransferValidatorContract(
MaxSupply(
OnlyMinter(
ShouldNotMintToBurnAddress(
ZeroAddressForbidden(