Free Breadsdicks
Verified contract
Active on
Ethereum with 926 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 "Free Breadsdicks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21388417 | 18 hours ago | | | 0 | 0.0017735441 | |
| 21308140 | 12 days ago | | | 0 | 0.00075374197 | |
| 17842677 | a year ago | | | 0 | 0.0014514245 | |
| 17736658 | a year ago | | | 0 | 0.0027890554 | |
| 17275966 | 2 years ago | | | 0 | 0.00091245723 | |
| 17008621 | 2 years ago | | | 0 | 0.00092537498 | |
| 16776060 | 2 years ago | | | 0 | 0.0011681793 | |
| 16730260 | 2 years ago | | | 0 | 0.0021596353 | |
| 16663615 | 2 years ago | | | 0 | 0.0012393037 | |
| 16545718 | 2 years ago | | | 0 | 0.00067981064 |
ABI
ABI objects
Getter at block 21393854
MAX_PER_Transaction() view returns (uint256)
10
MAX_PER_WALLET() view returns (uint256)
20
isFree() view returns (bool)
false
name() view returns (string)
Free Breadsdicks
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc68c0b5f39337eaa8b2072760e6360841fcdd07d
paused() view returns (bool)
false
price() view returns (uint256)
6900000000000000
symbol() view returns (string)
SDICKS
totalSupply() view returns (uint256)
6552
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FreebieTime(bool _state)
approve(address to, uint256 tokenId)
giveaway(address a, uint256 q)
mint(uint256 quantity) payable
pause(bool _state)
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)
setMAX_PER_Transaction(uint256 q)
setMAX_PER_WALLET(uint256 q)
setPrice(uint256 _newPrice)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.