NRJJungleVIBES
Verified contract
Active on
Ethereum with 42,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10 | $1.001 |
$10.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239094 | 6 days ago | | | 0 | 0.00073497434 | |
| 21211836 | 10 days ago | | | 0 | 0.00079884595 | |
| 21120329 | 23 days ago | | | 0 | 0.00033783852 | |
| 21118113 | 23 days ago | | | 0 | 0.00018977994 | |
| 21114565 | 24 days ago | | | 0 | 0.00014966822 | |
| 21101945 | 25 days ago | | | 0 | 0.00017685398 | |
| 21091547 | a month ago | | | 0 | 0.00037111852 | |
| 21083326 | a month ago | | | 0 | 0.00028451130 | |
| 21048272 | a month ago | | | 0 | 0.000099024574 | |
| 21044993 | a month ago | | | 0 | 0.00014334739 |
ABI
ABI objects
Getter at block 21283820
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
contractURI() view returns (string)
https://cdn.nftstar.com/neymar/junglevibes/contract.json
current() view returns (uint256)
70266
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xed793bdde0c57951fa81f2a5b984cfeca373d1a245eaceac7fc9ed811fc521dd
isFinish() view returns (bool)
false
name() view returns (string)
NRJJungleVIBES
nextTokenId() view returns (uint256)
70267
owner() view returns (address)
0xcbf248c18c3f163a7390b9ba187e0a8e9ec7fb28
paused() view returns (bool)
false
state() view returns (uint8)
1
symbol() view returns (string)
NRJJV
totalSupply() view returns (uint256)
70265
Read-only
balanceOf(address owner) view returns (uint256)
canMint(address addr) view returns (uint8)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
executeMetaTransactionWithExternalNonce(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV, uint256 userNonce) payable returns (bytes)
grantRole(bytes32 role, address account)
mint()
mintTo(address to, uint256 quantity)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setContractURI(string _contractURI)
setState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
transferRoleAdmin(address newDefaultAdmin)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StateChange(uint8 state)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()