MafiaDogs
Verified contract
Active on
Ethereum with 3,411 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 "MafiaDogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19433412 | 8 months ago | | | 0 | 0.0024795538 | |
| 19433265 | 8 months ago | | | 0 | 0.0025821653 | |
| 19432891 | 8 months ago | | | 0 | 0.0024200538 | |
| 19432835 | 8 months ago | | | 0 | 0.0023752895 | |
| 19432803 | 8 months ago | | | 0 | 0.0019280589 | |
| 19432770 | 8 months ago | | | 0 | 0.0021410002 | |
| 19432676 | 8 months ago | | | 0 | 0.0022651469 | |
| 19432638 | 8 months ago | | | 0 | 0.0023721123 | |
| 19432546 | 8 months ago | | | 0 | 0.0022423578 | |
| 19432531 | 8 months ago | | | 0 | 0.0022434202 |
ABI
ABI objects
Getter at block 21203713
MAX_SUPPLY() view returns (uint256)
7777
alMints() view returns (uint256)
2
baseTokenURI() view returns (string)
https://metadata.waterdroplabs.xyz/metadata/
maxMints() view returns (uint256)
15
name() view returns (string)
MafiaDogs
ogMints() view returns (uint256)
3
owner() view returns (address)
0xc2da4efe960cb6f69926ebeea1ff58da8cbd77d6
presaleIsActive() view returns (bool)
false
presalePrice() view returns (uint256)
50000000000000000
publicSaleIsActive() view returns (bool)
true
publicSalePrice() view returns (uint256)
70000000000000000
symbol() view returns (string)
MD
totalSupply() view returns (uint256)
4760
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
State-modifying
Events adminMint(address recipient, uint256 quantity)
approve(address to, uint256 tokenId)
mint(uint8 mintType, uint256 quantity, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMaxMints(uint256 _alMints, uint256 _ogMints, uint256 _maxMints)
setPrices(uint256 _presalePrice, uint256 _publicSalePrice)
setSaleState(bool _presaleIsActive, bool _publicSaleIsActive)
setSigner(address signer_)
setUser(uint256 tokenId, address user, uint64 expires)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor(string _baseTokenURI, uint256 _presalePrice, uint256 _publicSalePrice, address signer_, uint256 _alMints, uint256 _ogMints, uint256 _maxMints)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()