Halfkingz
Verified contract
Active on
Ethereum with 9,591 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 "Halfkingz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20201051 | 5 months ago | | | 0 | 0.000035371010 | |
| 19174377 | 10 months ago | | | 0 | 0.0023700378 | |
| 18728092 | a year ago | | | 0 | 0.0032547299 | |
| 16776061 | 2 years ago | | | 0 | 0.0012639482 | |
| 16768465 | 2 years ago | | | 0 | 0.00093342080 | |
| 16624560 | 2 years ago | | | 0 | 0.00035507632 | |
| 16306677 | 2 years ago | | | 0 | 0.00081681403 | |
| 16228562 | 2 years ago | | | 0 | 0.00074803126 | |
| 15966669 | 2 years ago | | | 0 | 0.0010720479 | |
| 15914675 | 2 years ago | | | 0 | 0.00056757747 |
ABI
ABI objects
Getter at block 21272226
contractURI() view returns (string)
ipfs://QmTUuzW4UNVPskXCxonYJx3CANUrtrYRwpdT99pjKtAe4x/contractURI.json
mintedout() view returns (bool)
true
name() view returns (string)
Halfkingz
newest() view returns (uint256)
1
symbol() view returns (string)
HALF
totalSupply() view returns (uint256)
10001
Read-only
_baseURI(uint256 tokenID) view returns (string)
balanceOf(address owner) view returns (uint256)
baseURIs(uint256) view returns (string)
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 addBaseURI(string URI, uint256 index)
approve(address to, uint256 tokenId)
customURIindex(uint256 tokenID, uint256 index)
mint() payable
renounceOwnership()
sacrifice(uint256 tokenId) returns (string)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
trackNewestURI(uint256 tokenID)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()