Blockhead Tweets
Verified contract
Active on
Ethereum with 161 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 "Blockhead Tweets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20039924 | 6 months ago | | | 0 | 0.0013891855 | |
| 18842417 | a year ago | | | 0.5 | 0.0091421227 | |
| 17362519 | 2 years ago | | | 0 | 0.0029803640 | |
| 17270015 | 2 years ago | | | 0 | 0.0029312677 | |
| 17217994 | 2 years ago | | | 0.5 | 0.019504715 | |
| 17184802 | 2 years ago | | | 0.5 | 0.012996744 | |
| 17158225 | 2 years ago | | | 0 | 0.0026510759 | |
| 17138555 | 2 years ago | | | 0 | 0.0040158369 | |
| 17063834 | 2 years ago | | | 0.5 | 0.0047628924 | |
| 17039831 | 2 years ago | | | 0 | 0.0049561525 |
ABI
ABI objects
Getter at block 21388532
name() view returns (string)
Blockhead Tweets
owner() view returns (address)
0xeb5414fd05610a72efc09c8d3f38a92a1955cf41
symbol() view returns (string)
GOODGRIEF
totalSupply() view returns (uint256)
94
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)
mintToken(uint256 tokenId) payable
ownerMint(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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)
TokenMinted(uint256 tokenId, address to)
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.