0xSharbeek
Verified contract
Active on
Ethereum with 1,705 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 "0xSharbeek"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16681909 | 2 years ago | | | 0 | 0.0012532735 | |
| 16361634 | 2 years ago | | | 0 | 0.00035074841 | |
| 16361633 | 2 years ago | | | 0 | 0.00035301763 | |
| 15881168 | 2 years ago | | | 0 | 0.00053091862 | |
| 15786648 | 2 years ago | | | 0 | 0.00089092371 | |
| 15784179 | 2 years ago | | | 0 | 0.0019171133 | |
| 15703983 | 2 years ago | | | 0 | 0.00049262687 | |
| 15702261 | 2 years ago | | | 0 | 0.00014265442 | |
| 15701131 | 2 years ago | | | 0 | 0.00015659300 | |
| 15701131 | 2 years ago | | | 0 | 0.00031568699 |
ABI
ABI objects
Getter at block 21324199
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
5000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
0xSharbeek
owner() view returns (address)
0x686208de4546bc0c8fd05c605e7c10428170398e
symbol() view returns (string)
SBK
totalSupply() view returns (uint256)
5000
uriPrefix() view returns (string)
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()