Computers Can't Jump by Ben Millar Cole

Verified contract

Active on Ethereum with 116 txns
Deployed by via 0xdbf4d919 at 16994303
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Computers Can't Jump by Ben Millar Cole"

0x52c9096f77754c383c0f6477ce2155d58aa8a10cdd8e02fa4a6143b052751808
0xe9882b3aadcecd08b86bf45745bc92f7393cd9934c43e4dbf2075ae562713eb0
0xbf741a4eedfcbf00ccb9f7465e3430f14a94413e2d2918ddd790993c90caaef7
0x1064bb48063f04ad5041ad6e68d680bc26828ddb20e1b5951b098a2b10fd2ada
0x08cd4e32e458df71aa75335521e4eef8abfbf0685e47c27dbe8212f8253e0232
0x0a9f98f0b8a96321a1749aa7b705cbe2aea71d85fd7526aa1eef687aa04ba3cb
0xaa9627912d245d61b77108e041493fbd50d7b7765c345e915e065473700950b0
0x066540110a0469c91be1f06bacfabab5c3cb35599e738cb808b2b3e690909386
0x42f4a131168cee1754e1bd86ac010917cfc5b5c220e5cf6ba9d9aacdd8188764
0x11e268c85c3545c5a6224288268e08cf0910a2584605c8e53f48932b96265f00

Functions
Getter at block 20870987
baseURI(view returns (string)
ipfs://QmTcLT7abLAGVjNnuGPLoyDVimTgYXffM2UDMpW7g6hhLx/
metadataContract(view returns (address)
0x0000000000000000000000000000000000000000
minter(view returns (address)
0x15227f9dd034c3f053e7212af8efa5da06aeaec4
name(view returns (string)
Computers Can't Jump by Ben Millar Cole
owner(view returns (address)
0xc5325831462d809fbf532d71029fa3efe35cbcce
royaltyDenominator(view returns (uint256)
100
royaltyFraction(view returns (uint256)
5
royaltyReceiver(view returns (address)
0xe1badc0099a0506764aa1bc8c6e40e97baa11fb4
symbol(view returns (string)
PPP-BMC
totalSupply(view returns (uint256)
100
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
delegateTokenURIs(address delegate
mint(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMinter(address minter_
setRoyaltyFraction(uint256 royaltyFraction_uint256 royaltyDenominator_
setRoyaltyReceiver(address royaltyReceiver_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string baseURI_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
MetadataUpdate(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring baseURI_uint256 maxSupplyaddress royaltyReceiver_uint256 royaltyPercent
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyMinter(
OperatorNotAllowed(address operator