Nifty Hands
Verified contract
Active on
Ethereum with 4,466 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($48.21)
Native
Value
$48.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $2,410.69 |
$48.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16714225 | 2 years ago | | | 0 | 0.0011157245 | |
| 16646561 | 2 years ago | | | 0 | 0.0012136280 | |
| 16321166 | 2 years ago | | | 0 | 0.0024417848 | |
| 16321166 | 2 years ago | | | 0 | 0.00053888198 | |
| 16307894 | 2 years ago | | | 0 | 0.00083586528 | |
| 16303051 | 2 years ago | | | 0 | 0.00065450000 | |
| 16296082 | 2 years ago | | | 0 | 0.0023677800 | |
| 16256119 | 2 years ago | | | 0 | 0.00054056265 | |
| 16178448 | 2 years ago | | | 0 | 0.00086073809 | |
| 16125056 | 2 years ago | | | 0.01 | 0.0024557136 |
ABI
ABI objects
Getter at block 21124297 allSecretCodes() view returns (string[]) allTokens() view returns (uint256[])
baseURI() view returns (string)
https://nifty-hands.com/nft/json/
minPrice() view returns (uint256)
20000000000000000
name() view returns (string)
Nifty Hands
owner() view returns (address)
0x68f1a6c996c082676473bf459230453c81a382cd
stock() view returns (uint256)
9999
supply() view returns (uint256)
3107
symbol() view returns (string)
NiftyHands
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
secretCodeSupply(string _code) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokensOfOwner(address _owner) view returns (uint256[])
uri(uint256 _id) view returns (string)
validateCode(string _code) view returns (uint256)
State-modifying
Events addCode(string _code, struct NiftyHandsCode _secretCode)
burn(uint256 _id)
deleteCode(string _code)
mint(address _to, uint256 _id) payable
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
secretMint(address _to, uint256 _id, string _code) payable
secretMintPause()
setApprovalForAll(address operator, bool approved)
setMaxPerUser(uint256 _maxPerUser)
setMaxPerUserSecret(uint256 _maxPerUserSecret)
setMinPrice(uint256 _minPrice)
setStock(uint256 _stock)
setURI(string _baseURI)
transferOwnership(address newOwner)
withdrawAll() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.