YokaiMasksEthereum
Verified contract
Active on
Ethereum with 142 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 "YokaiMasksEthereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19636719 | 7 months ago | | | 0 | 0.00028380915 | |
| 19429464 | 8 months ago | | | 0 | 0.0027606533 | |
| 18349836 | a year ago | | | 0 | 0.00012296000 | |
| 16753756 | 2 years ago | | | 0 | 0.00085967542 | |
| 16482286 | 2 years ago | | | 0 | 0.00067273040 | |
| 16254433 | 2 years ago | | | 0 | 0.0010121862 | |
| 15917352 | 2 years ago | | | 0 | 0.00032538477 | |
| 15917352 | 2 years ago | | | 0 | 0.00032538477 | |
| 15814045 | 2 years ago | | | 0 | 0.00051461782 | |
| 15411440 | 2 years ago | | | 0 | 0.00064988000 |
ABI
ABI objects
Getter at block 21272757
ERC712_VERSION() view returns (string)
1
MAX_MASK_SUPPLY() view returns (uint256)
3001
YOKAI_MASKS_DISTRIBUTION() view returns (string)
5182000dbf7c507d1da97a3a4ea85df8430fa4ef43355e379dd5ab4dbd25b2df
baseURI() view returns (string)
https://d3cm9551gyae1g.cloudfront.net/
bridgeContract() view returns (address)
0x505d87246304e528424b1cb02744550ba004ec5c
contractURI() view returns (string)
https://d3cm9551gyae1g.cloudfront.net/contract.json
devAddr() view returns (address)
0x1bf939215e8722c7cb5b3adb4dfff8c8f0a59ebd
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x7b2c57407d6e098eb6476e4d57827c40c0e1c9b2748bc49915307352a131b472
marketplaceAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Yokai Masks
owner() view returns (address)
0x1bf939215e8722c7cb5b3adb4dfff8c8f0a59ebd
symbol() view returns (string)
YM
totalSupply() view returns (uint256)
730
yokaiMasksProvenance() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenExists(uint256 _tokenId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintMaskFromBridge(address _to, uint256 _mintIndex)
renounceOwnership()
safeMaskTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _yokaiBaseURI)
setBridgeContract(address _address)
setDev(address _devAddr)
setMarketplaceAddress(address _marketplaceAddress)
setYokaiProvenance(string _provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawDevFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.