Bridges
Verified contract
Active on
Ethereum with 1,863 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Bridges"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21067161 | a month ago | | | 0 | 0.00059697799 | |
| 20615135 | 3 months ago | | | 0 | 0.00015386485 | |
| 19136792 | 10 months ago | | | 0 | 0.0010419526 | |
| 18445277 | a year ago | | | 0 | 0.00045480618 | |
| 18399526 | a year ago | | | 0 | 0.00068856601 | |
| 18270696 | a year ago | | | 0 | 0.00070814013 | |
| 17760743 | a year ago | | | 0 | 0.00036356681 | |
| 17425097 | a year ago | | | 0 | 0.00097205131 | |
| 17103348 | 2 years ago | | | 0 | 0.0022976579 | |
| 16999064 | 2 years ago | | | 0 | 0.00087901127 |
ABI
ABI objects
Getter at block 21309397
baseURI() view returns (string)
https://api.beatfoundry.xyz/api/v1/nft/1
composer() view returns (string)
Oshi
description() view returns (string)
Oshi's first generative collection with Beat Foundry. Beat Foundry's first collection with on-chain lyrics.
maxSupply() view returns (uint256)
900
mintPrice() view returns (uint256)
0
mintingPhase() view returns (uint8)
3
name() view returns (string)
Bridges
numVariableTracks() view returns (uint256)
4
owner() view returns (address)
0x99c27ea3331137d2d1030647d2cef9c3549d73f4
royaltyContract() view returns (address)
0xf3948cc136c7a35f6bcab002be7bf1b61e7759f1
royaltyPercent() view returns (uint256)
5
symbol() view returns (string)
BRDG
totalSupply() view returns (uint256)
900
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeedTokenID(bytes32 seed) view returns (uint256)
getVariant(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
midi(uint256 tokenId) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addStaticTrack(uint256 song, bytes track)
addVariableTrack(uint256 song, uint256 trackNum, bytes track)
approve(address to, uint256 tokenId)
disableMint()
mint(address to, bytes32 seed, uint256 variant, bytes pass, bytes32[] seedProof) payable
mintAllowlist(address to, bytes32[] seeds, uint256[] variants, bytes32[][] allowlistProofs) payable
mintReserve(address to, bytes32[] seeds, uint256[] variants)
removeStaticTrack(uint256 song, uint256 index)
removeVariableTrack(uint256 song, uint256 trackNum, uint256 index)
renounceOwnership()
resetStaticTracks(uint256 song)
resetVariableTracks(uint256 song, uint256 trackNum)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllSeedsMerkleRoot(bytes32 value)
setAllowlistMerkleRoot(bytes32 value)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setComposer(string composer_)
setDescription(string description_)
setMintPrice(uint256 value)
setRoyaltyPercentage(uint256 percent)
setSongNames(uint256[] songs, string[] songNames)
setTimeDivision(uint256 song, bytes2 timeDivision)
startAllowlistMint(uint256 supply)
startPublicMint(uint256 supply)
startReserveMint(uint256 supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, string name_, string singular_, string description_, string symbol_, string composer_, uint256 numVariableTracks_, address[] royaltyReceivers_, uint256[] royaltyShares_, uint256 royaltyPercent_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientBalance(uint256 balance)
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
InvalidProof()
MintToZeroAddress()
MintZeroQuantity()
MintingLimitReached()
NotAllowlisted()
OwnerQueryForNonexistentToken()
SameLengthRequired()
SeedAlreadyUsed()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()