E741 Dystopian Maidens
Verified contract
Active on
Ethereum with 184 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 "E741 Dystopian Maidens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19861484 | 6 months ago | | | 0 | 0.00029738628 | |
| 19854239 | 6 months ago | | | 0 | 0.0034946516 | |
| 19330248 | 8 months ago | | | 0 | 0.0015061805 | |
| 19304931 | 8 months ago | | | 0 | 0.0014126214 | |
| 19303582 | 8 months ago | | | 0 | 0.0013088827 | |
| 19303571 | 8 months ago | | | 0 | 0.0011789833 | |
| 19301374 | 8 months ago | | | 0 | 0.0011968822 | |
| 19301055 | 8 months ago | | | 0 | 0.0010254039 | |
| 19301047 | 8 months ago | | | 0 | 0.0010320985 | |
| 19300814 | 8 months ago | | | 0 | 0.0010590719 |
ABI
ABI objects
Getter at block 21125015
baseURI() view returns (string)
unset
contractURI() view returns (string)
ipfs://bafybeie3t6mrgqtqm32qteogqwdggb2v7yop7t4np5ebxk5p5achgixzyu/contractURI.json
decimals() view returns (uint256)
8
dev() view returns (address)
0xa725dbddee6f0776687cf3834ab19bebd9c1c8d5
extension() view returns (string)
.json
minted() view returns (uint64)
100002881
name() view returns (string)
E741 Dystopian Maidens
supportsNFTinterface() view returns (bool)
false
symbol() view returns (string)
MAIDENS741
telegram() view returns (string)
totalSupply() view returns (uint256)
777700000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
deposit(uint256[]) pure
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftBalanceOf(address account) view returns (uint256)
ownedNFTs(address, uint256) view returns (uint64)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint64[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeDev(address newDev)
initialze(bytes encodedParameters)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
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 newBaseURI)
setContractURI(string newContractURI)
setExtension(string newExtension)
setTelegram(string newTelegram)
toggelNFTinterface()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw()
withdraw(uint256[]) payable
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
UnsupportedReceiver()