METAKAYS
Verified contract
Active on
Ethereum with 8,676 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5152…5312
0x9f55…7be7
0x4845…236c
Balances ($0.00)
No balances found for "METAKAYS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101889 | 9 days ago | | | 0 | 0.00016850795 | |
| 20932317 | a month ago | | | 0 | 0.00043521152 | |
| 20893048 | a month ago | | | 0 | 0.00052149884 | |
| 20890243 | a month ago | | | 0 | 0.00024705512 | |
| 20713274 | 2 months ago | | | 0 | 0.00029510460 | |
| 20331992 | 4 months ago | | | 0 | 0.00040513155 | |
| 20204489 | 4 months ago | | | 0 | 0.00016467111 | |
| 20194889 | 4 months ago | | | 0 | 0.000076879720 | |
| 20170484 | 5 months ago | | | 0 | 0.00048737031 | |
| 20143626 | 5 months ago | | | 0 | 0.00014357105 |
ABI
ABI objects
Getter at block 21169498
AMOUNT_FOR_METAKOUNCIL() view returns (uint256)
280
_merkleRoot() view returns (bytes32)
0x716ff5de3000d1ac3a4f880646c8f8596430052d6a56f53aa2e7a76f043a4680
_saleIsActive() view returns (bool)
true
name() view returns (string)
METAKAYS
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xd798711661c37a1f9a457ae011a9627c0e94b354
price() view returns (uint256)
88880000000000000
symbol() view returns (string)
K
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
features(uint256) view returns (uint8 backgroundColor, uint8 bodyColor, uint8 skinColor, uint8 hairColor, uint8 mouthColor, uint8 hairStyle, uint8 mouthStyle, uint8 miscStyle1, uint8 miscStyle1Color, uint8 miscStyle2, uint8 miscStyle2Color, uint8 eyesColor, string customText)
finality(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721TokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
svgBackgroundColor(uint256) view returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
kustomize(uint256 _itemID, uint8[] selection_, string _customText)
publicClaim(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeaturesAddress(address[] addr)
setFinality(uint256 _itemID)
setOwnersExplicit(uint256 quantity)
setPresaleMerkleRoot(bytes32 root)
setSaleIsActive(bool saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistClaim(uint256 _amount, bytes32[] _merkleProof) payable
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Kustomized(uint256 _itemID)
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.