NFTY DASH PREMIUM
Verified contract
Active on
Ethereum with 515 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 "NFTY DASH PREMIUM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21034004 | 18 days ago | | | 0 | 0.00037534845 | |
| 19007855 | 10 months ago | | | 0 | 0.0011352324 | |
| 19007192 | 10 months ago | | | 0 | 0.00071706297 | |
| 18977937 | 10 months ago | | | 0 | 0.0020576318 | |
| 17526456 | a year ago | | | 0 | 0.00061276039 | |
| 17489357 | a year ago | | | 0 | 0.00063715741 | |
| 17379732 | a year ago | | | 0 | 0.0024909442 | |
| 17065771 | 2 years ago | | | 0 | 0.0012732427 | |
| 17058365 | 2 years ago | | | 0 | 0.0011962758 | |
| 17042869 | 2 years ago | | | 0 | 0.0013883670 |
ABI
ABI objects
Getter at block 21166454
baseURI() view returns (string)
https://ipfs.io/ipfs/bafkreifnrblprd75xx5d557h4ufjbk5e7chqxfvdggu2jo2ohycingrbea
merkleRoot() view returns (bytes32)
0x2a22143052bb739293699da0ead04b2d139267f230391c479166f6ae7139e91b
name() view returns (string)
NFTY DASH PREMIUM
owner() view returns (address)
0x4b775c18ca5909fafac3588f6c13b79b8599f057
pricePublic() view returns (uint256)
85000000000000000
priceWhitelist() view returns (uint256)
85000000000000000
publicMinting() view returns (bool)
false
symbol() view returns (string)
NFTYpremium
totalSupply() view returns (uint256)
555
whitelistMinting() view returns (bool)
false
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)
mintedPerWallet(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events govMinting(address to_, uint256 amount_)
mintPublic() payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newUri_)
setMerkleRoot(bytes32 _newMerkleRoot)
setPricePublic(uint256 pricePublic_)
setPriceWhitelist(uint256 priceWhitelist_)
setPublicMinting(bool publicMinting_)
setWhitelistMinting(bool whitelistMinting_)
transferOwnership(address newOwner)
whitelist(bytes32[] merkleProof_) payable
withdraw(address _to)
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.