MiladyRave
Verified contract
Active on
Ethereum with 1,482 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 "MiladyRave"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20949383 | a month ago | | | 0 | 0.00041435686 | |
| 20659748 | 2 months ago | | | 0 | 0.000025153626 | |
| 20548693 | 3 months ago | | | 0 | 0.00010082191 | |
| 20415821 | 4 months ago | | | 0 | 0.00011663141 | |
| 20211166 | 5 months ago | | | 0 | 0.00018210436 | |
| 20210989 | 5 months ago | | | 0 | 0.00016201450 | |
| 19820785 | 6 months ago | | | 0 | 0.00031298937 | |
| 19693776 | 7 months ago | | | 0 | 0.00028513696 | |
| 19670929 | 7 months ago | | | 0 | 0.00046756944 | |
| 19654351 | 7 months ago | | | 0 | 0.00056437396 |
ABI
ABI objects
Getter at block 21204034
PRICE_UNIT() view returns (uint256)
1000000000000000
maxSupply() view returns (uint16)
2500
maxSupplyLocked() view returns (bool)
false
miladyPrice() view returns (uint256)
0
mintLocked() view returns (bool)
false
name() view returns (string)
MiladyRave
owner() view returns (address)
0x453d2c7d86ae150c18f5486586040f1770059e7d
paused() view returns (bool)
false
publicPrice() view returns (uint256)
0
signer() view returns (address)
0xfba4a140865f0e11f0d109a6f4263168eb97c2da
symbol() view returns (string)
MIR
tokenURILocked() view returns (bool)
false
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasClaimedGiveaway(address claimer) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimGiveaway(bytes signature) payable
forceMint(address[] to, uint256 quantity)
lockMaxSupply()
lockMint()
lockTokenURI()
miladyMint(uint256 quantity, bytes signature) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
selfMint(uint256 quantity)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint16 value)
setMiladyPrice(uint256 value)
setPaused(bool value)
setPublicPrice(uint256 value)
setSigner(address value)
setTokenURI(string value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()