YamakeiVR
Verified contract
Active on
Ethereum with 481 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 "YamakeiVR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20852879 | a month ago | | | 0 | 0.00017651400 | |
| 20832662 | 2 months ago | | | 0 | 0.00031414006 | |
| 18555802 | a year ago | | | 0 | 0.0014541563 | |
| 18330323 | a year ago | | | 0 | 0.00039382206 | |
| 18097780 | a year ago | | | 0 | 0.00065377387 | |
| 17727833 | a year ago | | | 0 | 0.00098817088 | |
| 17447023 | a year ago | | | 0 | 0.00089353317 | |
| 17314431 | a year ago | | | 0 | 0.0013979686 | |
| 17038538 | 2 years ago | | | 0 | 0.0013827613 | |
| 16704458 | 2 years ago | | | 0 | 0.00050150396 |
ABI
ABI objects
Getter at block 21169347
MAX_SUPPLY() view returns (uint256)
300
merkleRoot() view returns (bytes32)
0x4f3c5091ab8ab58edde18fd5600e144e53240472a440e55949f300dd6cd94013
mintable() view returns (bool)
true
name() view returns (string)
YamakeiVR
owner() view returns (address)
0x79c3e736445f9eeeca6467103fbf3b0c924e59e0
paused() view returns (bool)
false
presale() view returns (bool)
true
presale_max() view returns (uint256)
1
royaltyAddress() view returns (address)
0x0000000000000000000000000000000000000000
royaltyFee() view returns (uint96)
500
symbol() view returns (string)
YAMA
totalSupply() view returns (uint256)
300
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLocked(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminLock(address unlocker, uint256[] ids)
approve(address to, uint256 tokenId) payable
lock(address unlocker, uint256 id)
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, bytes32[] _merkleProof)
publicMint(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintable(bool _state)
setPreMax(uint256 _max)
setPresale(bool _state)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unlock(uint256 id)
unpause()
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(address indexed unlocker, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlock(uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()