Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($117.79)
Native
Value
$117.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.033 | $3,569.49 |
$117.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13982803 | 3 years ago | | | 0 | 0.0085108720 | |
| 13465853 | 3 years ago | | | 0.001 | 0.017192128 | |
| 13415345 | 3 years ago | | | 0.001 | 0.016292339 | |
| 13400364 | 3 years ago | | | 0.001 | 0.034182205 | |
| 13397525 | 3 years ago | | | 0.001 | 0.018183338 | |
| 13388600 | 3 years ago | | | 0.001 | 0.012107416 | |
| 13387589 | 3 years ago | | | 0 | 0.0025841200 | |
| 13385354 | 3 years ago | | | 0.001 | 0.016278123 | |
| 13364873 | 3 years ago | | | 0.002 | 0.049829871 | |
| 13363178 | 3 years ago | | | 0 | 0.0096233269 |
ABI
ABI objects
Getter at block 21288519
DEV_SALE_PRICE() view returns (uint256)
1000000000000000
MAX_DEV_SALE_AUTOGRAPHS() view returns (uint256)
100
MAX_DEV_SALE_PURCHASE() view returns (uint256)
5
MAX_PRE_SALE_AUTOGRAPHS() view returns (uint256)
1000
MAX_PRE_SALE_PURCHASE() view returns (uint256)
1
MAX_PUBLIC_SALE_AUTOGRAPHS() view returns (uint256)
10000
MAX_PUBLIC_SALE_PURCHASE() view returns (uint256)
5
RELEASE_PRICE() view returns (uint256)
100000000000000000
devSaleIsActive() view returns (bool)
true
name() view returns (string)
Autograph
owner() view returns (address)
0x4bb873771336e93170dad3ed7fde6b5714871333
preSaleIsActive() view returns (bool)
false
publicSaleIsActive() view returns (bool)
false
symbol() view returns (string)
AUTOGRAPH
totalSupply() view returns (uint256)
33
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipDevSaleState()
flipPreSaleState()
flipPublicSaleState()
mintAutograph(string[] tokenURIHash, uint256 numberOfTokens) payable
mintDevAutograph(string[] tokenURIHash, uint256 numberOfTokens) payable
mintPresaleAutograph(string tokenURIHash) 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 baseURI)
setTokenURI(uint256 tokenId, string _tokenURIHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAll() payable
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.