Dancing Beans
Verified contract
Active on
Ethereum with 2,450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- | |
BEANS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281758 | 2 days ago | | | 0 | 0.0011312275 | |
| 21273057 | 4 days ago | | | 0 | 0.00043812596 | |
| 21263849 | 5 days ago | | | 0 | 0.00068157705 | |
| 21221390 | 11 days ago | | | 0 | 0.0014968179 | |
| 21218658 | 11 days ago | | | 0 | 0.0031060948 | |
| 21217556 | 11 days ago | | | 0 | 0.00059231042 | |
| 21217510 | 11 days ago | | | 0 | 0.00096003594 | |
| 21217180 | 11 days ago | | | 0 | 0.0019805714 | |
| 21216425 | 11 days ago | | | 0 | 0.0071111375 | |
| 21207150 | 13 days ago | | | 0 | 0.00039310084 |
ABI
ABI objects
Getter at block 21298518
baseTokenURI() view returns (string)
dataURI() view returns (string)
https://beans404.s3.amazonaws.com/
decimals() view returns (uint8)
18
minted() view returns (uint256)
8606
name() view returns (string)
Dancing Beans
owner() view returns (address)
0x56c0d18e665d405cbb459c550516a00cb26a2a90
symbol() view returns (string)
BEANS
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()