Techno-Feudal Citizens
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- | |
TFC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15413250 | 2 years ago | | | 0 | 0.00032624767 | |
| 15318652 | 2 years ago | | | 0 | 0.00041055000 | |
| 15317838 | 2 years ago | | | 0 | 0.0010042200 | |
| 15301339 | 2 years ago | | | 0 | 0.00041381642 | |
| 15297150 | 2 years ago | | | 0 | 0.0010271800 | |
| 15271702 | 2 years ago | | | 0 | 0.0013305552 | |
| 15268032 | 2 years ago | | | 0 | 0.00046539673 | |
| 15265714 | 2 years ago | | | 0 | 0.0012441208 | |
| 15264118 | 2 years ago | | | 0 | 0.00090307000 | |
| 15264113 | 2 years ago | | | 0 | 0.0020543600 |
ABI
ABI objects
Getter at block 21424479
MAX_MINT_LIST_MINTS() view returns (uint256)
1
MAX_PRE_SALE_MINTS() view returns (uint256)
1
MAX_PUBLIC_SALE_MINTS() view returns (uint256)
5
MAX_PUBLIC_SUPPLY() view returns (uint256)
3000
MAX_TOTAL_SUPPLY() view returns (uint256)
3333
PRE_SALE_PRICE() view returns (uint256)
40000000000000000
PROVENANCE_HASH() view returns (string)
8c507ab7a8794ea73d5b3f3ba404ccb64bc177375f7617c4839b5cba8050b5af
PUBLIC_SALE_PRICE() view returns (uint256)
80000000000000000
ROYALTY_PERCENTAGE() view returns (uint256)
5
beneficiary() view returns (address)
0x39ad372e8fd5a0bd74ed86e77eccf8725fad000a
contractURI() view returns (string)
getBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWoShWvCS8ZwiLekgSFdrJthuycAji12f9xoVKM4oW4Qd
getContractURI() view returns (string)
getLastTokenId() view returns (uint256)
0
mintListRoot() view returns (bytes32)
0xe9b9175affe63aece438c53396e2a1db8a4b20868b41b5c1e36a66e64349495e
name() view returns (string)
Techno-Feudal Citizens
owner() view returns (address)
0x39ad372e8fd5a0bd74ed86e77eccf8725fad000a
preSaleListMerkleRoot() view returns (bytes32)
0x926aa1f4ba32f00ce378de00fc3d666be17f07548b3021d5a058e7c760672e90
royaltyReceiverAddress() view returns (address)
0x39ad372e8fd5a0bd74ed86e77eccf8725fad000a
saleState() view returns (uint8)
0
symbol() view returns (string)
TFC
totalSupply() view returns (uint256)
221
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintMintList(uint256 quantity, bytes32[] proof)
mintPreSale(uint256 quantity, bytes32[] merkleProof) payable
mintPublicSale(uint256 quantity) payable
ownerMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBeneficiary(address _beneficiary)
setCollectionURI(string _collectionURI)
setMintListActive()
setMintListRoot(bytes32 merkleRoot)
setPreSaleActive()
setPreSaleListMerkleRoot(bytes32 merkleRoot)
setProvenanceHash(string hash)
setPublicSaleActive()
setRoyaltyReceiverAddress(address _royaltyReceiverAddress)
setSaleInactive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _royaltyReceiverAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()