macabroids
Verified contract
Active on
Ethereum with 7,071 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 "macabroids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20908162 | 2 months ago | | | 0 | 0.00017028769 | |
| 20908077 | 2 months ago | | | 0 | 0.00018938394 | |
| 19768895 | 7 months ago | | | 0 | 0.00048680412 | |
| 19728267 | 7 months ago | | | 0 | 0.00033951940 | |
| 19562128 | 8 months ago | | | 0 | 0.0020173912 | |
| 19562124 | 8 months ago | | | 0 | 0.0019052714 | |
| 19562120 | 8 months ago | | | 0 | 0.0019156195 | |
| 19557511 | 8 months ago | | | 0 | 0.0014034048 | |
| 19557510 | 8 months ago | | | 0 | 0.0020543557 | |
| 19487594 | 8 months ago | | | 0 | 0.00048167000 |
ABI
ABI objects
Getter at block 21315523
_merkleRoot() view returns (bytes32)
0xcc540e0bdb02caf29f1b7494dacffc755af36e6b3a22623a403ecbca4e62085d
cost() view returns (uint256)
5000000000000000
freePerWallet() view returns (uint256)
3
maxMint() view returns (uint256)
10
maxSupply() view returns (uint256)
6666
name() view returns (string)
macabroids
owner() view returns (address)
0x9fda6d16082d2ca1206f1fd93d423d759f708fa2
revealed() view returns (bool)
true
status() view returns (bool)
true
symbol() view returns (string)
MCBR
totalSupply() view returns (uint256)
6666
unrevealed_uri() view returns (string)
0
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address _wallet, bytes32[] _merkleProof) view returns (bool)
collections(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count, bytes32[] _merkleProof) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isHolder(address account) view returns (bool)
isWhitelisted(address _wallet, bytes32[] _merkleProof) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addCollections(address[] _collections)
airdrop_many(address[] _recipients, uint256[] _mintAmounts)
airdrop_single(uint256 _mintAmount, address _recipient)
approve(address to, uint256 tokenId)
burnSupply()
flipSaleStatus()
mint(uint256 _count, bytes32[] _merkleProof) payable
modifyCollection(uint256 index, address replaceCollection)
renounceOwnership()
resetCollections()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
setRevealData(bool _revealed, string _unrevealedURI)
setWhitelistRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()