CriminalMembership
Verified contract
Active on
Ethereum with 1,610 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 "CriminalMembership"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607684 | 2 months ago | | | 0 | 0.000045190559 | |
| 20590373 | 2 months ago | | | 0 | 0.000024121059 | |
| 20301604 | 4 months ago | | | 0 | 0.00012355254 | |
| 20113547 | 4 months ago | | | 0 | 0.00052227500 | |
| 19828179 | 6 months ago | | | 0 | 0.000095507774 | |
| 19235034 | 8 months ago | | | 0 | 0.0019022732 | |
| 18943648 | 10 months ago | | | 0 | 0.00055363323 | |
| 18909509 | 10 months ago | | | 0 | 0.00042342820 | |
| 18907285 | 10 months ago | | | 0 | 0.00070833746 | |
| 18822313 | 10 months ago | | | 0 | 0.0013513047 |
ABI
ABI objects
Getter at block 21083498
MAX_SUPPLY() view returns (uint256)
700
RESERVED() view returns (uint256)
10
TOKEN_ID() view returns (uint256)
0
maxPerWallet() view returns (uint256)
2
name() view returns (string)
CriminalMembership
owner() view returns (address)
0x80a4aaa2a617ddff1ff8db7e905527ed93d5d3aa
saleActive() view returns (bool)
true
symbol() view returns (string)
CRIMINAL
totalSupply() view returns (uint256)
700
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events flipSaleActive()
mint(uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadata(string _uri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.