ChainCards - Mad Boogie - S1
Verified contract
Active on
Ethereum with 26 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 "ChainCards - Mad Boogie - S1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17129263 | 2 years ago | | | 0.0097 | 0.0045178765 | |
| 17117320 | 2 years ago | | | 0 | 0.0024262094 | |
| 17117260 | 2 years ago | | | 0.0097 | 0.0066225486 | |
| 17109536 | 2 years ago | | | 0 | 0.0037921964 | |
| 17103928 | 2 years ago | | | 0 | 0.0042651063 | |
| 17103898 | 2 years ago | | | 0 | 0.0037232344 | |
| 17103661 | 2 years ago | | | 0.0097 | 0.0045443363 | |
| 17103254 | 2 years ago | | | 0.0097 | 0.0037676955 | |
| 17103159 | 2 years ago | | | 0.0097 | 0.0039867905 | |
| 17103106 | 2 years ago | | | 0.0194 | 0.0047123276 |
ABI
ABI objects
Getter at block 21227546
artistName() view returns (string)
Mad Boogie
baseURI() view returns (string)
https://chaincards-be.herokuapp.com/get-metaData/0x8274CA9C36F44c5ebA0f6EC50d8722c507E8d310/
cardPrice() view returns (uint256)
9700000000000000
cardPriceDiscount() view returns (uint256)
0
cardURI() view returns (string)
QmcXaNBrBzM28yPjQv21wUTjjJp76B2SDrWapTA14yP5Jb
maxMintsPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
500
membershipContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
ChainCards - Mad Boogie - S1
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5d307b9fd27cded1e0f72ede3c0b3269b603bdf0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CC-MBOO-S1
totalSupply() view returns (uint256)
32
Read-only
balanceOf(address owner) view returns (uint256)
frozenTokens(uint256) view returns (string)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 quantity, address recipient, bool discounted) payable
privateMint(uint256 _amountToMint, address _recipient)
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 baseURI_)
setDiscountPrice(uint256 _newPrice)
setFrozenTokenURI(uint256 _tokenId, string _frozenURI)
setOperator(address _operator)
setPrice(uint256 _newPrice)
setSaleStatus(bool _value)
setTrustedWallet_A(address _trustedWallet)
setTrustedWallet_B(address _trustedWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateMembershipContract(address newAddress)
withdraw() payable
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, uint256 _maxMintsPerTx, string _artistName, string _cardURI, string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()