The Crypto Cartel
Verified contract
Active on
Ethereum with 250 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 "The Crypto Cartel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18880663 | a year ago | | | 0 | 0.0013142287 | |
| 16486694 | 2 years ago | | | 0 | 0.0010651473 | |
| 16295867 | 2 years ago | | | 0 | 0.00039424796 | |
| 16295644 | 2 years ago | | | 0 | 0.00089075261 | |
| 15288438 | 2 years ago | | | 0 | 0.0015253200 | |
| 15159249 | 2 years ago | | | 0 | 0.00027917820 | |
| 15159246 | 2 years ago | | | 0 | 0.00027783176 | |
| 14886140 | 3 years ago | | | 0 | 0.0020611211 | |
| 14322404 | 3 years ago | | | 0 | 0.0026617503 | |
| 14315339 | 3 years ago | | | 0 | 0.0073253445 |
ABI
ABI objects
Getter at block 21385548
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE_PER_TOKEN() view returns (uint256)
69000000000000000
name() view returns (string)
The Crypto Cartel
symbol() view returns (string)
TCC
totalSupply() view returns (uint256)
794
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)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giveAwayMint(uint256 numberOfTokens, address mintAddress)
grantRole(bytes32 role, address account)
mint(uint256 numberOfTokens, bytes32[] proof, bytes32 merkleRoot) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
toggleSaleStatus(bool saleStatus)
toggleWhitelistStatus(bool whitelistStatus)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
receive()
This contract contains no error objects.