Droid Invaders
Verified contract
Active on
Ethereum with 8,147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa8bb…c204
Balances ($0.00)
No balances found for "Droid Invaders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19204397 | 10 months ago | | | 0 | 0.00097150653 | |
| 18556394 | a year ago | | | 0 | 0.0015528048 | |
| 18157222 | a year ago | | | 0 | 0.00054327350 | |
| 17451121 | 2 years ago | | | 0 | 0.0015361750 | |
| 17006252 | 2 years ago | | | 0 | 0.00080666666 | |
| 16713650 | 2 years ago | | | 0 | 0.0010477796 | |
| 16683582 | 2 years ago | | | 0 | 0.0011809798 | |
| 16416080 | 2 years ago | | | 0 | 0.00079062061 | |
| 16389695 | 2 years ago | | | 0 | 0.00073585780 | |
| 16369868 | 2 years ago | | | 0 | 0.00093644974 |
ABI
ABI objects
Getter at block 21401771
MAX_SUPPLY() view returns (uint256)
7500
PRICE() view returns (uint256)
250000000000000000000
baseURI() view returns (string)
ipfs://bafybeiaz35oihyo3mhhlpjkm5d2koan27lgbwkpiozawcrvkjcn4rwwkzy/
name() view returns (string)
Droid Invaders
owner() view returns (address)
0x61c814de445cb3b0bca43808138a6e11f3ea1929
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
DI
totalSupply() view returns (uint256)
7500
verifier() view returns (address)
0xf3dbb99573b645419a9cf18f839249d0a246118f
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
mintedByWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes _data)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
flipProxyState(address _proxyAddress)
flipSale()
mintWithClaimableStardust(uint256 _count, bytes _signature)
mintWithStardust()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setStardustAddress(address _stardustContract)
setVerifier(address _newVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 _baseURI, address _proxyRegistryAddress, address _stardustContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.