Beats On Base
Verified contract
Active on
Base with 1,447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Beats On Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19470157 | 2 months ago | | | 0 | 2.7675526e-7 | |
| 16642996 | 4 months ago | | | 0 | 1.6766192e-7 | |
| 16437163 | 4 months ago | | | 0 | 2.4837501e-7 | |
| 16335151 | 4 months ago | | | 0 | 0.000000090314661495 | |
| 15903504 | 5 months ago | | | 0 | 1.8425124e-7 | |
| 15698644 | 5 months ago | | | 0 | 2.4105000e-7 | |
| 13207132 | 7 months ago | | | 0 | 1.8425124e-7 | |
| 13109069 | 7 months ago | | | 0 | 0.000000079119353385 | |
| 13109067 | 7 months ago | | | 0 | 0.000000079359513090 | |
| 12913906 | 7 months ago | | | 0 | 1.6807783e-7 |
ABI
ABI objects
Getter at block 21880229
_expirationTime() view returns (uint256)
1695311699
name() view returns (string)
Beats On Base
owner() view returns (address)
0xb5fb2bdbca7d7cf9148d02cc9b779662a8deddca
symbol() view returns (string)
BOB
totalSupply() view returns (uint256)
39019
Read-only
balanceOf(address owner) view returns (uint256)
generateSVG(uint256 id) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
freeMint(uint256 _ammount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setRoyality(uint256 _royality)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()