Scumbugs

Verified contract

Active on Ethereum
Deployed by via 0x18f704ae at 15024593
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Scumbugs"

0x09af8d9fdc7f4cd3dd82729ae60db441520e2edacc1b41c0ed73fe45972543b3
0x63029ad451b350d1254fac0ddd90e166a5114afb08a199b4917466b025ba2f26
From
0xa7932a0e6a2d2293b1491d288d70b36f6bc5312ae890d404c5d78ec2c763d552
0x07f70268f98ea33258c71699de3d3a54289eaffafd5e14ca7283300a2f8913e4
0xd2649bdf9f230bf53fe37b23cac3509fdc01410b6038b8acfd1a60fc18401c8d
0x52af8767f25d9052089c2498ac13736f6d4571113d7982994a73415be01cbb1e
0x1d82a3f33944194c4d6394d60f0f9544692c7d608a543debad13a21c2cbdc9b2
0xefdc92e0035ae381d884ee3847524271678396d34c234cd2db5ec11113faac9b
0xafbc29204b30dca2af453302b619576cc2eb4f2c442eb5e8fa8e23036af76bdc
0x3169ef0842e8a1f31a56146c4a2c2cb871ad78fc3e3d9651184fee167a20005b
From

Functions
Getter at block 20960506
name(view returns (string)
Scumbugs
nextTokenId(view returns (uint256)
11688
owner(view returns (address)
0xf45053f105193c75a1c9f5698d92d635b28d0f50
paused(view returns (bool)
false
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
supply(view returns (uint32)
11688
symbol(view returns (string)
SCUMBUGS
totalSupply(view returns (uint256)
11688
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usedAddresses(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(
mintFor(address touint256 amount
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive
setProxyRegistryAddress(address _proxyRegistryAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
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(