Every Icon
Verified contract
Active on
Ethereum with 1,339 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0x6af7…6a77
-
variable spans 4 additional slots
-
variable spans 3 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Every Icon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230684 | 8 days ago | | | 0 | 0.00092476979 | |
| 21146891 | 20 days ago | | | 0 | 0.00045701961 | |
| 21146837 | 20 days ago | | | 0 | 0.00046804825 | |
| 21097123 | a month ago | | | 0 | 0.00020792514 | |
| 21072444 | a month ago | | | 0 | 0.0016883432 | |
| 21039765 | a month ago | | | 0 | 0.00028038366 | |
| 21037604 | a month ago | | | 0 | 0.00046784993 | |
| 21020810 | a month ago | | | 0 | 0.00036673247 | |
| 20950516 | 2 months ago | | | 0 | 0.0021282582 | |
| 20900474 | 2 months ago | | | 0 | 0.00037371836 |
ABI
ABI objects
Getter at block 21286641
animationURIBase() view returns (string)
https://everyicon.xyz/icon/?tokenId=
beneficiary() view returns (address)
0x6af75bdbfaa0d27eda3c00300642dc2f29456a77
codeStorageTxHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
dutchAuctionConfig() view returns (uint256 startPoint, uint256 startPrice, uint256 decreaseInterval, uint256 decreaseSize, uint248 numDecreases, uint8 unit)
(startPoint=1639156320, startPrice=5120000000000000000, decreaseInterval=300, decreaseSize=128000000000000000, numDecreases=36, unit=2)
name() view returns (string)
Every Icon
owner() view returns (address)
0x1ddcf25f111f5fb653da75ab75ce68b928c56a63
paused() view returns (bool)
false
repositoryLocked() view returns (bool)
false
sellerConfig() view returns (uint256 totalInventory, uint256 maxPerAddress, uint256 maxPerTx, uint248 freeQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory)
(totalInventory=512, maxPerAddress=0, maxPerTx=1, freeQuota=42, reserveFreeQuota=false, lockFreeQuota=true, lockTotalInventory=true)
symbol() view returns (string)
Icon
totalSold() view returns (uint256)
512
totalSupply() view returns (uint256)
512
Read-only
balanceOf(address owner) view returns (uint256)
cost(uint256 n) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
iconData(uint256 tokenId, uint256 ticks) view returns (uint256[4] icon, uint256 iconSettingTime)
iconIsSet(uint256 tokenId) view returns (bool)
iconSettingTimes(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintingBlocks(uint256) view returns (uint32)
ownerOf(uint256 tokenId) view returns (address)
peekSVG(uint256 tokenId) view returns (bytes)
renderSVG(uint256 tokenId, uint256 ticks) view returns (bytes)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokens(uint256) view returns (uint8 designIcon0, uint8 designIcon1, uint8 randIcon, uint8 combMethod)
State-modifying
Events approve(address to, uint256 tokenId)
buy() payable
closeIconSettingWindow()
lockRepository()
pause()
purchaseFreeOfCharge(address to, uint256 n)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimationURIBase(string base)
setApprovalForAll(address operator, bool approved)
setAuctionConfig(struct LinearDutchAuctionDutchAuctionConfig config, uint256 expectedReserve)
setAuctionStartPoint(uint256 startPoint)
setBeneficiary(address _beneficiary)
setCodeStorageTxHash(bytes32 txHash)
setIcon(uint256 tokenId, struct EveryIconLibToken token)
setRepository(struct EveryIconLibRepository repo_)
setSellerConfig(struct SellerSellerConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Refund(address indexed buyer, uint256 amount)
Revenue(address indexed beneficiary, uint256 numPurchased, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, struct EveryIconLibRepository repo_, address[] payees, uint256[] shares)
This contract contains no fallback and receive objects.
This contract contains no error objects.