TastyBones
Verified contract
Active on
Ethereum with 19,283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "TastyBones"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200011 | 4 days ago | | | 0 | 0.00061573568 | |
| 21191444 | 5 days ago | | | 0 | 0.0010536383 | |
| 21183051 | 7 days ago | | | 0 | 0.0018236162 | |
| 21180365 | 7 days ago | | | 0 | 0.0040184101 | |
| 21111022 | 17 days ago | | | 0 | 0.000086517095 | |
| 21111021 | 17 days ago | | | 0 | 0.00015121093 | |
| 21109042 | 17 days ago | | | 0 | 0.00016302326 | |
| 21103114 | 18 days ago | | | 0 | 0.000097048000 | |
| 21103020 | 18 days ago | | | 0 | 0.000094528200 | |
| 21103018 | 18 days ago | | | 0 | 0.000096923756 |
ABI
ABI objects
Getter at block 21230320
approvingBoneContract() view returns (address)
0x77c7f7dc1b592e884966f0dc4ae0ffb93cba1a7e
approvingBoneContractAddress() view returns (address)
0x77c7f7dc1b592e884966f0dc4ae0ffb93cba1a7e
baseURI() view returns (string)
https://tb-api.tastybones.xyz/api/token/
isFreeActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isRaffleActive() view returns (bool)
false
maxFreeBoneMint() view returns (uint8)
1
maxFreeMint() view returns (uint8)
2
maxFreeMintSupply() view returns (uint256)
500
maxMintPerAccount() view returns (uint8)
2
maxPresaleMint() view returns (uint8)
2
maxPresaleSupply() view returns (uint256)
4000
maxRaffleMint() view returns (uint8)
1
maxRaffleSupply() view returns (uint256)
500
maxTastyBones() view returns (uint256)
5049
mintedFreeMint() view returns (uint256)
480
mintedPresale() view returns (uint256)
3936
name() view returns (string)
Tasty Bones
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6a4e2c87d4dcccdaba1df83fdb13fde1b4b9feda
price() view returns (uint256)
69000000000000000
symbol() view returns (string)
TASTYBONES
teamTBones() view returns (uint256)
0
totalSupply() view returns (uint256)
5049
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedTBforFreeMintAddress(address) view returns (uint256)
mintedTBforFreeMintBone(uint256) view returns (bool)
mintedTBforPresale(address) view returns (uint256)
mintedTBforRaffle(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdOfOwner(address _owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintFreeWL(uint256 numberOfTokens, bytes32[] freeMintProof, uint256 maxMint)
mintFreeWithBone(uint256 boneTokenId, bytes32[] boneProof)
mintPresale(uint256 numberOfTokens, bytes32[] proof) payable
mintRaffle(bytes32[] proof) payable
mintTBForTeam(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeBoneMerkleRoot(bytes32 freeMintRoot)
setFreeWlMerkleRoot(bytes32 freeWLMintRoot)
setMaxFreeBoneMint(uint8 _maxBoneMint)
setMaxFreeMint(uint8 _maxFreeMint)
setMaxFreeMintSupply(uint256 _maxFreeMintSupply)
setMaxPresaleMint(uint8 _maxPresaleMint)
setMaxPresaleMintSupply(uint256 _maxPresaleMintSupply)
setMaxRaffleMint(uint8 _maxRaffleMint)
setMaxRaffleMintSupply(uint256 _maxRaffleMintSupply)
setPresaleMerkleRoot(bytes32 presaleRoot)
setRaffleMerkleRoot(bytes32 raffleRoot)
toggleFreeMintActive()
togglePresaleActive()
toggleRaffleMintActive()
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(address boneContractAddress, bytes32 boneRoot, bytes32 freeRoot, bytes32 presaleRoot, bytes32 raffleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.