The Nifty Way Galaxy
Verified contract
Active on
Ethereum with 4,573 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 "The Nifty Way Galaxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165904 | 5 hours ago | | | 0 | 0.0025307640 | |
| 21153787 | 2 days ago | | | 0 | 0.00056943026 | |
| 21043957 | 17 days ago | | | 0 | 0.00052824831 | |
| 20963947 | a month ago | | | 0 | 0.0014761410 | |
| 20838958 | 2 months ago | | | 0 | 0.00045937446 | |
| 20801755 | 2 months ago | | | 0 | 0.00057929479 | |
| 20765252 | 2 months ago | | | 0 | 0.00028217337 | |
| 20745576 | 2 months ago | | | 0 | 0.00011236060 | |
| 20655897 | 2 months ago | | | 0 | 0.000058322529 | |
| 20600652 | 3 months ago | | | 0 | 0.000043675743 |
ABI
ABI objects
Getter at block 21167465
MAX_NIFTIES() view returns (uint256)
4999
MAX_PRESALE_MINT() view returns (uint256)
5
MAX_PRESALE_NIFTIES() view returns (uint256)
1947
MAX_PUBLIC_MINT() view returns (uint256)
10
TEAM_NIFTIES() view returns (uint256)
222
areNiftiesReserved() view returns (bool)
true
baseURI() view returns (string)
ipfs://Qmf8jFm3PB332jtkPugN6DMxUNUH3qtmT36DLZtyEWrw18/
editionLock() view returns (bool)
false
finalProvenance() view returns (string)
isPresaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
false
name() view returns (string)
The Nifty Way Galaxy
niftyPresalePrice() view returns (uint256)
70000000000000000
niftySalePrice() view returns (uint256)
90000000000000000
originalProvenance() view returns (string)
6cef215015bfbc000a33f23d8649a647fa83ca26e0e60fbbb51a681b14921da6
owner() view returns (address)
0x837ca4a6a171410df4e3b040529b0d3c3db1afd1
symbol() view returns (string)
TNWG
totalSupply() view returns (uint256)
4123
whitelistMerkleroot() view returns (bytes32)
0x6cacd7da9b14c6f4274990be6658f323ac19a75331d696d0e6189d19c5830ce2
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintPresale(bytes32[] proof, uint256 numberOfTokens) payable
renounceOwnership()
reserveTeamNifties(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setEditionLock()
setMaxSupply(uint256 newMaxSupply)
setMerkleroot(bytes32 newRoot)
setProvenanceHash(uint256 provenanceSelector, string newProvenance)
toggleSale(uint256 optionId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
withdrawMoneyTo(address to)
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(string name, string symbol, uint256 maxNftSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.