Element 280
Verified contract
Active on
Ethereum with 7,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELMNT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243740 | 13 hours ago | | | 0 | 0.0031709198 | |
| 21242575 | 17 hours ago | | | 0 | 0.0017834292 | |
| 21242464 | 17 hours ago | | | 0 | 0.0012609917 | |
| 21241363 | 21 hours ago | | | 0 | 0.00045615924 | |
| 21241004 | a day ago | | | 0 | 0.0016565448 | |
| 21238470 | a day ago | | | 0 | 0.0077504496 | |
| 21237437 | a day ago | | | 0 | 0.00086250019 | |
| 21237222 | a day ago | | | 0 | 0.0029633477 | |
| 21235854 | 2 days ago | | | 0 | 0.0078658209 | |
| 21235503 | 2 days ago | | | 0 | 0.013006544 |
ABI
ABI objects
Getter at block 21247603 getTotalNftsPerTiers() view returns (uint256[] total)
E280() view returns (address)
0xe9a53c43a0b58706e67341c4055de861e29ee943
contractURI() view returns (string)
ipfs://QmYR58TQpVkLy8mH9zNdSQh91BW1U1Kd2Dta5b2r7cvZZR
multiplierPool() view returns (uint256)
837462
name() view returns (string)
Element 280
owner() view returns (address)
0xcb9ecf72ea9dbc0a5bbc1061335f7ec12a334161
presaleEnd() view returns (uint256)
1731157259
symbol() view returns (string)
ELMNT
totalBurned() view returns (uint256)
7100
totalSupply() view returns (uint256 result)
9783
treasury() view returns (address)
0x15e5b9b9adf208cc7ca3ae1e6a49506eb5f397dd
Read-only
balanceOf(address owner) view returns (uint256)
baseURIs(uint8 tier) view returns (string)
calculateAllocation(uint256[] tokenIds) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBatchedTokensData(uint256[] tokenIds, address nftOwner) view returns (uint256[] timestamps, uint16[] multipliers)
getMultiplier(uint256 tokenId) view returns (uint64)
getNftTier(uint256 tokenId) view returns (uint8)
getTimestamp(uint256 tokenId) view returns (uint64)
getTotalPrice(uint8[] tieredNfts) view returns (uint256 titanXPool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierAllocations(uint8 tier) view returns (uint256)
tierMultipliers(uint8 tier) view returns (uint16)
tokenIdsOf(address account) view returns (uint256[] tokenIds)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintWithEth(uint8[] tieredNfts, uint256 deadline) payable
mintWithTitanX(uint8[] tieredNfts)
redeemNFTs(uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(uint8 tier, string _uri)
setContractURI(string _uri)
startPresale(uint256 _presaleEnd)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _owner, address _treasury, string _contractURI, address _E280, string[] _baseURIs)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
FailedInnerCall()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SafeERC20FailedOperation(address token)
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()