The Boys of Summer
Verified contract
Active on
Ethereum with 820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
1 additional
variable
Balances ($605.08)
Native
Value
$356.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.114571 | $3,110.29 |
$356.35 | |
WETH | ERC-20 | 0.079979 | $3,109.94 |
$248.73 | |
ERC-20 | 1.1206 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124138 | 10 days ago | | | 0 | 0.00035962763 | |
| 21010958 | a month ago | | | 0 | 0.00051652115 | |
| 21006798 | a month ago | | | 0 | 0.00057098193 | |
| 21005565 | a month ago | | | 0 | 0.00051123971 | |
| 21002932 | a month ago | | | 0 | 0.00042099002 | |
| 20998010 | a month ago | | | 0 | 0.00036554751 | |
| 20944237 | a month ago | | | 0 | 0.00089163830 | |
| 20921325 | a month ago | | | 0 | 0.0020735134 | |
| 20896359 | a month ago | | | 0 | 0.00022335821 | |
| 20893361 | a month ago | | | 0 | 0.00094986048 |
ABI
ABI objects
Getter at block 21198981
_currentTokenId() view returns (uint256)
999
attributeURI() view returns (string)
https://storage.googleapis.com/bos-mfc-hidden-uri/
baseURI() view returns (string)
https://storage.googleapis.com/bos-mfc-token-uri/
isOperatorFilterRegistryRevoked() view returns (bool)
false
maxSupply() view returns (uint256)
999
minter() view returns (address)
0xff9cf325bfa593f7dbdbd7a3e21966ca53cf7d71
name() view returns (string)
The Boys of Summer
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x8f2467a553d3272bbed0af12c109693b6d965b83
symbol() view returns (string)
THEBOYSOFSUMMER
totalReleased() view returns (uint256)
11164960348425000000
totalShares() view returns (uint256)
750
totalSupply() view returns (uint256)
999
Read-only
authorized(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
blockList(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
immutableAttributeURI(uint256 _tokenId) view returns (string)
isApprovedForAll(address _owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to) returns (uint256)
release(address account)
release(address token, address account)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorized(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBaseURIMinter(string _newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setImmutableAttributeURI(string _attributeURI)
setMinter(address _minter)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDenyList(address flaggedOperator, bool status)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
MetadataUpdate(uint256 _tokenId)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
TokenBurned(uint256 indexed tokenId)
TokenCreated(uint256 indexed tokenId, address mintedTo)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _minter, uint256 _maxSupply, string _baseURI, address[] _payees, uint256[] _shares, uint96 _feeNumerator)
receive()
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()