Sipher INU
Verified contract
Active on
Ethereum with 15,261 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 "Sipher INU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276366 | 2 days ago | | | 0 | 0.00063407595 | |
| 21276362 | 2 days ago | | | 0 | 0.00073770484 | |
| 21263157 | 3 days ago | | | 0 | 0.00033033861 | |
| 21262624 | 4 days ago | | | 0 | 0.00055786602 | |
| 21262624 | 4 days ago | | | 0 | 0.00052443753 | |
| 21251016 | 5 days ago | | | 0 | 0.00099175458 | |
| 21246295 | 6 days ago | | | 0 | 0.00077626030 | |
| 21243606 | 6 days ago | | | 0 | 0.0017006265 | |
| 21243549 | 6 days ago | | | 0 | 0.0018564192 | |
| 21243475 | 6 days ago | | | 0 | 0.0015423664 |
ABI
ABI objects
Getter at block 21288136
MAX_GENESIS_SUPPLY() view returns (uint64)
10000
baseSipherURI() view returns (string)
https://api-dashboard.atherlabs.xyz/api/sipher/loyalty/uri/erc721/INU/
contractURI() view returns (string)
https://sipherstorage.s3.ap-southeast-1.amazonaws.com/Storefront.json
currentId() view returns (uint256)
10000
forkMinter() view returns (address)
0x0000000000000000000000000000000000000000
genesisMinter() view returns (address)
0x315bc085a14e251f129a361afa37205e3313bf15
name() view returns (string)
Sipher INU
owner() view returns (address)
0x14727079f2563bec6841dbf3a461b03815752236
paused() view returns (bool)
false
randomizedStartIndex() view returns (uint256)
8112
symbol() view returns (string)
INU
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)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.