Invaders
Verified contract
Active on
Ethereum with 2,194 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 "Invaders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161117 | 17 days ago | | | 0 | 0.00067467099 | |
| 20973009 | a month ago | | | 0 | 0.0015319057 | |
| 20822406 | 2 months ago | | | 0 | 0.00079036503 | |
| 20567623 | 3 months ago | | | 0 | 0.000050805665 | |
| 19886810 | 6 months ago | | | 0 | 0.00026545431 | |
| 19620900 | 8 months ago | | | 0 | 0.00098045772 | |
| 19274978 | 9 months ago | | | 0 | 0.00080713294 | |
| 19098606 | 10 months ago | | | 0 | 0.00072042613 | |
| 18894398 | a year ago | | | 0 | 0.00095988571 | |
| 18850731 | a year ago | | | 0 | 0.00092482736 |
ABI
ABI objects
Getter at block 21283043
OpenSeaRegistry_address() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
_totalSupply() view returns (uint256)
8663
baseTokenURI() pure returns (string)
https://gateway.pinata.cloud/ipfs/QmedfUttbMsiiELCXrGwAr1Na2bHXdq9yPnvXpZR9b2DnR/
invader_cost() view returns (uint256)
20000000000000000
live() view returns (bool)
false
max_amount() view returns (uint256)
51
max_supply() view returns (uint256)
10000
name() view returns (string)
Invaders
owner() view returns (address)
0xeae90773f52b07132a477e3ed902eafb9b5f3eae
start_unix() view returns (uint256)
1631237400
symbol() view returns (string)
ALIEN
totalSupply() view returns (uint256)
8663
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bulkMint(uint256 amount) payable
changeLive(bool state)
mint() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
set_registry_address(address _addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address receiver)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.