CrypoPizzas
Verified contract
Active on
Ethereum with 1,503 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,609.72 |
$0 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13074586 | 3 years ago | | | 0.028421709 | 0.0032349059 | |
| 13074584 | 3 years ago | | | 0.086736174 | 0.0034906458 | |
| 13074580 | 3 years ago | | | 0.0030517578 | 0.0029923511 | |
| 13074577 | 3 years ago | | | 0.13552527 | 0.0032517225 | |
| 13074560 | 3 years ago | | | 0.33087225 | 0.0030349803 | |
| 6344818 | 6 years ago | | | 0.0024414063 | 0.00057468000 | |
| 6218093 | 6 years ago | | | 0.086736174 | 0.00031803200 | |
| 5767520 | 6 years ago | | | 0.055511151 | 0.00025803200 | |
| 5766813 | 6 years ago | | | 0.044408921 | 0.00031803200 | |
| 5764984 | 6 years ago | | | 0.069388939 | 0.00051606400 |
ABI
ABI objects
Getter at block 21285805
NAME() view returns (string)
CrypoPizzas
SYMBOL() view returns (string)
CryptoPizza
ceoAddress() view returns (address)
0x6608c789c9f2d2a48f6ce8aa22df80e1b1dd7c83
cooAddress() view returns (address)
0x6608c789c9f2d2a48f6ce8aa22df80e1b1dd7c83
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CrypoPizzas
symbol() pure returns (string)
CryptoPizza
totalSupply() view returns (uint256 total)
40
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getPizza(uint256 _tokenId) view returns (string pizzaName, uint256 sellingPrice, address owner, uint256 previousPrice, address[5] previousOwners)
ownerOf(uint256 _tokenId) view returns (address owner)
pizzaIndexToApproved(uint256) view returns (address)
pizzaIndexToOwner(uint256) view returns (address)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractPizza(string _name)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.