MetaSkulls
Verified contract
Active on
Ethereum with 1,038 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000002 | $3,678.46 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20286244 | 5 months ago | | | 0 | 0.00018330678 | |
| 20200367 | 5 months ago | | | 0 | 0.000070287719 | |
| 19472375 | 8 months ago | | | 0 | 0.00066747694 | |
| 18849192 | a year ago | | | 0 | 0.00068227385 | |
| 18722530 | a year ago | | | 0 | 0.0014539437 | |
| 18335868 | a year ago | | | 0 | 0.00078449591 | |
| 18258706 | a year ago | | | 0 | 0.00091186413 | |
| 18014821 | a year ago | | | 0 | 0.0020343882 | |
| 17985889 | a year ago | | | 0 | 0.0014193017 | |
| 17254340 | 2 years ago | | | 0 | 0.0014909515 |
ABI
ABI objects
Getter at block 21304988
baseURI() view returns (string)
https://api.metaskulls.co/metadata/
baseURIAlreadySet() view returns (bool)
false
collectionSize() view returns (uint256)
10000
isPublicSaleOn() view returns (bool)
false
maxMint() view returns (uint256)
7
name() view returns (string)
MetaSkulls
owner() view returns (address)
0xb525909204344c7eb38f8cf16c1e5f11a1d6b010
price() view returns (uint256)
100000000000
reserveAmount() view returns (uint256)
100
symbol() view returns (string)
SKULLISH
tokensReserved() view returns (uint256)
100
totalReleased() view returns (uint256)
90330600000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1296
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
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)
mint(uint256 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(address recipient, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxMint(uint256 newMaxMint)
setPrice(uint256 newPrice)
setSigner(address signer)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, string salt, bytes token) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
PriceChanged(uint256 price)
ReservedToken(address minter, address recipient, uint256 amount)
SignerChanged(address signer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, address signer, uint256 _reserveAmount, uint256 _maxMint, uint256 _collectionSize)
receive()
This contract contains no error objects.