Maid ODE
Verified contract
Active on
Ethereum with 1,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.07)
Native
Value
$3.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,065.55 |
$3.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17839063 | a year ago | | | 0 | 0.00065709958 | |
| 17555045 | a year ago | | | 0.001 | 0.0010482026 | |
| 17521055 | a year ago | | | 0 | 0.00059403803 | |
| 17515929 | a year ago | | | 0 | 0.0013848446 | |
| 17515802 | a year ago | | | 0 | 0.0010414370 | |
| 17515783 | a year ago | | | 0 | 0.0027982650 | |
| 17098076 | 2 years ago | | | 0 | 0.0023201215 | |
| 17059688 | 2 years ago | | | 0 | 0.00068592897 | |
| 17056643 | 2 years ago | | | 0 | 0.0010958871 | |
| 17056606 | 2 years ago | | | 0.002 | 0.0015196892 |
ABI
ABI objects
Getter at block 21189983
freeNum() view returns (uint256)
3333
freePertx() view returns (uint256)
1
maxSupply() view returns (uint256)
3999
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Maid ODE
owner() view returns (address)
0x9d8d3572d4594ea20e84f9e6ae22342c91e76758
symbol() view returns (string)
Maid
totalSupply() view returns (uint256)
3994
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint256 f, uint256 t, uint256 m)
setCost(uint256 c)
setUri(string i)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
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)
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()