American History Collection
Verified contract
Active on
Ethereum with 117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "American History Collection"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15116336 | 2 years ago | | | 0 | 0.00033264767 | |
| 9178098 | 5 years ago | | | 0 | 0.00066501957 | |
| 8862940 | 5 years ago | | | 0 | 0.00091280386 | |
| 8862917 | 5 years ago | | | 0 | 0.00062628300 | |
| 8575075 | 5 years ago | | | 0 | 0.0025051320 | |
| 8571397 | 5 years ago | | | 0 | 0.0045927420 | |
| 8569036 | 5 years ago | | | 0 | 0.0043839810 | |
| 8568805 | 5 years ago | | | 0 | 0.0042587244 | |
| 8563898 | 5 years ago | | | 0 | 0.0029226540 | |
| 8562902 | 5 years ago | | | 0 | 0.0022963710 |
ABI
ABI objects
Getter at block 21166199
name() view returns (string)
American History Collection
symbol() view returns (string)
USA
totalSupply() view returns (uint256)
112
version() view returns (string)
Mintable v0.5
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) 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 addMinter(address account)
approve(address to, uint256 tokenId)
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, 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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string url, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.