ESSENCE
Verified contract
Active on
Ethereum with 27,507 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "ESSENCE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146992 | 2 days ago | | | 0 | 0.0011532436 | |
| 21125029 | 5 days ago | | | 0 | 0.00035854012 | |
| 21121913 | 5 days ago | | | 0 | 0.00039188945 | |
| 21060628 | 14 days ago | | | 0 | 0.00024444780 | |
| 21016877 | 20 days ago | | | 0 | 0.00053555627 | |
| 21012279 | 20 days ago | | | 0 | 0.00044101645 | |
| 21009486 | 21 days ago | | | 0 | 0.00034439785 | |
| 20959336 | a month ago | | | 0 | 0.00081255764 | |
| 20958372 | a month ago | | | 0 | 0.00047995005 | |
| 20873983 | a month ago | | | 0 | 0.00033434764 |
ABI
ABI objects
Getter at block 21158175 state() view returns (struct IERC1155CollectionCollectionState)
active() view returns (bool)
true
claimEndTime() view returns (uint256)
1648242000
claimStartTime() view returns (uint256)
1648069200
endTime() view returns (uint256)
1648587600
getAdmins() view returns (address[] admins)
[]
maxSupply() view returns (uint16)
12969
owner() view returns (address)
0x63a934da457e9d19cdc4a6016961b6d571944818
presaleInterval() view returns (uint256)
172800
presalePurchaseLimit() view returns (uint16)
0
presalePurchasePrice() view returns (uint256)
200000000000000000
purchaseCount() view returns (uint16)
12969
purchaseLimit() view returns (uint16)
0
purchaseMax() view returns (uint16)
12969
purchasePrice() view returns (uint256)
469000000000000000
purchaseRemaining() view returns (uint16)
0
reserveCount() view returns (uint16)
0
startTime() view returns (uint256)
1648242000
transactionLimit() view returns (uint16)
1
transferLocked() view returns (bool)
false
useDynamicPresalePurchaseLimit() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
nonceUsed(string nonce) view returns (bool)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events activate(uint256 startTime_, uint256 duration, uint256 presaleInterval_, uint256 claimStartTime_, uint256 claimEndTime_)
approveAdmin(address admin)
burn(address from, uint16 amount)
claim(uint16 amount, bytes32 message, bytes signature, string nonce)
deactivate()
mintReserve(uint16 amount)
mintReserve(uint16[] amounts, address[] addresses)
premint(uint16 amount)
premint(uint16[] amounts, address[] addresses)
purchase(uint16 amount, bytes32 message, bytes signature, string nonce) payable
renounceOwnership()
revokeAdmin(address admin)
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)
setCollectionURI(string uri)
setTransferLocked(bool locked)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw(address recipient, uint256 amount)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CollectionActivated(uint256 startTime, uint256 endTime, uint256 presaleInterval, uint256 claimStartTime, uint256 claimEndTime)
CollectionDeactivated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(address signingAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.