Sipher NEKO
Verified contract
Active on
Ethereum with 9,013 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($119.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIPHER | ERC-20 | 1.005012K | $0.118785 |
$119.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200152 | 6 hours ago | | | 0 | 0.00066305756 | |
| 21187952 | 2 days ago | | | 0 | 0.0011953045 | |
| 21179101 | 3 days ago | | | 0 | 0.0029455661 | |
| 21176455 | 4 days ago | | | 0 | 0.0013826400 | |
| 21171496 | 4 days ago | | | 0 | 0.0011064945 | |
| 21170467 | 4 days ago | | | 0 | 0.0010424257 | |
| 21168077 | 5 days ago | | | 0 | 0.00079979248 | |
| 21167732 | 5 days ago | | | 0 | 0.0021029319 | |
| 21167387 | 5 days ago | | | 0 | 0.0023610109 | |
| 21149432 | 7 days ago | | | 0 | 0.00043235488 |
ABI
ABI objects
Getter at block 21201932
MAX_GENESIS_SUPPLY() view returns (uint64)
10000
baseSipherURI() view returns (string)
https://api-dashboard.atherlabs.xyz/api/sipher/loyalty/uri/erc721/NEKO/
contractURI() view returns (string)
currentId() view returns (uint256)
10000
forkMinter() view returns (address)
0x0000000000000000000000000000000000000000
genesisMinter() view returns (address)
0x39d6fb4c116a2d41b2b7e73508ce75326bc8f830
name() view returns (string)
Sipher NEKO
owner() view returns (address)
0x14727079f2563bec6841dbf3a461b03815752236
paused() view returns (bool)
false
randomizedStartIndex() view returns (uint256)
7890
symbol() view returns (string)
NEKO
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
originals(uint256) view returns (uint256)
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)
mintFork(uint256 tokenId)
mintGenesis(uint256 amount, address to, uint256 unitPrice)
pause()
renounceOwnership()
rollStartIndex()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setForkMinter(address newMinter)
setGenesisMinter(address newMinter)
setStoreFrontURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
mintRecord(uint256 ID, uint256 amount, address to, uint256 unitPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.