Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7c14…595c
Balances ($0.00)
No balances found for "Hangmen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18902570 | a year ago | | | 0 | 0.00057794600 | |
| 18023331 | a year ago | | | 0 | 0.0020482129 | |
| 16734244 | 2 years ago | | | 0 | 0.00081905996 | |
| 16669851 | 2 years ago | | | 0 | 0.0011205665 | |
| 16127738 | 2 years ago | | | 0 | 0.0010722379 | |
| 16089320 | 2 years ago | | | 0 | 0.00058206626 | |
| 15609474 | 2 years ago | | | 0 | 0.00014598317 | |
| 15359553 | 2 years ago | | | 0 | 0.00047986855 | |
| 15325311 | 2 years ago | | | 0 | 0.00053096050 | |
| 15316871 | 2 years ago | | | 0 | 0.0020210250 |
ABI
ABI objects
Getter at block 21316767
BURN_ADVANTAGE() view returns (uint256)
4
FREE_PER_ADDRESS() view returns (uint256)
2
MAX_BUY_PER_ADDRESS() view returns (uint256)
50
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
9696
PRICE() view returns (uint256)
6900000000000000
baseURI() view returns (string)
https://bafybeidxl36qwwmeh6ao46l4on6lbxjoniu3g3h2s45x6zkrjql4xpz77y.ipfs.nftstorage.link/
contractURI() view returns (string)
https://bafkreiejao3nwe64gzqvjr37hptma7rn472ui4kjiis5d7eo5b5ty6bumq.ipfs.nftstorage.link/
contractURIString() view returns (string)
https://bafkreiejao3nwe64gzqvjr37hptma7rn472ui4kjiis5d7eo5b5ty6bumq.ipfs.nftstorage.link/
hangmen() view returns (address)
0x7c146e2f2ea3dd022dc33d927bf28888f9fd595c
interfaceID() pure returns (bytes4)
0x2a55205a
isBurnActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Hangmen
owner() view returns (address)
0x7eafd6b8be0852049bbe367dcd3b2aece877884f
paused() view returns (bool)
false
symbol() view returns (string)
HANG
totalSupply() view returns (uint256)
1753
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(uint256 _amount, address _user)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _amount) payable
ogAirdrop()
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setIsBurnActive(bool _isBurnActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setOldHang(address _oldHand)
setRoyalties(address recipient, uint256 value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
xchange()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()