Special K Forever Bong NFT
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,432.13)
Native
Value
$1,432.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.46 | $3,113.33 |
$1,432.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20532059 | 3 months ago | | | 0 | 0.00011812866 | |
| 19572357 | 8 months ago | | | 0 | 0.0015019916 | |
| 19563909 | 8 months ago | | | 0 | 0.0019679062 | |
| 18699491 | a year ago | | | 0 | 0.0015286578 | |
| 18610041 | a year ago | | | 0.23 | 0.0019282953 | |
| 18401687 | a year ago | | | 0 | 0.00038916284 | |
| 17972918 | a year ago | | | 0 | 0.0026373312 | |
| 17972911 | a year ago | | | 0.23 | 0.0031442324 | |
| 17945273 | a year ago | | | 0 | 0.0013326741 | |
| 17709685 | a year ago | | | 0 | 0.00063851821 |
ABI
ABI objects
Getter at block 21227697
cost() view returns (uint256)
230000000000000000
cost2() view returns (uint256)
330000000000000000
hiddenMetadataUri() view returns (string)
https://specialk.mypinata.cloud/ipfs/QmYJPpRfvVEovboGG8VHD2frjRSYZvrsMtE9prB2yWFKpp
maxMintAmountPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
1100
name() view returns (string)
Special K Forever Bong NFT
owner() view returns (address)
0xf212f310dee8ef7e8f66438493d11973826ef022
paused() view returns (bool)
false
revealed() view returns (bool)
true
supplyLimit1() view returns (uint256)
420
symbol() view returns (string)
ForeverBong
totalSupply() view returns (uint256)
80
uriPrefix() view returns (string)
https://blowing-glass.mypinata.cloud/ipfs/Qmb8U2XB44J55Meps9YBQ6GLEKhPKHTNNnaUAC78K4Fh8J/
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
ownerMint(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setcost(uint256 _cost)
setcost2(uint256 _cost2)
setmaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setmaxPerWallet(uint256 _maxPerWallet)
setmaxSupply(uint256 _maxSupply)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _cost2, uint256 _maxSupply, uint256 _supplyLimit1, uint256 _maxMintAmountPerTx, uint256 _maxPerWallet, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()