Alexithymias
Verified contract
Active on
Ethereum with 734 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 "Alexithymias"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18452861 | a year ago | | | 0 | 0.00038852335 | |
| 17996522 | a year ago | | | 0 | 0.00036252700 | |
| 17968662 | a year ago | | | 0 | 0.0016038354 | |
| 17968237 | a year ago | | | 0 | 0.0016979523 | |
| 17968225 | a year ago | | | 0 | 0.0013325087 | |
| 17968209 | a year ago | | | 0 | 0.0017494821 | |
| 17967983 | a year ago | | | 0.03 | 0.0015399672 | |
| 17967953 | a year ago | | | 0.03 | 0.0012680050 | |
| 17961298 | a year ago | | | 0.005 | 0.00082852958 | |
| 17949581 | a year ago | | | 0 | 0.00035470024 |
ABI
ABI objects
Getter at block 21169073
_maxFreeMintPerAddr() view returns (uint256)
1
_maxFreeMintSupply() view returns (uint256)
800
_maxMintPerTx() view returns (uint256)
10
_maxSupply() view returns (uint256)
2222
_mintPrice() view returns (uint256)
2500000000000000
baseURI() view returns (string)
ipfs://QmbeYSpMhtQGFS8hMH85BUpK2b4DJt2Sakjg67ssA4UDpf/
devSupply() view returns (uint256)
100
devTotal() view returns (uint256)
0
name() view returns (string)
Alexithymias
owner() view returns (address)
0x31933c51c2ae0c8791faa868b805ac24ed280b0d
royaltyAdd() view returns (address)
0x31933c51c2ae0c8791faa868b805ac24ed280b0d
symbol() view returns (string)
ATS
totalSupply() view returns (uint256)
711
Read-only
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
mint(uint256 count) 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 uri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
setTokenRoyalty(uint256 tokenId, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DevMintEvent(address ownerAddress, uint256 startWith, uint256 amountMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()