Audioglyphs
Verified contract
Active on
Ethereum with 6,769 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 |
---|---|---|---|---|---|
AGT | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21083004 | 11 days ago | | | 0 | 0.00030081817 | |
| 21014018 | 21 days ago | | | 0 | 0.00064962682 | |
| 20973251 | a month ago | | | 0 | 0.00094547888 | |
| 20946727 | a month ago | | | 0 | 0.00052598608 | |
| 20941081 | a month ago | | | 0 | 0.0012665877 | |
| 20940933 | a month ago | | | 0 | 0.00058256121 | |
| 20915258 | a month ago | | | 0 | 0.0015813333 | |
| 20875453 | a month ago | | | 0 | 0.00017642834 | |
| 20875440 | a month ago | | | 0 | 0.00030309904 | |
| 20770260 | 2 months ago | | | 0 | 0.00014771366 |
ABI
ABI objects
Getter at block 21162993
name() view returns (string)
Audioglyphs
openToPublic() view returns (bool)
true
owner() view returns (address)
0x1b9bb7653de19ddf6aa71bede2126509f57708c2
pixelglyphs() view returns (address)
0xf38d6bf300d52ba7880b43cddb3f94ee3c6c4ea6
symbol() view returns (string)
AG
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
open()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
teamMint(uint256 amount, address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address sendTo)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address pixelglyphsAddr, string baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.