MusicBearAwards
Verified contract
Active on
Ethereum with 477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($1,130.91)
Native
Value
$1,130.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.3192 | $3,542.94 |
$1,130.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982624 | a month ago | | | 0 | 0.00021255786 | |
| 19271509 | 9 months ago | | | 0 | 0.0022953097 | |
| 19165440 | 10 months ago | | | 0 | 0.00088079620 | |
| 18519868 | a year ago | | | 0 | 0.0012294040 | |
| 16686854 | 2 years ago | | | 0 | 0.0016909198 | |
| 16518770 | 2 years ago | | | 0 | 0.00073889865 | |
| 16431101 | 2 years ago | | | 0 | 0.00078214314 | |
| 16402632 | 2 years ago | | | 0 | 0.0012210702 | |
| 16286030 | 2 years ago | | | 0 | 0.0013290784 | |
| 16198342 | 2 years ago | | | 0 | 0.0011575678 |
ABI
ABI objects
Getter at block 21280014
baseURI() view returns (string)
ipfs://Qma1WgPKkWvMEexoktdhGKXWrMGTC6imn8bNrHeq84DypG/
getPresaleEnd() view returns (uint256)
1652547540
getPresalePrice() view returns (uint256)
0
getPresaleStart() view returns (uint256)
1650819540
getPublicStart() view returns (uint256)
0
getSalePrice() view returns (uint256)
86400000000000000
maxSupply() view returns (uint256)
750
name() view returns (string)
MusicBearAwards
notRevealedUri() view returns (string)
ipfs://QmNVRMhZrUW6MVGe8QGRFbze2apmb3Vbm4rJLPiAk6SRBK
owner() view returns (address)
0x3f0cf9e0551cfbc7de678777b47f8d25f40a0d6d
paused() view returns (bool)
false
presaleEnd() view returns (uint256)
1652547540
presalePrice() view returns (uint256)
0
presaleStart() view returns (uint256)
1650819540
price() view returns (uint256)
86400000000000000
publicStart() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
MBA
totalReleased() view returns (uint256)
45309600000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
387
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(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)
tokenURI(uint256 tokenId) view returns (string)
tokensMinted(address) view returns (uint256)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address[] addresses)
approve(address to, uint256 tokenId)
forceMint(uint256 amount)
presaleMint(uint256 amount, uint256 max, bytes signature) payable
publicSaleMint(uint256 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setNotRevealedURI(string _notRevealedURI)
setPresaleEnd(uint256 _newEnd)
setPresalePrice(uint256 _newPrice)
setPresaleStart(uint256 _newStart)
setPrice(uint256 _newPrice)
setPublicStart(uint256 _newStart)
setWhitelistAddress(address _newAddress)
switchPause()
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()