Unchained Milady
Verified contract
Active on
Ethereum with 2,813 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 "Unchained Milady"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293107 | 2 days ago | | | 0 | 0.00031200264 | |
| 21264616 | 6 days ago | | | 0 | 0.00070472904 | |
| 20895199 | 2 months ago | | | 0 | 0.00024506666 | |
| 20737292 | 3 months ago | | | 0 | 0.00026138000 | |
| 20633332 | 3 months ago | | | 0 | 0.000061223956 | |
| 20602221 | 3 months ago | | | 0 | 0.000046055215 | |
| 19961829 | 6 months ago | | | 0 | 0.0010053238 | |
| 19818438 | 7 months ago | | | 0 | 0.00042274781 | |
| 19800721 | 7 months ago | | | 0 | 0.00034434321 | |
| 19741316 | 7 months ago | | | 0 | 0.00045668040 |
ABI
ABI objects
Getter at block 21306621
maxPerAddressDuringMint() view returns (uint256)
100
maxSupply() view returns (uint256)
2500
mintPrice() view returns (uint256)
44000000000000000
name() view returns (string)
Unchained Milady
owner() view returns (address)
0x4ddac376f28be60e1f7642a4d302c6cf6cae1d92
saleIsActive() view returns (bool)
true
symbol() view returns (string)
UNMIL
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAFriend(address addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedFree(address) 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
flipSaleState()
freeMint() payable
mint(uint256 quantity) payable
mintReserveTokens(uint256 numberOfTokens)
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)
setMaxSupply(uint256 newAmount)
setMintPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawMoney()
withdrawSplit() 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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()