Ajin Youth Rebels
Verified contract
Active on
Ethereum with 2,758 txns
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 |
---|---|---|---|---|---|
EGGT | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104230 | a month ago | | | 0 | 0.00017433456 | |
| 20783264 | 2 months ago | | | 0 | 0.00058459818 | |
| 20523438 | 4 months ago | | | 0 | 0.000046763668 | |
| 20224774 | 5 months ago | | | 0 | 0.00020887301 | |
| 20024259 | 6 months ago | | | 0 | 0.00048541637 | |
| 19916940 | 6 months ago | | | 0 | 0.00051275786 | |
| 19786929 | 7 months ago | | | 0 | 0.00035332224 | |
| 19786926 | 7 months ago | | | 0 | 0.00035423510 | |
| 19602637 | 8 months ago | | | 0 | 0.00052062750 | |
| 19602634 | 8 months ago | | | 0 | 0.00088286441 |
ABI
ABI objects
Getter at block 21298392
MINT_ROLE() view returns (bytes32)
0x154c00819833dac601ee5ddded6fda79d9d8b506b911b3dbd54cdb95fe6c3686
baseURI() view returns (string)
https://ayor.x2y2.io/api/meta/
name() view returns (string)
Ajin Youth Rebels
owner() view returns (address)
0xdc43b25f3abf65825e52b73441e47f2ce0f9c47d
symbol() view returns (string)
AYOR
totalSupply() view returns (uint256)
1000
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)
roles(bytes32, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address user)
mint(address to, uint256 tokenId)
mint(address[] to_, uint256[] tokenId_)
renounceOwnership()
revokeRole(bytes32 role, address user)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
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)
GrantRole(bytes32 role, address user)
NewBaseUri(string uri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokeRole(bytes32 role, address user)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseUri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.