Atornauts
Verified contract
Active on
Ethereum with 2,904 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($30.86)
Native
Value
$30.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008348 | $3,696.41 |
$30.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304387 | 9 hours ago | | | 0 | 0.00061082531 | |
| 21296170 | 2 days ago | | | 0 | 0.00088906346 | |
| 21295999 | 2 days ago | | | 0 | 0.00028700774 | |
| 21293010 | 2 days ago | | | 0 | 0.00052904375 | |
| 21289377 | 2 days ago | | | 0 | 0.00031205869 | |
| 21288653 | 3 days ago | | | 0 | 0.00047859860 | |
| 21287679 | 3 days ago | | | 0 | 0.00052387614 | |
| 21285529 | 3 days ago | | | 0 | 0.00048743093 | |
| 21285515 | 3 days ago | | | 0 | 0.00072626239 | |
| 21280344 | 4 days ago | | | 0 | 0.0017898187 |
ABI
ABI objects
Getter at block 21306976
atorToken() view returns (address)
0x0f7b3f5a8fed821c5eb60049538a548db2d479ce
baseURI() view returns (string)
ipfs://QmVciuk4NvwVBW4aFygHBhLRS62XurqnZFnDxsWR31NwWr/
getLimitPerUser() view returns (uint256)
1
getMintFee() view returns (uint256)
100000000000000000
isEnableMint() view returns (bool)
true
isEnableWhitelistMint() view returns (bool)
false
maxSupply() view returns (uint256)
1000
name() view returns (string)
Atornauts
owner() view returns (address)
0x900fe1e0f77f71f66d8ae0ff7facc2115ceaefec
symbol() view returns (string)
RELAY
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelist(address user) view returns (bool)
mintedCount(address user) view returns (uint256)
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)
tokensByOwner(address user) view returns (uint256[] tokenIds)
State-modifying
Events activateMint()
addWhitelist(address[] users)
approve(address to, uint256 tokenId)
deactivateMint()
increaseMaxSupply(uint256 newMaxSupply)
mint(address to) payable returns (uint256)
removeWhitelist(address[] users)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setTokenURI(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFeeAddress(address newFeeAddress)
updateMintFee(uint256 newMintFee)
updateTokenGateAmount(uint256 amount)
updateWalletLimit(uint256 limit)
whitelistMintEnable(bool bEnable)
AddToWhitelist(address[] indexed users)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
Minted(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveFromWhitelist(address[] indexed users)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateMintFee(uint256 indexed mintFee)
constructor(uint256 initialSupply, address _atorToken)
receive()
This contract contains no error objects.