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 "JEETZ404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164503 | 13 days ago | | | 0 | 0.00050527791 | |
| 19337261 | 9 months ago | | | 0 | 0.0010102036 | |
| 19205607 | 9 months ago | | | 0 | 0.00099324663 | |
| 19205494 | 9 months ago | | | 0 | 0.0016405903 | |
| 19205494 | 9 months ago | | | 0 | 0.0020040360 | |
| 19205490 | 9 months ago | | | 0 | 0.0017354564 | |
| 19205487 | 9 months ago | | | 0 | 0.0017326459 | |
| 19205485 | 9 months ago | | | 0 | 0.0020838665 | |
| 19205481 | 9 months ago | | | 0 | 0.0019203349 | |
| 19205478 | 9 months ago | | | 0 | 0.0020683638 |
ABI
ABI objects
Getter at block 21257872
baseTokenURI() view returns (string)
https://messagecomet.net/jeetz/json/
decimals() view returns (uint8)
18
minted() view returns (uint256)
5102
name() view returns (string)
Jeetz 404
owner() view returns (address)
0x0d91582771534a3f5ea1773c6905ce92e17be0ca
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
JEETZ
totalSupply() view returns (uint256)
4444000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amountOrId) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
constructor(address _owner, uint256 _initialSupply, uint8 _decimal)
This contract contains no fallback and receive objects.
AlreadyExists()
EnforcedPause()
ExpectedPause()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
Unauthorized()
UnsafeRecipient()