I am eating shit
Verified contract
Active on
Ethereum with 767 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 "I am eating shit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20150877 | 5 months ago | | | 0 | 0.000065194873 | |
| 20150877 | 5 months ago | | | 0 | 0.000065936980 | |
| 17306179 | 2 years ago | | | 0 | 0.0012312122 | |
| 17117811 | 2 years ago | | | 0 | 0.0024643111 | |
| 17108746 | 2 years ago | | | 0 | 0.0018797559 | |
| 17108724 | 2 years ago | | | 0 | 0.0018180975 | |
| 17108573 | 2 years ago | | | 0 | 0.0020380805 | |
| 17106475 | 2 years ago | | | 0 | 0.0016179761 | |
| 17106285 | 2 years ago | | | 0 | 0.0014946633 | |
| 17106018 | 2 years ago | | | 0 | 0.0015461617 |
ABI
ABI objects
Getter at block 21292447
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
3000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
I am eating shit
owner() view returns (address)
0xe7a00b8d101f9e91a2f8a34f1e25620b074dc1ec
symbol() view returns (string)
IES
totalSupply() view returns (uint256)
2905
uriPrefix() view returns (string)
ipfs://QmWqzSmQ7F9b2xeYK5GcGhHa2hSKUy94PTRasSPyoaaFdG/
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events PublicEatShit(uint256 amount) payable
approve(address to, uint256 tokenId)
burnshit(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()