hedsTAPE 7
Verified contract
Active on
Ethereum with 46 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 "hedsTAPE 7"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20286134 | 4 months ago | | | 0 | 0.00029844264 | |
| 17989781 | a year ago | | | 0 | 0.0011001817 | |
| 17858856 | a year ago | | | 0 | 0.00076947101 | |
| 17630292 | a year ago | | | 0 | 0.0012870185 | |
| 17328028 | a year ago | | | 0 | 0.0015709554 | |
| 16291414 | 2 years ago | | | 0 | 0.00097316272 | |
| 15692972 | 2 years ago | | | 0 | 0.00022757047 | |
| 15671805 | 2 years ago | | | 0 | 0.00048955970 | |
| 15613123 | 2 years ago | | | 0 | 0.00080031231 | |
| 15571788 | 2 years ago | | | 0 | 0.0039861164 |
ABI
ABI objects
Getter at block 21218309
name() view returns (string)
hedsTAPE 7
owner() view returns (address)
0x55c59ae5b124261d021421f07c6cad699c993b3d
saleConfig() view returns (uint64 price, uint32 maxSupply, uint32 startTime, uint32 endTime)
(price=100000000000000000, maxSupply=1000, startTime=1661021939, endTime=1661108399)
symbol() view returns (string)
HT7
totalSupply() view returns (uint256)
46
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintHead(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateEndTime(uint32 _endTime)
updateMaxSupply(uint32 _maxSupply)
updateStartTime(uint32 _startTime)
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.
ERC721__ApprovalCallerNotOwnerNorApproved(address caller)
ERC721__ApprovalToCurrentOwner()
ERC721__ApproveToCaller()
ERC721__BalanceQueryForZeroAddress()
ERC721__MintToZeroAddress()
ERC721__MintZeroQuantity()
ERC721__OwnerQueryForNonexistentToken(uint256 tokenId)
ERC721__TransferCallerNotOwnerNorApproved(address caller)
ERC721__TransferFromIncorrectOwner(address from, address owner)
ERC721__TransferToNonERC721ReceiverImplementer(address receiver)
ERC721__TransferToZeroAddress()
ExceedsMaxSupply()
FailedTransfer()
InsufficientFunds()
OutsideSalePeriod()
URIQueryForNonexistentToken()