Nametag

Verified contract

Active on Ethereum with 55,223 txns
Deployed by via 0xcacaca15 at 14138952
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
9 additional variables
Native
Value $4,070.07
ERC-20
Value $0.02
 (#5807)
ERC-721
--
0x13b7a97b386d49b2c3c59b9994ecd005aa153ed5873f42c6707a7f65cc057a8f
0x7934a7acaa3ca3429419db571e0fdd0a0e461d1c386354682262723c5bd17d85
0x5ddb73295d9966cafb05ff5afe3c44516cd7d2ab9d73f3da4055c7f73586f07f
0x7f58bbef6e2e6b6fbaa1938bc43fcd83d101c43565e2da7cb0b5eada5b96374c
0x423b331720d91e3dd6341bbffb771612a62f4fa56d4dcaef2b429cd88a1c8440
0x5599ab4b673e591455eac3cd90f3c618e9844b824efef50bfeedbfd7b2c1abc8
0xc886b92c352d915f8e57b53c68230b99c5b271efcb5905341064152a52c01e88
0x1d192a0231aac411ed15ab883ca5183d17d2a20ed4c2bc435d4768ecb33f1464
0xeafc9603135ecbd6488ca3aeb88e2d0a2a4d4aa292f46bd055d56eb85612a3d8
0xd6836f99ee6f68a0404398c2b28c5b0afec5b65ba4414d7b7ef65db5451f266d

Functions
Getter at block 20816850
addToAllowListLimit(view returns (uint16)
500
allowContractListLength(view returns (uint256)
19
allowListLimit(view returns (uint256)
1
allowListPrice(view returns (uint256)
0
name(view returns (string)
Nametag
owner(view returns (address)
0x777333cae84e97e1fc20e17c9ea520729053bd35
presaleActive(view returns (bool)
true
presaleDuration(view returns (uint256)
31536000
presaleStartTime(view returns (uint256)
1658980149
remainingPresaleTime(view returns (uint256)
0
removeFromAllowListLimit(view returns (uint16)
800
saleActive(view returns (bool)
true
saleLimit(view returns (uint256)
1
salePrice(view returns (uint256)
40000000000000000
saleSupply(view returns (uint256)
0
saleTransactionLimit(view returns (uint8)
1
symbol(view returns (string)
NT
token(view returns (address)
0xc9eef4c46abcb11002c9bb8a47445c96cdbcaffb
totalSupply(view returns (uint256)
43753
validateNameTagV1(view returns (bool)
true
Read-only
allowContractAddressByIndex(uint256 indexview returns (address)
allowContractListParams(addressuint256view returns (uint256 priceuint8 limituint256 minBalanceuint256 purchasedAmount)
allowContractParams(address _contractview returns (uint256uint8uint256uint256)
allowListPurchasedAmount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
checkContract(address _contractview returns (bool)
contractParamsVersion(address _contractview returns (uint256)
contractPurchasedAmountByAddress(address _contractaddress ownerview returns (uint8)
getApproved(uint256 tokenIdview returns (address)
getByName(string nameview returns (uint256)
getTokenName(uint256 tokenIdview returns (string)
inAllowContractList(address valueview returns (bool)
inAllowList(address valueview returns (bool)
inDenyList(string _wordview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addDenyList(string[] _words
addToAllowContractList(address[] addressesuint256[] pricesuint8[] limitsuint256[] balances
addToAllowList(address[] addresses
approve(address touint256 tokenId
buyTokens(string[] _namespayable returns (uint256[])
buyTokensByContract(string[] _namesaddress _contractpayable returns (uint256[])
pausePresale(
pausePublicSale(
removeDenyList(string[] _words
removeFromAllowContractList(address[] addresses
removeFromAllowList(address[] addresses
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAddToAllowListLimit(uint16 addToAllowListLimit_
setAllowListLimit(uint256 limit_
setAllowListPrice(uint256 price_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setRemoveFromAllowListLimit(uint16 removeFromAllowListLimit_
setSaleLimit(uint256 saleLimit_
setValidateNameTagV1(bool validateNameTagV1_
startPresale(uint256 presaleDuration_
startPublicSale(uint256 salePrice_uint8 saleTransactionLimit_uint256 saleLimit_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address walletuint256 amount
Events
AddedDenyList(string _word
AddedToAllowContractList(address indexed _addressuint256 indexed _priceuint8 _limituint256 _minBalance
AddedToAllowList(address indexed _address
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
NameChanged(uint256 indexed tokenIdstring fromstring to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PresaleContractPurchase(address indexed _contractaddress indexed _addressuint256 _purchasedAmount
PresalePaused(uint256 indexed _timeElapseduint256 indexed _totalSupply
PresaleStart(uint256 indexed _presaleDurationuint256 indexed _presaleStartTime
RemovedDenyList(string _word
RemovedFromAllowContractList(address indexed _addressuint256 _purchasedAmount
RemovedFromAllowList(address indexed _addressuint256 _purchasedAmount
SaleLimitUpdated(uint256 indexed _limitStartTimeuint256 indexed _saleLimit
SalePaused(uint256 indexed _salePauseTimeuint256 indexed _totalSupply
SaleStart(uint256 indexed _saleStartTimeuint256 indexed _salePriceuint8 _saleTransactionLimit
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_string baseURI_uint256 allowListPrice_uint256 allowListLimit_uint16 addToAllowListLimit_uint16 removeFromAllowListLimit_address token_bool validateNameTagV1_
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.