Nifty Sax Spheres
Verified contract
Active on
Ethereum with 400 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 "Nifty Sax Spheres"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20521673 | 3 months ago | | | 0 | 0.00013239446 | |
| 20201770 | 5 months ago | | | 0 | 0.000071401504 | |
| 19445268 | 8 months ago | | | 0 | 0.0013784789 | |
| 18425587 | a year ago | | | 0 | 0.00065077433 | |
| 18425553 | a year ago | | | 0 | 0.0024883273 | |
| 18014250 | a year ago | | | 0 | 0.0023428281 | |
| 16977250 | 2 years ago | | | 0 | 0.00066521341 | |
| 16879273 | 2 years ago | | | 0 | 0.00067499226 | |
| 16703765 | 2 years ago | | | 0 | 0.00094233721 | |
| 16703725 | 2 years ago | | | 0 | 0.0016701914 |
ABI
ABI objects
Getter at block 21281570
DISCOUNT_PRICE() view returns (uint256)
20000000000000000
MAX_SUPPLY() view returns (uint256)
385
PROVENANCE() view returns (string)
94f2a98eb86261417f0b1c891c9bcf0b2720b8c67270b589262783051a6d8511
STANDARD_PRICE() view returns (uint256)
30000000000000000
getReferrals() view returns (uint256)
0
name() view returns (string)
Nifty Sax Spheres
owner() view returns (address)
0x48cd130949880d951c3846f653ddcbdd28a7a6f1
salePhase() view returns (uint8)
2
symbol() view returns (string)
NSS
totalSupply() view returns (uint256)
385
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)
burn(uint256 tokenId)
changeSalePhase(uint8 phase)
claimFreeMint()
mintSphere(uint256 numberOfTokens) payable
mintSphere(uint256 numberOfTokens, address referrer) payable
renounceOwnership()
reserveTokens(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 baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.