DarkEchelon
Verified contract
Active on
Ethereum with 2,949 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "DarkEchelon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20716153 | 2 months ago | | | 0 | 0.00012993633 | |
| 20716151 | 2 months ago | | | 0 | 0.00013540624 | |
| 20560641 | 3 months ago | | | 0 | 0.000084604229 | |
| 20560596 | 3 months ago | | | 0 | 0.000083259656 | |
| 20539392 | 3 months ago | | | 0 | 0.000034060600 | |
| 20399142 | 3 months ago | | | 0 | 0.00020268707 | |
| 20396998 | 4 months ago | | | 0 | 0.000081147754 | |
| 20319230 | 4 months ago | | | 0 | 0.00022838890 | |
| 20319227 | 4 months ago | | | 0 | 0.00021636203 | |
| 20220204 | 4 months ago | | | 0 | 0.00072669685 |
ABI
ABI objects
Getter at block 21167188 getBalance() view returns (uint256)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
90000000000000000
isWhitelisted() view returns (bool)
false
maxMintAmount() view returns (uint256)
4
maxSupply() view returns (uint256)
1098
name() view returns (string)
DarkEchelon
notRevealedUri() view returns (string)
ipfs://QmPmn5utE1ejEyzJpycU7Ai54SbuDiPE2QBo3NEVrXBWA7/hidden.json
owner() view returns (address)
0x743bbc8db6146a1d393a831d61a791bfd2e59146
paused() view returns (bool)
true
reservedForTeam() view returns (uint256)
578
revealed() view returns (bool)
true
symbol() view returns (string)
DARK
totalSupply() view returns (uint256)
520
whitelistCost() view returns (uint256)
0
whitelistMintAmount() view returns (uint256)
3
whitelistReserved() view returns (uint256)
5
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
presaleMint(uint256 _mintAmount, string _signature) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setReserved(uint256 _reserved)
setSignature(string _signature)
setWhitelistCost(uint256 _newCost)
setWhitelistReserved(uint256 _count)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistSale(bool _state)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.