Digital Collectibles will thrive in 2023 - Blue
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa9a9…9b52
Balances ($0.00)
No balances found for "Digital Collectibles will thrive in 2023 - Blue"
Transactions
ABI
ABI objects
Getter at block 21307678
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://Qmet1Hrse3i99hXFNC782RjsmU8LkYsD45r48VyUhFu7gS
contractURI() view returns (string)
ipfs://Qmet1Hrse3i99hXFNC782RjsmU8LkYsD45r48VyUhFu7gS
getBaseUri() view returns (string)
ipfs://Qmet1Hrse3i99hXFNC782RjsmU8LkYsD45r48VyUhFu7gS
getCurrentSupply() view returns (uint256)
8
getMaxSupply() view returns (uint256)
50
getRoyaltySenderContract() view returns (address)
0x83f876affc90bd6febd2c54afb3a3cea9acc6673
getTokenPrice() view returns (uint256)
4200000000000000
maxSupply() view returns (uint256)
50
name() view returns (string)
Digital Collectibles will thrive in 2023 - Blue
owner() view returns (address)
0x5e2cf61d4b5be27d4cac2c3a561e5809d2a3846b
paused() view returns (bool)
false
symbol() view returns (string)
POSU
Read-only
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintNft(address buyer) payable
pauseContract(bool pauseState)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newBaseUri)
setMaxSupply(uint256 newSupply)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setRoyaltySenderContract(address newRoyaltySenderContract)
setTokenPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance(address withdrawAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
IsMinted(address indexed contentCreator, address indexed buyerAddress, uint256 tokenId, uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
ValueSendedToContentCreator(address indexed contentCreator, address indexed buyerAddress, uint256 tokenId, uint256 price)
WithdrawEvent(address indexed withdrawAddress, uint256 amount)
constructor(string name, string symbol, uint256 maxTokensSupply, string metadataURI, uint256 price, address contentCreator, uint16 creatorBasisPoint_, address royaltySenderContract_, uint16 royaltyResellBasisPoints_)
This contract contains no fallback and receive objects.
MaxSupplyOvercome(address buyerAddress)
OperatorNotAllowed(address operator)
ValueIsNotEqualPrice()