CardMonsters Bundle
Verified contract
Active on
Ethereum with 933 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 "CardMonsters Bundle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 16903338 | 2 years ago | | | 0.002 | 0.00044100000 | |
| 16894939 | 2 years ago | | | 0 | 0.00039479382 | |
| 16894929 | 2 years ago | | | 0 | 0.00039389561 | |
| 16894890 | 2 years ago | | | 0 | 0.00080100930 | |
| 16894766 | 2 years ago | | | 0.5 | 0.0017924596 | |
| 16894763 | 2 years ago | | | 0.5 | 0.0017581554 | |
| 16894763 | 2 years ago | | | 0.5 | 0.0017599964 | |
| 16894762 | 2 years ago | | | 0.5 | 0.0018553512 | |
| 16894761 | 2 years ago | | | 0.5 | 0.0018622616 | |
| 16894758 | 2 years ago | | | 0.5 | 0.0018317445 |
ABI
ABI objects
Getter at block 21160845
MAX_SUPPLY() view returns (uint256)
2002
_isSaleActive() view returns (bool)
true
_revealed() view returns (bool)
false
baseExtension() view returns (string)
.json
maxBalance() view returns (uint256)
2000
maxMint() view returns (uint256)
2000
mintPrice() view returns (uint256)
500000000000000000
name() view returns (string)
CardMonsters Bundle
notRevealedUri() view returns (string)
https://cardblur.oss-cn-shenzhen.aliyuncs.com/json/monster.json
owner() view returns (address)
0x8e96b319b967e0baa2041ebde2908e2646b045b4
symbol() view returns (string)
CMB
totalSupply() view returns (uint256)
873
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipReveal()
flipSaleActive()
mintCardMonstersBundle(uint256 tokenQuantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, string initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.