This contract is being backfilled. You may encounter incomplete storage history.

LinksDAO Champions

Verified contract

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

No balances found for "LinksDAO Champions"

0x694b68aa38d00e7b05239893234028bfc0ef7468540d561556840482f3c522a6
0x761e8a81ab2b8da1e182a209f58051d5e4067bf49aceb90132f53874ac562cab
0x472ceab5189ae451a0664c06e7578b2b16fd4164d8c03d5ae9d1c69e78c9cd7b
0x7e1367e5896f33944d07b5d7c4229b185acb833dabbc0c15601f17979671411f
0xe0fe5cacebbce98cbba105dbe673a2a3094ee297ee3b2a5aa76c8b1730d68edb
0x8528daa268362f6745f06c22a8dad63d074dd6ac4968ea9a53a6364b73c8e639
0x4ca32e8cbcfe22daaad9090cc335a87fa163893157501f169e82374346b6419c
0x16d02ebcc6139b235eb3896c7516f538550f1b694fe8b98790e564c4e74164f2
0x89e8575a42b6e802146abe9240a886af8977af6f3b4e1b9439e3a253aa4e0239
0xee3afafffe0a637904d60e014b71b6acd3f69216e4c346cd4971fbabd15eaebb

Functions
Getter at block 20805879
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISCOUNT_DOMAIN_SEPARATOR(view returns (bytes32)
0xb27071aedb156754ef1e7df8270989bf5bf6dfe2b0bcd7529f674b9ee52aa2c3
DISCOUNT_TYPEHASH(view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
MAX_PER_WALLET(view returns (uint64)
1
MAX_SUPPLY(view returns (uint64)
10253
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PRICE(view returns (uint256)
0
baseTokenURI(view returns (string)
ipfs://QmQhmVVfhTVAs4CEbcYCyawZ22fgzrAwQwYBHF6VAZ2XBi/
crossmintIsActive(view returns (bool)
false
getTreasuryAddress(view returns (address)
0xbdcf6279513f7ad9ee6cacd4efcde88fa43d584c
name(view returns (string)
LinksDAO Champions
owner(view returns (address)
0xf4bd21a6cfb4b2063a690d17fba5372785b25528
saleIsActive(view returns (bool)
false
symbol(view returns (string)
CHAMPION
totalSupply(view returns (uint256)
10253
whitelistIsActive(view returns (bool)
true
Read-only
allowedMintCount(address _minterview returns (uint256)
allowedWhitelistMintCount(address _minteruint256 _allowedMintsbytes _signatureview returns (uint256)
balanceOf(address ownerview returns (uint256)
checkWhitelist(uint256 _allowedMintsbytes _signatureview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
flipCrossmintState(
flipSaleState(
flipWhitelistState(
grantRole(bytes32 roleaddress account
mint(uint256 _countpayable 
mintTo(address _touint256 _countpayable 
ownerMint(uint64 _countaddress _recipient
release(
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _customBaseURI
setCrossmintAddress(address _crossmintAddress
setMaxPerWallet(uint64 _maxPerWallet
setPrice(uint256 _price
setRoyaltyInfo(address _royaltyAddressuint256 _percentage
setSigningAddress(address newSigningKey
setTreasuryAddress(address _treasuryAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _countuint256 _allowedMintsbytes _signaturepayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbolstring _customBaseURIuint64 _tokensForSaleaddress _royaltyAddressuint256 _royaltyPercent
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CallerIsNotTheOwner(
ContractsCannotMint(
CrossmintAddressDoesNotMatch(
CrossmintAddressNotSet(
CrossmintInsufficientPayment(
CrossmintNotActive(
ExceedsMaxPerWallet(
ExceedsMaxSupply(
InsufficientPayment(
InvalidSignature(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NoSigningKey(
NotAuthorized(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WhitelistNotActive(