Scumbugs
Verified contract
Active on
Ethereum with 8,012 txns
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 "Scumbugs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19674829 | 8 months ago | | | 0 | 0.00047200005 | |
| 19671271 | 8 months ago | | | 0 | 0.00017698014 | |
| 19355209 | 9 months ago | | | 0 | 0.0011891544 | |
| 19305433 | 10 months ago | | | 0 | 0.00088102348 | |
| 19305433 | 10 months ago | | | 0 | 0.00088364287 | |
| 19305432 | 10 months ago | | | 0 | 0.00087047426 | |
| 18888953 | a year ago | | | 0 | 0.00093858151 | |
| 17964787 | a year ago | | | 0 | 0.0014324612 | |
| 17689446 | a year ago | | | 0 | 0.00066152369 | |
| 16907862 | 2 years ago | | | 0 | 0.00088627511 |
ABI
ABI objects
Getter at block 21392075
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 owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedAddresses(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
mintFor(address to, uint256 amount)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setProxyRegistryAddress(address _proxyRegistryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()