Alfa Nouns
Verified contract
Proxy
Active on
Base with 235 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
0x4e0a…19f1
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001655 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21037540 | 19 days ago | | | 0 | 2.5708431e-7 | |
| 20358977 | a month ago | | | 0 | 2.3530769e-7 | |
| 20291032 | a month ago | | | 0 | 3.9422131e-7 | |
| 17868545 | 3 months ago | | | 0 | 4.5248482e-7 | |
| 17741992 | 3 months ago | | | 0 | 2.2726129e-7 | |
| 17184752 | 4 months ago | | | 0 | 3.9422131e-7 | |
| 17174319 | 4 months ago | | | 0 | 4.2651180e-7 | |
| 17026165 | 4 months ago | | | 0 | 2.4775510e-7 | |
| 16659225 | 4 months ago | | | 0 | 4.4595414e-7 | |
| 16620305 | 4 months ago | | | 0 | 4.4667817e-7 |
ABI
ABI objects
Getter at block 21841165
baseURI() view returns (string)
https://alfanouns.wtf/meta
contractURI() view returns (string)
https://arweave.net/o0qbHIzQ3zUKynJJhAgy8vIxSRmZLpZZPP2GO_t5Lrw
defaultManager() view returns (address)
0x0000000000000000000000000000000000000000
limitSupply() view returns (uint256)
10000
minters() view returns (address[])
[0x8087039152c472Fa74F47398628fF002994056EA, 0xB18dC442D06F47Ec596459ADA29468945D5166a3]
name() view returns (string)
Alfa Nouns
observability() view returns (address)
0x4e0afba59894060369881f4bc9ba05731a4119f1
owner() view returns (address)
0x09a900eb2ff6e9aca12d4d1a396ddc9be0307661
royaltyManager() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ALFANOUN
totalSupply() view returns (uint256)
1267
Read-only
balanceOf(address owner) view returns (uint256)
encryptDecrypt(bytes data, bytes key) pure returns (bytes result)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenGroupingId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenManager(uint256 id) view returns (address manager)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
freezeMints()
initialize(address creator, string _contractURI, struct IRoyaltyManagerRoyalty defaultRoyalty, address _defaultTokenManager, string _name, string _symbol, address trustedForwarder, address initialMinter, string newBaseURI, uint256 _limitSupply, bool useMarketplaceFiltererRegistry, address _observability)
initialize(bytes data)
mintAmountToOneRecipient(address recipient, uint256 amount)
mintOneToMultipleRecipients(address[] recipients)
mintOneToOneRecipient(address recipient) returns (uint256)
mintSameAmountToMultipleRecipients(address[] recipients, uint256 amount)
mintSpecificTokenToOneRecipient(address recipient, uint256 tokenId)
mintSpecificTokensToOneRecipient(address recipient, uint256[] tokenIds)
registerMinter(address minter)
removeDefaultTokenManager()
removeGranularTokenManagers(uint256[] _ids)
removeRoyaltyManager()
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(string newBaseURI)
setContractMetadata(string newName, string newSymbol, string newContractUri)
setDefaultRoyalty(struct IRoyaltyManagerRoyalty _royalty)
setDefaultTokenManager(address _defaultTokenManager)
setGranularRoyalties(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
setGranularTokenManagers(uint256[] _ids, address[] _tokenManagers)
setLimitSupply(uint256 _limitSupply)
setRoyaltyManager(address _royaltyManager)
setTokenURIs(uint256[] ids, string[] uris)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unregisterMinter(address minter)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string oldBaseUri, string newBaseURI)
DefaultRoyaltySet(address indexed recipientAddress, uint16 indexed royaltyPercentageBPS)
DefaultTokenManagerChanged(address indexed newDefaultTokenManager)
GranularRoyaltiesSet(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
GranularTokenManagersRemoved(uint256[] _ids)
GranularTokenManagersSet(uint256[] _ids, address[] _tokenManagers)
Initialized(uint8 version)
LimitSupplySet(uint256 indexed newLimitSupply)
MinterRegistrationChanged(address indexed minter, bool indexed registered)
MintsFrozen()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyManagerChanged(address indexed newRoyaltyManager)
TokenURIsSet(uint256[] ids, string[] uris)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
EmptyString()
InvalidManager()
ManagerDoesNotExist()
ManagerRemoveBlocked()
ManagerSwapBlocked()
MintERC2309QuantityExceedsLimit()
MintFrozen()
MintToZeroAddress()
MintZeroQuantity()
MinterRegistrationInvalid()
MismatchedArrayLengths()
NotMinter()
OverLimitSupply()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RoyaltyBPSInvalid()
RoyaltySetBlocked()
TokenDoesNotExist()
TokenNotInRange()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()