For the Culture
Verified contract
Active on
Ethereum with 27,208 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 |
---|---|---|---|---|---|
FTC | ERC-721 | 1 | -- | -- | |
FTC | ERC-721 | 1 | -- | -- | |
FTC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21229167 | 4 days ago | | | 0 | 0.00052617911 | |
| 21206250 | 7 days ago | | | 0 | 0.00045910105 | |
| 21197600 | 8 days ago | | | 0 | 0.00036033051 | |
| 21163572 | 13 days ago | | | 0 | 0.00064885001 | |
| 21141141 | 16 days ago | | | 0 | 0.00039475564 | |
| 21134408 | 17 days ago | | | 0 | 0.00075307953 | |
| 21113840 | 20 days ago | | | 0 | 0.00018252573 | |
| 21106165 | 21 days ago | | | 0 | 0.00011284143 | |
| 21105948 | 21 days ago | | | 0 | 0.00024627973 | |
| 21103765 | 21 days ago | | | 0 | 0.000083603777 |
ABI
ABI objects
Getter at block 21257045
isWhitelistMintActive() view returns (bool)
false
name() view returns (string)
For the Culture
owner() view returns (address)
0x0334a9d51f6a7c51245799507ca35bbeaff4755f
paused() view returns (bool)
false
royaltiesPayoutAddress() view returns (address)
0xfb4f09cefd99b2e27dfb381ae7ca07d4551e7b3a
royaltiesPercent() view returns (uint256)
1000
symbol() view returns (string)
FTC
totalSupply() view returns (uint256)
6969
uriPrefix() view returns (string)
https://nftftc.s3.eu-west-1.amazonaws.com/nftftc_metadata/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
ownerMint(uint256 _mintAmount, address _receiver)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsWhitelistMintActive(bool _state)
setMerkleRoot(bytes32 _root)
setRoyaltiesPercent(uint256 _royalitesPercent)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(bytes32[] proof) payable
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.