Yakuza Elite
Verified contract
Active on
Ethereum with 693 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf52a…424d
Balances ($0.00)
No balances found for "Yakuza Elite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18539505 | a year ago | | | 0 | 0.0014008159 | |
| 18358877 | a year ago | | | 0 | 0.00024769577 | |
| 18358280 | a year ago | | | 0 | 0.00013178795 | |
| 18358278 | a year ago | | | 0 | 0.00018972200 | |
| 18128526 | a year ago | | | 0 | 0.00058015175 | |
| 18097440 | a year ago | | | 0 | 0.00056188608 | |
| 17709171 | a year ago | | | 0 | 0.00064887477 | |
| 17589089 | a year ago | | | 0 | 0.0011736091 | |
| 17234563 | 2 years ago | | | 0 | 0.0034550308 | |
| 16744695 | 2 years ago | | | 0 | 0.0022211087 |
ABI
ABI objects
Getter at block 21203279
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
MAX_SUPPLY() view returns (uint256)
333
Tempura() view returns (address)
0xf52ae754ae9aaac2f3a6c8730871d980389a424d
YAKUZA() view returns (address)
0x0ee1448f200e6e65e9bad7a335e3ffb674c0f68c
_currentIndex() view returns (uint256)
334
baseURI() view returns (string)
https://yakuza-api.vercel.app/api/ticket/
eliteCounter() view returns (uint256)
313
getBaseURI() view returns (string)
https://yakuza-api.vercel.app/api/ticket/
isSaleActive() view returns (bool)
true
lockingAllowed() view returns (bool)
true
name() view returns (string)
Yakuza Elite
owner() view returns (address)
0x9b8521d493260b9b63a0ef95854b6e2ae99165e1
symbol() view returns (string)
YKELITE
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address owner) view returns (uint256)
genLegendaries(uint256) view returns (bool legendary, bool claimed)
genTier(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockData(uint256) view returns (uint256)
lockStatus(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierByToken(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lockTokens(uint256[] tokenIds)
mintElite(uint256[] tokens)
mintLegendary(uint256 legendary, uint256[] tokens)
ownerMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setGenTierData(uint256[] tokens)
setLegendaries(uint256[] tokens)
setTempura(address tempura)
setTier(uint256[] tokenIds, uint128 tier)
toggleLocking()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockBadTokens(uint256[] tokens)
unlockTokens(uint256[] tokenIds)
withdraw()
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)
Lock(uint256 token, uint256 timeStamp, address user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlock(uint256 token, uint256 timeStamp, address user)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()