LinksDAO Champions
Verified contract
Active on
Ethereum with 14,265 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 "LinksDAO Champions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21419706 | 2 days ago | | | 0 | 0.00046390435 | |
| 21358526 | 11 days ago | | | 0 | 0.00063791809 | |
| 21355467 | 11 days ago | | | 0 | 0.00019210171 | |
| 21350209 | 12 days ago | | | 0 | 0.00057163284 | |
| 21339426 | 13 days ago | | | 0 | 0.0014134899 | |
| 21256127 | 25 days ago | | | 0 | 0.00043193782 | |
| 21247390 | a month ago | | | 0 | 0.00081406149 | |
| 21211691 | a month ago | | | 0 | 0.00085568991 | |
| 21158916 | a month ago | | | 0 | 0.00085427468 | |
| 21054412 | 2 months ago | | | 0 | 0.00018625997 |
ABI
ABI objects
Getter at block 21434455
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 _minter) view returns (uint256)
allowedWhitelistMintCount(address _minter, uint256 _allowedMints, bytes _signature) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkWhitelist(uint256 _allowedMints, bytes _signature) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
flipCrossmintState()
flipSaleState()
flipWhitelistState()
grantRole(bytes32 role, address account)
mint(uint256 _count) payable
mintTo(address _to, uint256 _count) payable
ownerMint(uint64 _count, address _recipient)
release()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _customBaseURI)
setCrossmintAddress(address _crossmintAddress)
setMaxPerWallet(uint64 _maxPerWallet)
setPrice(uint256 _price)
setRoyaltyInfo(address _royaltyAddress, uint256 _percentage)
setSigningAddress(address newSigningKey)
setTreasuryAddress(address _treasuryAddress)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _count, uint256 _allowedMints, bytes _signature) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _customBaseURI, uint64 _tokensForSale, address _royaltyAddress, uint256 _royaltyPercent)
This contract contains no fallback and receive objects.
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()