Milady Maker
Verified contract
Active on
Ethereum with 276 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 "Milady Maker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19593147 | 7 months ago | | | 0 | 0.00055192494 | |
| 19482231 | 7 months ago | | | 0 | 0.0014380588 | |
| 19355806 | 8 months ago | | | 0 | 0.0018531572 | |
| 19275104 | 8 months ago | | | 0 | 0.0010063529 | |
| 19271464 | 8 months ago | | | 0 | 0.0017174035 | |
| 19262816 | 8 months ago | | | 0 | 0.0021565924 | |
| 19258667 | 8 months ago | | | 0 | 0.00093298900 | |
| 19226554 | 9 months ago | | | 0 | 0.0015629856 | |
| 19223951 | 9 months ago | | | 0 | 0.00082967512 | |
| 19205651 | 9 months ago | | | 0 | 0.0017886479 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()