CTGPlayerNFT
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
34
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 "CTGPlayerNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CTGPlayerNFT"
ABI
ABI objects
Getter at block 22109044 contractURI() view returns (string)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SALES_MANAGER_ROLE() view returns (bytes32)
0x5ebbf78043a2215b522b1366a193ec74dd1f54e441e841a87b9653246a9c49a6
UPGRADER_ROLE() view returns (bytes32)
0xa615a8afb6fffcb8c6809ac0997b5c9c12b8cc97651150f14c8f6203168cff4c
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
config() view returns (address renderer, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient)
(renderer=0x0000000000000000000000000000000000000000, editionSize=0, royaltyBPS=0, fundsRecipient=0x0000000000000000000000000000000000000000)
contractName() pure returns (string)
CTGPlayerNFT
contractVersion() view returns (uint32)
2
metadataRenderer() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
saleDetails() view returns (struct ICTGPlayerNFTSaleDetails)
(false, false, 0, 0, 0, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 0, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 0)
salesConfig() view returns (uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
(publicSalePrice=0, maxSalePurchasePerAddress=0, publicSaleStart=0, publicSaleEnd=0, presaleStart=0, presaleEnd=0, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000)
symbol() view returns (string)
totalSupply() view returns (uint256 result)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address user) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerAddress(address minter) view returns (struct ICTGPlayerNFTAddressMintDetails)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
zoraFeeForAmount(uint256) pure returns (address recipient, uint256 fee)
State-modifying
Events adminMint(address recipient, uint256 quantity) returns (uint256)
adminMintAirdrop(address[] recipients) returns (uint256)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
callMetadataRenderer(bytes data) returns (bytes)
finalizeOpenEdition()
grantRole(bytes32 role, address account)
initialize(string _contractName, string _contractSymbol, address _initialOwner, address _fundsRecipient, uint64 _editionSize, address _royaltyRecipient, uint16 _royaltyBPS, bytes[] _setupCalls, address _metadataRenderer, bytes _metadataRendererInit)
multicall(bytes[] data) returns (bytes[] results)
purchase(uint256 quantity) payable returns (uint256)
purchasePresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable returns (uint256)
purchasePresaleWithComment(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof, string comment) payable returns (uint256)
purchasePresaleWithRecipient(address recipient, uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable returns (uint256)
purchaseWithComment(uint256 quantity, string comment) payable returns (uint256)
purchaseWithRecipient(address recipient, uint256 quantity, string comment) payable returns (uint256)
renounceRole(bytes32 role, address callerConfirmation)
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)
setFundsRecipient(address newRecipientAddress)
setMetadataRenderer(address newRenderer, bytes setupRenderer)
setOwner(address newOwner)
setSaleConfiguration(uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
setTransferHook(address newTransferHook)
transferFrom(address from, address to, uint256 tokenId) payable
updateRoyaltySettings(address newRecipient, uint16 newRoyaltyBPS)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
FundsReceived(address indexed source, uint256 amount)
FundsRecipientChanged(address indexed newAddress, address indexed changedBy)
FundsWithdrawn(address indexed withdrawnBy, address indexed withdrawnTo, uint256 amount, address feeRecipient, uint256 feeAmount)
Initialized(uint64 version)
MetadataUpdate(uint256 _tokenId)
MintComment(address indexed sender, address indexed tokenContract, uint256 indexed tokenId, uint256 quantity, string comment)
MintFeePayout(uint256 mintFeeAmount, address mintFeeRecipient, bool success)
OpenMintFinalized(address indexed sender, uint256 numberOfMints)
OwnerCanceled(address indexed previousOwner, address indexed potentialNewOwner)
OwnerPending(address indexed previousOwner, address indexed potentialNewOwner)
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)
RoyaltySettingsUpdated(address newRecipient, uint16 newBPS)
Sale(address indexed to, uint256 indexed quantity, uint256 indexed pricePerToken, uint256 firstPurchasedTokenId)
SalesConfigChanged(address indexed changedBy)
SetNewTransferHook(address _newTransferHook)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedMetadataRenderer(address sender, address renderer)
Upgraded(address indexed implementation)
constructor()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
Access_MissingRoleOrAdmin(bytes32 role)
Access_OnlyAdmin()
Access_WithdrawNotAllowed()
AddressEmptyCode(address target)
Admin_InvalidUpgradeAddress(address proposedAddress)
Admin_UnableToFinalizeNotOpenEdition()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractIdentityWrong()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ExternalMetadataRenderer_CallFailed()
FailedInnerCall()
InvalidInitialization()
InvalidMintSchedule()
InvalidTransferHook()
MarketFilterDAOAddressNotSupportedForChain()
MintERC2309QuantityExceedsLimit()
MintFee_FundsSendFailure()
MintReferralNotSupported()
MintToZeroAddress()
MintZeroQuantity()
Mint_SoldOut()
NotAllowedToUpgrade()
NotCompatibleWithSpotMints()
NotInitializing()
ONLY_OWNER()
ONLY_PENDING_OWNER()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
Presale_Inactive()
Presale_MerkleNotApproved()
Presale_TooManyForAddress()
ProtocolRewards_WithdrawSendFailure()
Purchase_SendFundsFailure()
Purchase_TooManyForAddress()
Purchase_WrongPrice(uint256 correctPrice)
ReentrancyGuardReentrantCall()
RemoteOperatorFilterRegistryCallFailed()
Sale_Inactive()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
Setup_RoyaltyPercentageTooHigh(uint16 maxRoyaltyBPS)
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Withdraw_FundsSendFailure()
WrongValueSent(uint256 sent, uint256 expected)
ZeroFundsRecipientNotAllowed()