ARSTCRT
Verified contract
Active on
Ethereum with 5,310 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.61)
Native
Value
$19.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,921.67 |
$19.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20251075 | 5 months ago | | | 0 | 0.000087581088 | |
| 20068625 | 6 months ago | | | 0 | 0.00024600846 | |
| 18939804 | a year ago | | | 0 | 0.00069267311 | |
| 18352996 | a year ago | | | 0 | 0.00012772751 | |
| 18164359 | a year ago | | | 0 | 0.0016275325 | |
| 17968558 | a year ago | | | 0 | 0.00063394584 | |
| 17806328 | a year ago | | | 0 | 0.00098576020 | |
| 17619922 | a year ago | | | 0 | 0.00070915520 | |
| 17619919 | a year ago | | | 0 | 0.00065980119 | |
| 17586816 | a year ago | | | 0 | 0.0021099747 |
ABI
ABI objects
Getter at block 21388392
maxMint() view returns (uint256)
2
name() view returns (string)
ARSTCRT
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6816fe4caf7ffb05e02a4ede878c7bc12c4b6b15
presaleLive() view returns (bool)
true
publicLive() view returns (bool)
true
ringSupply() view returns (uint256)
3000
shareLive() view returns (bool)
false
shareValue() view returns (uint256)
0
symbol() view returns (string)
ARSTCRT
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256) 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)
State-modifying
Events approve(address to, uint256 tokenId)
getShare()
presaleMint(uint256 _nonce, bytes32 _msgHash, bytes _signature)
pubMint() payable
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)
setShareValue()
setSignerAddress(address _newSigner)
toggleSale(bool _presale, bool _public, bool _share)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
SignerAddress(address indexed _from, address _to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxMint_, uint256 ringSupply_, string baseTokenURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.