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 "F-Bomb"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109925 | 7 days ago | | | 0 | 0.00014627442 | |
| 20852116 | a month ago | | | 0 | 0.00029771396 | |
| 20768646 | 2 months ago | | | 0 | 0.000058406400 | |
| 20768645 | 2 months ago | | | 0 | 0.000056108770 | |
| 20752783 | 2 months ago | | | 0 | 0.000078637622 | |
| 20752284 | 2 months ago | | | 0 | 0.000067887088 | |
| 20719025 | 2 months ago | | | 0 | 0.00014826557 | |
| 20717668 | 2 months ago | | | 0 | 0.00012586714 | |
| 20710750 | 2 months ago | | | 0 | 0.000044841589 | |
| 20710748 | 2 months ago | | | 0 | 0.000078109029 |
ABI
ABI objects
Getter at block 21160801
baseTokenURI() view returns (string)
ipfs://QmcirJvo4EW6jfYy4v3Jora1EB73GFF7myoP172KpDitHs/
hiddenTokenURI() view returns (string)
ipfs://QmS8wQqihMheMStSfSXoCNrfJSswVX67QuXdFb98PyNnX5
maxForSale() view returns (uint256)
5000
name() view returns (string)
F-Bomb
owner() view returns (address)
0xa301d7a4b10c3327fced38d9e1592275e38cf915
presaleMaxMint() view returns (uint256)
5
presalePrice() view returns (uint256)
60000000000000000
presaleStart() view returns (uint256)
1643738340
publicMaxMint() view returns (uint256)
50
publicPrice() view returns (uint256)
30000000000000000
publicStart() view returns (uint256)
1643756340
symbol() view returns (string)
FBOMB
totalSupply() view returns (uint256)
5000
whitelistMaxMint() view returns (uint256)
2
whitelistPrice() view returns (uint256)
60000000000000000
whitelistStart() view returns (uint256)
1643651940
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address to, uint256 quantity)
approve(address to, uint256 tokenId)
presaleMint(bytes signature, uint256 quantity) payable
publicMint(uint256 quantity) payable
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)
setMaxForSale(uint256 forSale)
setPresaleMaxMint(uint256 max)
setPresalePrice(uint256 price)
setPresaleStart(uint256 start)
setPublicMaxMint(uint256 max)
setPublicPrice(uint256 price)
setPublicStart(uint256 start)
setWhitelistMaxMint(uint256 max)
setWhitelistPrice(uint256 price)
setWhitelistStart(uint256 start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature, uint256 quantity) payable
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.