Alltherest
Verified contract
Active on
Ethereum with 2,056 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 "Alltherest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20927089 | 2 months ago | | | 0 | 0.00079046643 | |
| 20927028 | 2 months ago | | | 0 | 0.00079592437 | |
| 20702050 | 3 months ago | | | 0 | 0.000039533365 | |
| 20488211 | 4 months ago | | | 0 | 0.00015270937 | |
| 20292074 | 5 months ago | | | 0 | 0.00015422763 | |
| 20271019 | 5 months ago | | | 0 | 0.000099251082 | |
| 20187853 | 5 months ago | | | 0 | 0.000071729302 | |
| 19855844 | 7 months ago | | | 0 | 0.000095336962 | |
| 19754527 | 7 months ago | | | 0 | 0.00038244444 | |
| 19660134 | 8 months ago | | | 0 | 0.00038270334 |
ABI
ABI objects
Getter at block 21313066
HARD_CAP() view returns (uint256)
1000
MERKLE_ROOT() view returns (bytes32)
0x30864e3a1b51a496fed96ca129cdd73fb9da3cad8443ada11882f0550c6b2b11
contract_base_uri() view returns (string)
https://guhgq18633.execute-api.us-east-1.amazonaws.com/dev/nfts/
is_collection_locked() view returns (bool)
false
mint_active() view returns (bool)
true
name() view returns (string)
Alltherest
owner() view returns (address)
0x576a655161b5502dcf40602be1f3519a89b71658
symbol() view returns (string)
ATR
totalSupply() view returns (uint256)
1000
whitelist_active() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(bytes32[] _merkleProof, address _address) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
selfie(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
fixBaseURI(string _newURI)
fixMerkleRoot(bytes32 root)
fixStates(uint8 what, bool newState)
lockCollection()
mintNFT(bytes32[] _merkleProof, string _selfie)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _ticker)
This contract contains no fallback and receive objects.
This contract contains no error objects.