Probably Nothing Evil
Verified contract
Active on
Ethereum with 675 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 "Probably Nothing Evil"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19221942 | 9 months ago | | | 0 | 0.00071157220 | |
| 17051159 | 2 years ago | | | 0 | 0.0011025935 | |
| 16882244 | 2 years ago | | | 0 | 0.00035656019 | |
| 16298980 | 2 years ago | | | 0 | 0.0012775386 | |
| 16224914 | 2 years ago | | | 0 | 0.00034146097 | |
| 16224906 | 2 years ago | | | 0 | 0.00058952011 | |
| 16169846 | 2 years ago | | | 0 | 0.0010721118 | |
| 15994554 | 2 years ago | | | 0 | 0.00056789570 | |
| 15905588 | 2 years ago | | | 0 | 0.00060069958 | |
| 15905588 | 2 years ago | | | 0 | 0.00060101222 |
ABI
ABI objects
Getter at block 21163031
baseExtension() view returns (string)
.json
cost() view returns (uint256)
666000000000000
maxMintAmount() view returns (uint256)
2
maxSupply() view returns (uint256)
666
name() view returns (string)
Probably Nothing Evil
owner() view returns (address)
0xb5282220b46e68feb3d4d42284378017e5c8a5d9
paused() view returns (bool)
false
symbol() view returns (string)
PNEV
totalSupply() view returns (uint256)
666
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.