Autoglyphs
Verified contract
Active on
Ethereum with 2,109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.003179 |
$0 | |
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
ERC-20 | 7.777777M | -- | -- | ||
ERC-20 | 8.889K | -- | -- | ||
(#90) | ERC-1555 | 1 | -- | -- | |
(#388) | ☵ | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227661 | 3 days ago | | | 0 | 0.00043226880 | |
| 21224752 | 3 days ago | | | 0 | 0.00054713908 | |
| 21218631 | 4 days ago | | | 0 | 0.00026506536 | |
| 21215547 | 5 days ago | | | 0 | 0.0015842493 | |
| 21193655 | 8 days ago | | | 0 | 0.0013620223 | |
| 21193584 | 8 days ago | | | 0 | 0.0014952588 | |
| 21180148 | 10 days ago | | | 0 | 0.0087486315 | |
| 21139346 | 15 days ago | | | 0 | 0.00086534779 | |
| 21115747 | 19 days ago | | | 0 | 0.0013152815 | |
| 21115676 | 19 days ago | | | 0 | 0.0013152815 |
ABI
ABI objects
Getter at block 21248967
ARTIST_PRINTS() view returns (uint256)
128
BENEFICIARY() view returns (address)
0x50990f09d4f0cb864b8e046e7edc749de410916b
PRICE() view returns (uint256)
200000000000000000
TOKEN_LIMIT() view returns (uint256)
512
name() view returns (string _name)
Autoglyphs
symbol() view returns (string _symbol)
☵
totalSupply() view returns (uint256)
512
Read-only
balanceOf(address _owner) view returns (uint256)
creator(uint256 _id) view returns (address)
draw(uint256 id) view returns (string)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
symbolScheme(uint256 _id) view returns (uint8)
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 _approved, uint256 _tokenId)
createGlyph(uint256 seed) payable returns (string)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Generated(uint256 indexed index, address indexed a, string value)
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.