CrypticMonster
Verified contract
Active on
Ethereum with 368 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 "CrypticMonster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18929389 | a year ago | | | 0.000133 | 0.0020462595 | |
| 18096051 | a year ago | | | 0 | 0.00047536848 | |
| 17995528 | a year ago | | | 0 | 0.00057962566 | |
| 17037784 | 2 years ago | | | 0.000133 | 0.0040035791 | |
| 16770626 | 2 years ago | | | 0 | 0.00091198843 | |
| 16750386 | 2 years ago | | | 0 | 0.0018886051 | |
| 16747571 | 2 years ago | | | 0 | 0.0011506927 | |
| 16746901 | 2 years ago | | | 0.000266 | 0.0022259490 | |
| 16746828 | 2 years ago | | | 0.000133 | 0.0016881123 | |
| 16406095 | 2 years ago | | | 0 | 0.00044845853 |
ABI
ABI objects
Getter at block 21428060
ERC712_VERSION() view returns (string)
1
baseTokenURI() pure returns (string)
https://crypticmonster.io/creations/metadata/
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x62f4fbbeba6c212b7025f4b82a16557e352678a77273a332cc81f4109e521643
name() view returns (string)
CrypticMonster
owner() view returns (address)
0x3ab6d73ffbe7f2830f12c598765aec7969786100
paymentReceiver() view returns (address)
0x3ab6d73ffbe7f2830f12c598765aec7969786100
price() view returns (uint256)
133000000000000
symbol() view returns (string)
CMONSTER
totalSupply() view returns (uint256)
1005
whitelistPrice() view returns (uint256)
100000000000000
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)
isWhitelisted(address _addr) view returns (bool _success)
mintedFromWhitelistedAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) pure returns (string)
whitelisted(address) view returns (bool)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTokens(uint256 _n, address _to, uint256[] _tids) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _p)
setWhitelistPrice(uint256 _p)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistWalletAddress(address _w)
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)
addressWhitelisted(address _addr)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.