EulerBeats: Enigma
Verified contract
Active on
Ethereum with 3,828 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($366,839.76)
Native
Value
$366,839.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 98.848 | $3,711.15 |
$366,839.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274332 | 4 days ago | | | 0 | 0.00040629326 | |
| 21274306 | 4 days ago | | | 0 | 0.00046813965 | |
| 21274101 | 4 days ago | | | 0 | 0.00055786959 | |
| 21273931 | 5 days ago | | | 0 | 0.00025902470 | |
| 21273899 | 5 days ago | | | 0 | 0.00054111913 | |
| 21161408 | 20 days ago | | | 0 | 0.00081401705 | |
| 21161403 | 20 days ago | | | 0 | 0.00082461726 | |
| 21128727 | 25 days ago | | | 0 | 0.0010798845 | |
| 21031147 | a month ago | | | 0 | 0.00049182444 | |
| 20475190 | 4 months ago | | | 0 | 0.000079818711 |
ABI
ABI objects
Getter at block 21306211
A() view returns (uint256)
12
B() view returns (uint256)
140
C() view returns (uint256)
100
MAX_PRINT_SUPPLY() view returns (uint256)
160
MAX_SEEDS_SUPPLY() view returns (uint256)
27
PRINTS_FLAG_BIT() view returns (uint256)
1
SIG_DIGITS() view returns (uint256)
3
burnPrintEnabled() view returns (bool)
true
mintEnabled() view returns (bool)
true
mintPrintEnabled() view returns (bool)
true
name() view returns (string)
EulerBeats: Enigma
originalsMinted() view returns (uint256)
27
owner() view returns (address)
0x0fcb8ecf48d327d8da77a92e63bce07ec17f636d
reserve() view returns (uint256)
98616000000000000000
scriptCount() view returns (uint256)
5
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)
getPricesBySeed(uint256 seed) view returns (uint256 printPrice, uint256 nextPrintPrice, uint256 burnPrice, uint256 nextBurnPrice, uint256 supply)
getPricesBySupply(uint256 supply) pure returns (uint256 printPrice, uint256 nextPrintPrice, uint256 burnPrice, uint256 nextBurnPrice)
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)
isSeedId(uint256 tokenId) pure returns (bool)
scripts(uint256) view returns (string)
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() returns (uint256)
mintPrint(uint256 seed, address _owner) 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)
setBurnPrintEnabled(bool enabled)
setContractMintPrintEnabled(bool enabled)
setLocked(bool locked)
setMintEnabled(bool enabled)
setMintPrintEnabled(bool enabled)
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 _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.