STAXX Invaders
Verified contract
Proxy
Active on
Ethereum with 7,294 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 6 additional slots
Balances ($55.65)
Native
Value
$55.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,709.88 |
$55.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20546595 | 3 months ago | | | 0 | 0.00015425400 | |
| 19987123 | 6 months ago | | | 0 | 0.00044929071 | |
| 19894870 | 6 months ago | | | 0 | 0.00015222175 | |
| 19801938 | 7 months ago | | | 0 | 0.00030145351 | |
| 19799865 | 7 months ago | | | 0 | 0.00013055009 | |
| 19668957 | 7 months ago | | | 0 | 0.00078853876 | |
| 19547468 | 8 months ago | | | 0 | 0.0016470997 | |
| 19498306 | 8 months ago | | | 0 | 0.0011267575 | |
| 19395869 | 9 months ago | | | 0 | 0.0023622494 | |
| 19361794 | 9 months ago | | | 0 | 0.0026245577 |
ABI
ABI objects
Getter at block 21304564
claimedByMe() view returns (uint256)
0
name() view returns (string)
STAXX Invaders
owner() view returns (address)
0x49c3b2c79f093b14f5bcbd31730e817e5d907fe9
paused() view returns (bool)
false
presaleClaimedByMe() view returns (uint16, uint16)
(0, 0)
presaleOpen() view returns (bool)
true
presaleStartTime() view returns (uint256)
1642968000
price() view returns (uint256)
30000000000000000
provenanceHash() view returns (bytes32)
0xbc09e38d70d0b6508dd2d7bb5d8a491467f497122c35618eb87c0f5e6510e056
provenanceUri() view returns (string)
ipfs://QmWZsoopdqzuxka5npPE9oEwnDqSH7tFpUza5sPPA8QbNs
publicLaunch() view returns (uint256)
1643054400
publicStartTime() view returns (uint256)
1643054400
rootHash() view returns (bytes32)
0xb1c17949662bd22ab2fc18d24d6c126615841490bb318261bc641bba28b6f89b
saleOpen() view returns (bool)
true
symbol() view returns (string)
STAXX
total() pure returns (uint256)
10500
totalSupply() view returns (uint256)
10500
vipSaleOpen() view returns (bool)
true
vipStartTime() view returns (uint256)
1642881600
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address addr) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleClaimed(address addr) view returns (uint16, uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
destroy()
mint(uint16 count) payable
mintPresale(uint16 count, uint16 free, uint16 paid, bool vip, bytes32[] proof) payable
onUpgradeV2(struct StaxxInvadersArgsV2 args_)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRootHash(bytes32 rootHash_)
setSaleStartTime(uint40 launch_)
setURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractInit(bytes32 hash, string name)
ErrorHandled(string reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PresaleClaimed(address sender, uint256 paid, uint256 free)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WithdrawBalance(address caller, uint256 amount)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.