Eighties Miladys
Verified contract
Active on
Ethereum with 177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0c14…571a
Balances ($0.00)
No balances found for "Eighties Miladys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18594627 | a year ago | | | 0 | 0.0018250609 | |
| 18174099 | a year ago | | | 0 | 0.00034001050 | |
| 18174029 | a year ago | | | 0 | 0.00063624563 | |
| 17458635 | a year ago | | | 0 | 0.00096723222 | |
| 17363594 | a year ago | | | 0 | 0.00063469641 | |
| 17336284 | a year ago | | | 0 | 0.0021487200 | |
| 17330754 | a year ago | | | 0 | 0.0075749240 | |
0x | 17323114 | a year ago | | | 0 | 0.0018666793 | |
0x | 17323072 | a year ago | | | 0 | 0.0020999218 | |
| 17322409 | a year ago | | | 0 | 0.0038485312 |
ABI
ABI objects
Getter at block 21222448
baseURI() view returns (string)
ipfs://QmdJGp6jNHmKWyrwG2S3W81Fw5EREtsCVr6SQ8QBWp4ED2/
maxSupply() view returns (uint256)
1000
mintActive() view returns (bool)
true
name() view returns (string)
Eighties Miladys
owner() view returns (address)
0x306b284934cb6f67537bf59908ee2f6bee0c032a
symbol() view returns (string)
80MILADY
totalSupply() view returns (uint256)
139
Read-only
balanceOf(address owner) view returns (uint256)
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
flipMintActive()
mint(uint256 tokenID)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
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 user, 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()