Sharbeek Official
Verified contract
Active on
Ethereum with 1,186 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 "Sharbeek Official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16634030 | 2 years ago | | | 0 | 0.0017515566 | |
| 15767977 | 2 years ago | | | 0 | 0.00060106681 | |
| 15718630 | 2 years ago | | | 0 | 0.0014775994 | |
| 15711861 | 2 years ago | | | 0 | 0.00087571070 | |
| 15708689 | 2 years ago | | | 0 | 0.0013436821 | |
| 15708398 | 2 years ago | | | 0.004 | 0.0011087271 | |
| 15704780 | 2 years ago | | | 0 | 0.00049097608 | |
| 15704474 | 2 years ago | | | 0 | 0.00073108265 | |
| 15704420 | 2 years ago | | | 0 | 0.00042215050 | |
| 15704404 | 2 years ago | | | 0 | 0.00033957324 |
ABI
ABI objects
Getter at block 21200503
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
5000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Sharbeek Official
owner() view returns (address)
0x6d3d9d5aed5f1247b5a82c432ac005c70fd38316
symbol() view returns (string)
SBK
totalSupply() view returns (uint256)
5000
uriPrefix() view returns (string)
ipfs://https://ikzttp.mypinata.cloud/ipfs/QmQFkLSQysj94s5GvTHPyzTxrawwtjgiiYS2TBLgrvw8CW//
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 amount)
publicSummon(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()