CriticizeByCreating
Verified contract
Proxy
Active on
Ethereum with 75 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 40 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "CriticizeByCreating"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19946719 | 6 months ago | | | 0 | 0.00060002015 | |
| 18152392 | a year ago | | | 0 | 0.0029574913 | |
| 18118188 | a year ago | | | 0 | 0.0027217123 | |
| 18082529 | a year ago | | | 0 | 0.0031238310 | |
| 18081625 | a year ago | | | 0 | 0.0033374012 | |
| 18079939 | a year ago | | | 0 | 0.0052872311 | |
| 18079694 | a year ago | | | 0 | 0.0071078328 | |
| 18079415 | a year ago | | | 0 | 0.0088269551 | |
| 18078812 | a year ago | | | 0 | 0.0015245790 | |
| 18078806 | a year ago | | | 0 | 0.0016144833 |
ABI
ABI objects
Getter at block 21327258
baseURI() view returns (string)
calcIERC721CreatorInterfaceId() pure returns (bytes4)
0x40c1a064
defaultRoyaltyPercentage() view returns (uint256)
10
defaultRoyaltyReceiver() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
CriticizeByCreating
owner() view returns (address)
0x23ff63c7089d5643c12e863707e116c109b29a0a
symbol() view returns (string)
CBC
totalSupply() view returns (uint256)
50
whitelistEnabled() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintingAllowance(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
mintingAllowance(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenCreator(uint256 _tokenId) view returns (address)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addNewToken(string _uri)
addToWhitelist(address _newAddress)
approve(address to, uint256 tokenId)
batchAddNewToken(string[] _uris)
burn(uint256 tokenId)
deleteToken(uint256 _tokenId)
init(string _name, string _symbol, address _operator)
initWhitelist(address[] _creators, uint256[] _numMints)
mintTo(string _uri, address _receiver)
mintToWithRoyaltyPercentage(string _uri, address _receiver, uint8 _royaltyPercentage)
removeFromWhitelist(address _newAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoyaltyReceiver(uint256 _tokenId, address _receiver)
toggleWhitelist(bool _enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMintingAllowance(address _newAddress, uint256 _newAllowance)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintingAllowanceUpdated(address indexed _address, uint256 _allowedAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.