FastFoodBirds
Verified contract
Active on
Ethereum with 2,336 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FastFoodBird | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042175 | a month ago | | | 0 | 0.00029780550 | |
| 20190058 | 5 months ago | | | 0 | 0.00025157772 | |
| 19147417 | 10 months ago | | | 0 | 0.00038598695 | |
| 19107148 | 10 months ago | | | 0 | 0.00057956719 | |
| 19044013 | 10 months ago | | | 0 | 0.00086833747 | |
| 18843477 | a year ago | | | 0 | 0.00081221344 | |
| 18830960 | a year ago | | | 0 | 0.0020114752 | |
| 18702645 | a year ago | | | 0 | 0.0018969906 | |
| 18530364 | a year ago | | | 0 | 0.0013093916 | |
| 18530303 | a year ago | | | 0 | 0.0012819280 |
ABI
ABI objects
Getter at block 21315051
MAX_SUPPLY() view returns (uint256)
5000
freeMintCount() view returns (uint256)
651
freeMintPerAddr() view returns (uint256)
5
maxCountPerMint() view returns (uint256)
30
name() view returns (string)
FastFoodBirds
owner() view returns (address)
0x8758d1da429aaf006d698a00dbbb546e986dff69
price() view returns (uint256)
15000000000000000
symbol() view returns (string)
FastFoodBird
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
costForMint(uint256 _numToMint, address _account) view returns (uint256)
freeMintCounts(address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
endSale()
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMintCount(uint256 _count)
setFreeMintPerAddr(uint256 _count)
setPrice(uint256 _price)
setTokenBaseURI(string URI)
startSale()
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()
receive()
This contract contains no error objects.