Nameless

Verified contract

Active on Ethereum with 206 txns
Deployed by via 0x2490bce7 at 19181883
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Nameless"

0xe76d8f2ae3935517134cc60b30eb4008df7225de975804408be854b97e88f470
0x81ae2db674104e2811c688a5cd255dc7cd8d48b326ce9e1103f75cc1c739c64e
0xe07ec04463df7659c313705479f07b4c5e547a2b0a52d8f880148808100839cf
0x57942d8e9dc18e6694f35f9f714063a4acdc8f0f5a0e4ef8eef605799bd01935
0xeaeb9f93de76f41ff284a23d1c7aa8abbc373cbb40c68c3590eb5058c3ef3596
0xca90c82104cc5b6260872ffbca880b102c932ab89280b15e0cbf00c493034d89
0x8bc4b885523074bc8aafdd8812ee681019df0ccd56916df3012997e9d358de47
0x63a7b0904b1937f3d088f8063b95959fc528ed982648942e81f50d5787c11794
0xabe4f7ce36d0c26437a5a877bac4e22531702bab5be19ba7427832145a51052a
0xa5f6efde1dd52e401e48082f962703e9b9be075820c662839fa08db7bf5150ff
From

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(