Silks Genesis Avatar
Verified contract
Active on
Ethereum with 12,347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Silks Genesis Avatar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156064 | 14 days ago | | | 0 | 0.00058801018 | |
| 21105947 | 21 days ago | | | 0 | 0.000082494136 | |
| 21049292 | a month ago | | | 0 | 0.00024314405 | |
| 21028292 | a month ago | | | 0 | 0.00046988756 | |
| 21027470 | a month ago | | | 0 | 0.00030575160 | |
| 20741843 | 2 months ago | | | 0 | 0.00016065575 | |
| 20741838 | 2 months ago | | | 0 | 0.00013732552 | |
| 20741777 | 2 months ago | | | 0 | 0.00015249181 | |
| 20707422 | 3 months ago | | | 0 | 0.000099279767 | |
| 20603738 | 3 months ago | | | 0 | 0.00013359081 |
ABI
ABI objects
Getter at block 21257030
MAX_TOTAL_MINT() view returns (uint256)
10000
MAX_TOTAL_MINT_PER_ADDRESS() view returns (uint256)
0
PRICE() view returns (uint256)
110000000000000000
_baseTokenURI() view returns (string)
https://6qye37p226.execute-api.us-west-1.amazonaws.com/collection/
_maxPerAddress() view returns (uint256)
0
_maxSupply() view returns (uint256)
10000
_maxTxPerAddress() view returns (uint256)
2
_merkleRoot() view returns (bytes32)
0x6d704da81bdc0db41edeae0846db32cc30942c116b164976972942fe105fc860
_preSaleTime() view returns (uint256)
1650988800
_presaleMaxPerAddress() view returns (uint256)
2
_presalePrice() view returns (uint256)
150000000000000000
_price() view returns (uint256)
110000000000000000
_publicSaleTime() view returns (uint256)
1651089600
isPreSaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Silks Genesis Avatar
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x84be7649e18706aa28167a61199ba9665ea1031f
paused() view returns (bool)
false
symbol() view returns (string)
Silks
totalReleased() view returns (uint256)
1001510000000000000000
totalShares() view returns (uint256)
1
totalSupply() view returns (uint256)
7358
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onEarlyPurchaseList(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
earlyPurchase(uint256 count, bytes32[] merkleProof) payable
mint(address to, uint256 count) payable
pause()
purchase(uint256 count) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
setMerkleRoot(bytes32 merkleRoot)
setSaleInformation(uint256 publicSaleTime, uint256 preSaleTime, uint256 maxPerAddress, uint256 presaleMaxPerAddress, uint256 price, uint256 presalePrice, bytes32 merkleRoot, uint256 maxTxPerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateRoyalties(address recipient, uint256 value)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
EarlyPurchase(address indexed addr, uint256 indexed atPrice, uint256 indexed count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Purchase(address indexed addr, uint256 indexed atPrice, uint256 indexed count)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI, uint256[] numericValues, bytes32 merkleRoot, address[] payees, uint256[] shares, address royaltyRecipient, uint256 royaltyAmount)
receive()
This contract contains no error objects.