TheNoiser

Verified contract

Active on Ethereum with 487 txns
Deployed by via 0x28c6c477 at 15170211
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Native
Value $0.73
0xe4a3ac217c9a529d111c1d0a7cc1ac0d17a39f277fe28487caacd0ee5774c84b
0x35782690afd40441069ede0b67eb98e7def1ec30df39ec89213c92e47efc296e
0xcd64ac7222b1a26b8b1223d370f67dd292ce469f516ca780d8f4b18bd152bd98
0xd6ac90f3e006de53497f262a9b7d8946dae8fbce4bcee4b3bece538ee66c3e8c
0x12ef6e51d43bd56fcaae6a5f30f25cdcfebfb801aefa3ed4132849750af18c9c
0xaab4f8c63f9f5eea9b3f248c38b902fa6b19f1f44930f286753f66bdffadfd35
0x4729e02ecfdb5bf44291a40883d9275a26912a2bdbbb196d71a3924404bbbeac
0xe3148e22e221349c87634a82c458783eeabc32f9cd2f1fed0c5c45a848b81306
0xa2c99838df4d6540b152bb0d13839122cb340b7620c02e08a187ff2fed89402d
0xb5e834f80aa568da4be00fad888788c6794f33f863183ae1afc16865284d0106

Functions
Getter at block 20894232
name(view returns (string)
TheNoiser
owner(view returns (address)
0x000001972af3f7077045cc4d04e77cb158256714
symbol(view returns (string)
NOISER
theNoiserSetting(view returns (uint256 priceuint256 maxMintuint256 maxSupply)
(price=5000000000000000, maxMint=5, maxSupply=10000)
totalSupply(view returns (uint256)
746
Read-only
balanceOf(address ownerview returns (uint256)
getAddressBuyed(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
makeTheNoiser(uint256 quantity
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPrice(uint256 _price
setURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(