This contract is being backfilled. You may encounter incomplete storage history.

Dancing Beans

Verified contract

Active on Ethereum with 2,188 txns
Deployed by via 0xa513bef7 at 19183881
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dancing Beans"

0x58e17130a056989a846f175db6fb46a7ed89d5a61a5ddf35ff141bd581f246ca
0xc42c98c6881332fb28ea265a40cd538eb87fc578b23e1ab83c5c071eee940315
0x51426cc4f1ae282d8bdc70ee85c0467c31b6382b9ecdd832b9357463a7db4141
0x5d2282f3a5f7d9d8e27dc4ec6d955703c0f8dc0f904cdbd66c8f0168fc5a411d
0xca9d76f284f485a25a2c72b5431045c2cac1f1bb63aa3d1b35f5815f21893115
0x5c997e1df2620047ac32b8a6739154f96e9af25fe91b68ac67c075902c48a1db
0xb497edae26bfb2f51b698054d7fd85569ac2e8cd28829fb1c404ff0adc4596e7
0x88d20164644e00ab01c93771ad6807db42a6c0042f4eee73a43fa12d11297981
0xb7f9c2c78062de617b523a3854ece6bf4d008b55b5a774d526a67b123ae5512a
0x4b591444e9d263c9bc27437b52e0df8eeca673a5752e00502ae4d2341f854266

Functions
Getter at block 20794144
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://beans404.s3.amazonaws.com/
decimals(view returns (uint8)
18
minted(view returns (uint256)
6206
name(view returns (string)
Dancing Beans
owner(view returns (address)
0x56c0d18e665d405cbb459c550516a00cb26a2a90
symbol(view returns (string)
BEANS
totalSupply(view returns (uint256)
10000000000000000000000
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(
Fallback and receive

This contract contains no fallback and receive objects.

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