Somos El Futuro
Verified contract
Active on
Ethereum with 614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 2 additional slots
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "Somos El Futuro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18802613 | a year ago | | | 0 | 0.00081171546 | |
| 17672598 | a year ago | | | 0 | 0.0010148891 | |
0x | 17340323 | 2 years ago | | | 0 | 0.00067816348 | |
| 17153971 | 2 years ago | | | 0 | 0.0015787915 | |
| 17140895 | 2 years ago | | | 0 | 0.0047419094 | |
| 17055244 | 2 years ago | | | 0 | 0.0011327878 | |
| 16894867 | 2 years ago | | | 0 | 0.00068160055 | |
| 16890400 | 2 years ago | | | 0 | 0.0095807761 | |
| 16813954 | 2 years ago | | | 0 | 0.0029642887 | |
| 16785676 | 2 years ago | | | 0 | 0.0020146789 |
ABI
ABI objects
Getter at block 21303832 generalConfig() view returns (string name, string symbol, string contractMetadataUrl, string tokenMetadataUrl, bool allowBuy, bool allowPublicTransfer, bool enableOpenSeaOperatorFilterRegistry, uint256 publicSaleDate, uint256 saleCloseDate, uint256 primaryRoyaltyFee, uint256 secondaryRoyaltyFee)
addresses() view returns (address recoveryAddress, address collectionOwnerAddress, address authorisationAddress, address purchaseTokenAddress, address managerPrimaryRoyaltyAddress, address customerPrimaryRoyaltyAddress, address secondaryRoyaltyAddress)
(recoveryAddress=0xab9fdeb4d789d83e5b093b6cca283a7031403d6a, collectionOwnerAddress=0xab9fdeb4d789d83e5b093b6cca283a7031403d6a, authorisationAddress=0x37d750615d65d547b7d41adcafe3289ae580d974, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0xe09f81fc679d4fc5d4e01c96b852c2545b22c03e, secondaryRoyaltyAddress=0xe09f81fc679d4fc5d4e01c96b852c2545b22c03e)
contractManager() view returns (address)
0x6f10fc8758968425e6d56c3a0600601c2bcb8f26
contractURI() view returns (string uri)
https://api.hypermint.com/metadata/b62ff311-b4a9-42cf-b5b9-d8238f0df42c
name() view returns (string collectionName)
Somos El Futuro
owner() view returns (address)
0xab9fdeb4d789d83e5b093b6cca283a7031403d6a
supply() view returns (uint256 _supply)
721
symbol() view returns (string collectionSymbol)
FUTURO
tokenConfig() view returns (uint256 price, uint256 maxSupply, uint256 maxPerTransaction)
(price=0, maxSupply=2000, maxPerTransaction=10)
totalSupply() view returns (uint256)
721
version() view returns (string)
2.2.0
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address royaltyAddress, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool result)
tokenURI(uint256 _tokenId) view returns (string uri)
totalMinted(address addr) view returns (uint256 numMinted)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(uint256 _amount) payable
buyAuthorised(uint256 _amount, uint256 _totalPrice, uint256 _maxPerAddress, uint256 _expires, bytes _signature) payable
mintBatch(address[] _accounts, uint256[] _amounts)
recoverContract()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddresses(struct HyperMintERC721A_2_2_0Addresses _addresses)
setAllowBuy(bool _allowBuy)
setAllowPublicTransfer(bool _allowPublicTransfer)
setApprovalForAll(address operator, bool approved)
setDates(uint256 _publicSale, uint256 _saleClosed)
setEnableOpenSeaOperatorFilterRegistry(bool _enable)
setMetadataURIs(string _contractURI, string _tokenURI)
setNameAndSymbol(string _newName, string _newSymbol)
setRoyalty(uint256 _primaryFee, uint256 _secondaryFee)
setTokenConfig(uint256 _price, uint256 _maxSupply, uint256 _maxPerTransaction)
transferAuthorised(address _from, address _to, uint256 _tokenId, uint256 _expires, bytes _signature)
transferContractManager(address newContractManager)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractManagerTransferred(address indexed previousContractManager, address indexed newContractManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct HyperMintERC721A_2_2_0GeneralConfig _generalConfig, struct HyperMintERC721A_2_2_0TokenConfig _tokenConfig, struct HyperMintERC721A_2_2_0Addresses _addresses)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
BuyDisabled()
ContractCallBlocked()
ImmutableRecoveryAddress()
InsufficientPaymentValue()
MaxPerAddressExceeded()
MaxPerTransactionExceeded()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewSupplyTooLow()
NonExistentToken()
NotAuthorised()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleClosed()
SaleClosed()
SignatureExpired()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TransfersDisabled()
URIQueryForNonexistentToken()