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 "Nameless"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19221229 | 9 months ago | | | 0 | 0.0012327198 | |
| 19184931 | 10 months ago | | | 0 | 0.0045421992 | |
| 19184858 | 10 months ago | | | 0 | 0.0037698003 | |
| 19184574 | 10 months ago | | | 0 | 0.0029289418 | |
| 19184494 | 10 months ago | | | 0 | 0.0035328508 | |
| 19183628 | 10 months ago | | | 0 | 0.0038792218 | |
| 19183552 | 10 months ago | | | 0 | 0.0042856256 | |
| 19183397 | 10 months ago | | | 0 | 0.0025397660 | |
| 19183371 | 10 months ago | | | 0 | 0.0031613963 | |
| 19183369 | 10 months ago | | | 0 | 0.0033824957 |
ABI
ABI objects
Getter at block 21283095
baseTokenURI() view returns (string)
dataURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
194
name() view returns (string)
Nameless
owner() view returns (address)
0x3ead5990f01087166c9cc0f18880ba4a9c5b1c4e
symbol() view returns (string)
Nameless
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()