FunkyPizza
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($142.14)
Native
Value
$142.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03654 | $3,890.10 |
$142.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17072582 | 2 years ago | | | 0 | 0.00097691495 | |
| 16432218 | 2 years ago | | | 0.00522 | 0.0026318823 | |
| 16331713 | 2 years ago | | | 0 | 0.0028625835 | |
| 16327296 | 2 years ago | | | 0.00522 | 0.0031673284 | |
| 16320641 | 2 years ago | | | 0.0261 | 0.011290102 | |
| 15276178 | 2 years ago | | | 0 | 0.00046809428 | |
| 15253266 | 2 years ago | | | 0.00522 | 0.0018328784 | |
| 15244086 | 2 years ago | | | 0.0261 | 0.0070695816 | |
| 15232842 | 2 years ago | | | 0.02088 | 0.016573178 | |
| 15231775 | 2 years ago | | | 0.00522 | 0.0091266806 |
ABI
ABI objects
Getter at block 21389154
baseURI() view returns (string)
ipfs://bafybeib2skf5cxg2rfp7zlkakfhjk3zvqdmvpsit2qxlipp3tz7a2h2poy/
maxPerMint() view returns (uint256)
5
max_supply() view returns (uint256)
2205
name() view returns (string)
FunkyPizza
owner() view returns (address)
0x122c3360ce1462bfc31ae03797aac47aecc7b6dd
paused() view returns (bool)
false
price() view returns (uint256)
5220000000000000
symbol() view returns (string)
FUNKY
totalSupply() view returns (uint256)
212
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) 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)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reserve(address _wallet, uint256 _mintAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPerMint(uint256 _newMaxPerMint)
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(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.