Fwcker Society
Verified contract
Active on
Ethereum with 1,792 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 "Fwcker Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16707511 | 2 years ago | | | 0 | 0.0021718453 | |
| 16585092 | 2 years ago | | | 0 | 0.0024853313 | |
| 16518501 | 2 years ago | | | 0 | 0.00068558012 | |
| 16518492 | 2 years ago | | | 0 | 0.00065447628 | |
| 16518481 | 2 years ago | | | 0 | 0.00067281541 | |
| 16518475 | 2 years ago | | | 0 | 0.00069566194 | |
| 16518358 | 2 years ago | | | 0 | 0.00041567455 | |
| 16518243 | 2 years ago | | | 0 | 0.00068270888 | |
| 16518138 | 2 years ago | | | 0 | 0.00081869937 | |
| 16518122 | 2 years ago | | | 0 | 0.00074130780 |
ABI
ABI objects
Getter at block 21209607
maxSupply() view returns (uint256)
3599
mintPrice() view returns (uint256)
1500000000000000
name() view returns (string)
Fwcker Society
owner() view returns (address)
0x2acfac55a2a7bce378625eb0682f551b5ba52455
symbol() view returns (string)
FwSociety
totalSupply() view returns (uint256)
3599
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, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
claim()
claim(uint256 amount) payable
communityMint(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()