EulerBeats
Verified contract
Active on
Ethereum with 5,171 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($859,043.92)
Native
Value
$859,043.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 246.34344 | $3,487.18 |
$859,043.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166858 | 14 days ago | | | 0 | 0.0021369500 | |
| 21144146 | 17 days ago | | | 0 | 0.0011866347 | |
| 21122315 | 20 days ago | | | 0 | 0.00084657630 | |
| 21085493 | 25 days ago | | | 0 | 0.00019485215 | |
| 20995921 | a month ago | | | 0 | 0.00042443603 | |
| 20808766 | 2 months ago | | | 0 | 0.00040140979 | |
| 20781476 | 2 months ago | | | 0 | 0.00083713218 | |
| 20564682 | 3 months ago | | | 0 | 0.00011510940 | |
| 20564678 | 3 months ago | | | 0 | 0.00011693120 | |
| 20564674 | 3 months ago | | | 0 | 0.00012023044 |
ABI
ABI objects
Getter at block 21264550
mintPrice() view returns (uint256)
271000000000000000
name() view returns (string)
EulerBeats
originalsMinted() view returns (uint256)
27
owner() view returns (address)
0x8cac485c30641ece09dbeb2b5245e24de4830f27
reserve() view returns (uint256)
246202200000000000000
scriptCount() view returns (uint256)
4
symbol() view returns (string)
eBEATS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getBurnPrice(uint256 supply) pure returns (uint256 price)
getPrintPrice(uint256 printNumber) pure returns (uint256 price)
getPrintTokenIdFromSeed(uint256 seed) pure returns (uint256)
getScriptAtIndex(uint256 index) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
seedToOwner(uint256) view returns (address)
seedToPrintsSupply(uint256 seed) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addScript(string _script)
burnPrint(uint256 seed, uint256 minimumSupply)
mint() payable returns (uint256)
mintPrint(uint256 seed) payable returns (uint256)
renounceOwnership()
resetScriptCount()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setEnabled(bool enabled)
setLocked(bool locked)
setPrice(uint256 _mintPrice)
setURI(string newuri)
transferOwnership(address newOwner)
updateScript(string _script, uint256 index)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintOriginal(address indexed to, uint256 seed, uint256 indexed originalsMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrintBurned(address indexed to, uint256 id, uint256 indexed seed, uint256 priceReceived, uint256 nextPrintPrice, uint256 nextBurnPrice, uint256 printsSupply, uint256 reserve)
PrintMinted(address indexed to, uint256 id, uint256 indexed seed, uint256 pricePaid, uint256 nextPrintPrice, uint256 nextBurnPrice, uint256 printsSupply, uint256 royaltyPaid, uint256 reserve, address indexed royaltyRecipient)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.