Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAVAN | ERC-721 | 1 | -- | -- | |
SAVAN | ERC-721 | 1 | -- | -- | |
SAVAN | ERC-721 | 1 | -- | -- | |
SAVAN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20200757 | 5 months ago | | | 0 | 0.000080480246 | |
| 20200517 | 5 months ago | | | 0 | 0.000090727814 | |
| 18844387 | a year ago | | | 0 | 0.0012296004 | |
| 17614698 | a year ago | | | 0 | 0.0010531741 | |
| 16309018 | 2 years ago | | | 0 | 0.00068669837 | |
| 16119319 | 2 years ago | | | 0 | 0.00039036941 | |
| 16104866 | 2 years ago | | | 0 | 0.00029371866 | |
| 15837847 | 2 years ago | | | 0 | 0.00052422259 | |
| 15720546 | 2 years ago | | | 0 | 0.00084445069 | |
| 14950954 | 2 years ago | | | 0 | 0.0019169541 |
ABI
ABI objects
Getter at block 21294018
contractURI() view returns (string)
https://savan.mypinata.cloud/ipfs/QmeP2FfUVgXB4ZuFtLXiSaTMo3g6ZYJzoXDGCNR3Xiqv96
name() view returns (string)
Savan
owner() view returns (address)
0x4b77ebc55fb6cb57575488d7f4b4a4b7e636be2f
stubURI() view returns (string)
https://savan.mypinata.cloud/ipfs/QmcootoMAdBDYy7DkPjQiScsFALah1e6mH6LVdaXyamr1m
symbol() view returns (string)
SAVAN
totalSupply() view returns (uint256)
6035
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address _owner) view returns (uint16[] _tokensIDs)
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)
buyToken(address _to) payable
buyTokens(address _to, uint256 amount) payable
mintToken(address _to)
mintTokens(address _to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setContractURI(string contractURi)
setMintLimitPerTransaction(uint256 newmintLimitPerTransaction)
setPrice(uint256 newPrice)
setRecipient(address newRecipient)
setSale(bool newSale)
setStubURI(string stubURi)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address _recipient, string baseUri, string contractURi, string stubURi, address _proxyRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.