Fast Food Nouns
Verified contract
Active on
Ethereum with 716 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0cfd…2b63
0xcc8a…e515
Balances ($0.00)
No balances found for "Fast Food Nouns"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19547397 | 8 months ago | | | 0 | 0.0012543099 | |
| 18422840 | a year ago | | | 0 | 0.0011526380 | |
| 16538917 | 2 years ago | | | 0 | 0.00041977547 | |
| 16416174 | 2 years ago | | | 0 | 0.00070212180 | |
| 16297843 | 2 years ago | | | 0 | 0.00073586313 | |
| 16291707 | 2 years ago | | | 0 | 0.00081960664 | |
| 16285433 | 2 years ago | | | 0 | 0.0010735559 | |
| 16282013 | 2 years ago | | | 0 | 0.00056448126 | |
| 16244065 | 2 years ago | | | 0 | 0.00069385165 | |
| 16244061 | 2 years ago | | | 0 | 0.00065507291 |
ABI
ABI objects
Getter at block 21399231 hatSVG() view returns (string)
contractURI() view returns (string)
ipfs://
descriptor() view returns (address)
0x0cfdb3ba1694c2bb2cfacb0339ad7b1ae5932b63
max_tokens() view returns (uint256)
1000
mint_limit() view returns (uint256)
20
name() view returns (string)
Fast Food Nouns
owner() view returns (address)
0x07566f6d9bda3e8ad16cf7ed12fcbc5332263708
price() view returns (uint256)
30000000000000000
proxyRegistry() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
sale_active() view returns (bool)
true
seeder() view returns (address)
0xcc8a0fb5ab3c7132c1b2a0109142fb112c4ce515
symbol() view returns (string)
FFN
tokenDescription() view returns (string)
Can I take your order? Fast Food Nouns work at the drive-thru, and spend all their hard earned cash on new clothes and bling.
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
clothingList(uint256) view returns (string)
clothingState(uint256, uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClothesForTokenId(uint256 tokenId) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
seeds(uint256) view returns (uint48 background, uint48 body, uint48 accessory, uint48 head, uint48 glasses)
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 addClothes(string svgSnippet) returns (string)
approve(address to, uint256 tokenId)
burn(uint256 nounId)
mint(uint256 num_tokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setClothesAtIndex(uint256 index, string svgSnippet) returns (string)
setContractURIHash(string newContractURIHash)
setDescriptor(address _descriptor)
setSeeder(address _seeder)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenDescription(string newDescription) returns (string)
wearClothes(uint256 tokenId, uint256[] clothes) returns (string)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DescriptorUpdated(address descriptor)
NounBurned(uint256 indexed tokenId)
NounCreated(uint256 indexed tokenId, struct INounsSeederSeed seed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SeederUpdated(address seeder)
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.