Milady Maker

Verified contract

Active on Ethereum with 276 txns
Deployed by via 0x3fe65c08 at 19185269
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Milady Maker"

0x92ba2e0a124efe472930e93332f892511def43f8dda13398af5cc6da1410a818
0x0cc467715d4db345f67e905929f3ab667ed463d69754148cd2cef6acb1991fbe
0x668d6aa0d04738b3f45fc6fb13a6fb3d830993e543d46e5f54e9c0e0f1d42d05
0xe75b25df04de92ac6dd80e10b47f61680ffb7e69353cfeeb8c92e80365fa84ba
0x54fb3a536e383d55af49082e6d25bc8311dc882e468b930ac35dc3dca9213fbb
0xf858932537dbc3d1a2cff4f73ceba3d24dfee5a676fbdb2808bc63223e3c39e7
0xd4b1b131d7078ff5b096808fed0ebc07e1f6e598851ff4690893bd47ffdf980e
0x6e4b5c43529a1a4c1ded9776067c154a3587c8edebb18cc5ae91b585196c57ee
0x1bb3ce94af34dcba9cb32b7f5bb390efd996e6f2258767b7bbc4ece3439d3971
0xd2a7505c727ea428f1b67ba36e7c15bdd2c55d85c41929c764a689552590b0a7

Functions
Getter at block 21093109
baseTokenURI(view returns (string)
https://www.miladymaker.net/milady/json/
decimals(view returns (uint8)
18
minted(view returns (uint256)
10092
name(view returns (string)
Milady Maker
owner(view returns (address)
0x71887d8366fe7c7c5ca37f25d0d13c3b321c8832
symbol(view returns (string)
MILADY
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(