ARCStellars
Verified contract
Active on
Ethereum with 1,445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7069…e7da
Balances ($0.00)
No balances found for "ARCStellars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272753 | 15 hours ago | | | 0 | 0.00081086613 | |
| 21269851 | a day ago | | | 0 | 0.00040330781 | |
| 21258129 | 3 days ago | | | 0 | 0.00050183066 | |
| 21258128 | 3 days ago | | | 0 | 0.00051712548 | |
| 21248606 | 4 days ago | | | 0 | 0.00049422396 | |
| 21229460 | 7 days ago | | | 0 | 0.0010613283 | |
| 21170971 | 15 days ago | | | 0 | 0.0024091470 | |
| 21170612 | 15 days ago | | | 0 | 0.0017527330 | |
| 21170602 | 15 days ago | | | 0 | 0.0016228986 | |
| 21170547 | 15 days ago | | | 0 | 0.0014025638 |
ABI
ABI objects
Getter at block 21277370
MAX_SUPPLY() view returns (uint256)
1688
RESERVED_SUPPLY() view returns (uint256)
188
STELLARS_PROVENANCE() view returns (string)
claimedCount() view returns (uint256)
0
hasPyxis() view returns (bool)
true
maxPerUserSupply() view returns (uint256)
1
mintPrice() view returns (uint256)
3000000000000000000
name() view returns (string)
ARCStellars
owner() view returns (address)
0xcba859fde1cdf08771d6612585e9c81d48813da6
paused() view returns (bool)
true
reserveContractAddress() view returns (address)
0xbe5e6536acb6c5e3971b9d6008bc5bfe0ebe597e
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
0
stopped() view returns (bool)
false
symbol() view returns (string)
ARS
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidUser(struct ARCStellarsCouponData meta, struct ARCStellarsCoupon coupon) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropRemainingSupply(address to, uint256 limit)
airdropToken(address[] list)
approve(address to, uint256 tokenId)
connectPyxis(address _pyxis)
emergencySetStartingIndexBlock()
mint(struct ARCStellarsCouponData meta, struct ARCStellarsCoupon coupon) payable returns (uint256, string, uint256)
mintReservedNFT(address to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAccountOwner(address newOwner)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCouponOwner(address newOwner)
setMintPaused(bool status)
setPerUserSupply(uint256 _value)
setProvenanceHash(string provenanceHash)
setReserveContractAddress(address reserveContractAddress_)
setStartingIndex()
setStopMint()
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)
BaseUri(string _from, string _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.