GOAT BEE BEE
Verified contract
Active on
Ethereum with 111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($271.54)
Native
Value
$271.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.069 | $3,935.36 |
$271.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14640779 | 3 years ago | | | 0 | 0.0010856584 | |
| 14562579 | 3 years ago | | | 0.0207 | 0.0025266204 | |
| 14552938 | 3 years ago | | | 0.0069 | 0.0031951503 | |
| 14552447 | 3 years ago | | | 0.0276 | 0.0070147021 | |
| 14552227 | 3 years ago | | | 0 | 0.00069230400 | |
| 14552165 | 3 years ago | | | 0 | 0.0010974359 | |
| 14552126 | 3 years ago | | | 0 | 0.0010080243 | |
| 14552106 | 3 years ago | | | 0.0069 | 0.0026054926 | |
| 14552098 | 3 years ago | | | 0.0069 | 0.0011377199 | |
| 14552098 | 3 years ago | | | 0.0069 | 0.0021548685 |
ABI
ABI objects
Getter at block 21336344
MAX_SUPPLY() view returns (uint256)
2222
maxPerTx() view returns (uint256)
10
name() view returns (string)
GOAT BEE BEE
owner() view returns (address)
0x0cd21906bd3b55daf2dfcbf1d15f881951bfa502
price() view returns (uint256)
6900000000000000
proxyRegistry() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
BEE
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
1
totalSupply() view returns (uint256)
462
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnersOpenSeaProxy(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, string _newSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address openSeaProxyRegistry, address[] _payees, uint256[] _shares)
receive()
This contract contains no error objects.