ASCII Maggots
Verified contract
Active on
Ethereum with 108 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 "ASCII Maggots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17534103 | a year ago | | | 0 | 0.00062432333 | |
| 16827250 | 2 years ago | | | 0 | 0.0029914269 | |
| 16827249 | 2 years ago | | | 0 | 0.0029937380 | |
| 16821657 | 2 years ago | | | 0 | 0.0011622637 | |
| 16767280 | 2 years ago | | | 0 | 0.00084806897 | |
| 16766707 | 2 years ago | | | 0.0845 | 0.0052158198 | |
| 16766678 | 2 years ago | | | 0 | 0.00092942390 | |
| 16766675 | 2 years ago | | | 0.0169 | 0.0021856625 | |
| 16766668 | 2 years ago | | | 0 | 0.0012542145 | |
| 16766656 | 2 years ago | | | 0 | 0.0012185447 |
ABI
ABI objects
Getter at block 21085265
cost() view returns (uint256)
16900000000000000
hiddenMetadataUri() view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
303
name() view returns (string)
ASCII Maggots
owner() view returns (address)
0xed9d6b134711918f34edb19a0bdf8387714e3e84
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
ASCM
totalSupply() view returns (uint256)
222
uriPrefix() view returns (string)
ipfs://QmNPRzJ5d29Ze9yZyqV4QXYBmH8E2Jjr2H85HTyaY4ByKn/
uriSuffix() view returns (string)
.json
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.