anomaly
Verified contract
Active on
Ethereum with 2,589 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANOMALY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20252071 | 5 months ago | | | 0 | 0.000032940984 | |
| 19591078 | 8 months ago | | | 0 | 0.0019360429 | |
| 19591028 | 8 months ago | | | 0 | 0.0017627557 | |
| 19590974 | 8 months ago | | | 0 | 0.0021685601 | |
| 19582415 | 8 months ago | | | 0 | 0.0015750442 | |
| 19573760 | 8 months ago | | | 0 | 0.0012613174 | |
| 19549679 | 8 months ago | | | 0 | 0.0017221544 | |
| 19447596 | 8 months ago | | | 0 | 0.0020746084 | |
| 19068066 | 10 months ago | | | 0 | 0.00052626875 | |
| 19052838 | 10 months ago | | | 0 | 0.00044902868 |
ABI
ABI objects
Getter at block 21304646
hiddenMetadataUri() view returns (string)
ipfs://QmcWnVkjJJV2eeThJ2QJTZoHqJjbgE7ug72AvciapZN1wJ
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
3000
name() view returns (string)
anomaly
owner() view returns (address)
0xff1989eef3a78db2f55f485423de00b8f282e128
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
ANOMALY
totalSupply() view returns (uint256)
3000
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events anomalytoAddress(address _to, uint256 _mintAmount)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setPrice(uint256 _price)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawall()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.