Skulourful
Verified contract
Active on
Ethereum with 10,420 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,325.51 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263525 | 2 days ago | | | 0 | 0.00062607016 | |
| 21152307 | 17 days ago | | | 0 | 0.00073941405 | |
| 21144501 | 18 days ago | | | 0 | 0.0011061445 | |
| 21144481 | 18 days ago | | | 0 | 0.00067702105 | |
| 21124895 | 21 days ago | | | 0 | 0.00036560197 | |
| 21105906 | 24 days ago | | | 0 | 0.000084945000 | |
| 21104344 | 24 days ago | | | 0 | 0.00035991247 | |
| 21045074 | a month ago | | | 0 | 0.00034832305 | |
| 21027570 | a month ago | | | 0 | 0.00024510051 | |
| 20917254 | 2 months ago | | | 0 | 0.00039178535 |
ABI
ABI objects
Getter at block 21276064
collectionSize() view returns (uint256)
6666
isPresale() view returns (bool)
false
isReveal() view returns (bool)
true
isStartMinting() view returns (bool)
true
maxBatchSize() view returns (uint256)
10
maxOG() view returns (uint256)
2
maxPublic() view returns (uint256)
2
maxSkulist() view returns (uint256)
2
mintPrice() view returns (uint256)
0
name() view returns (string)
Skulourful
ogSaleStart() view returns (uint256)
1666807200
owner() view returns (address)
0xa08e124535f242487d55dcb139c5d666efa24702
paused() view returns (bool)
false
publicSaleStart() view returns (uint256)
1666814400
skulistSaleStart() view returns (uint256)
1666808100
symbol() view returns (string)
SKUL
totalSupply() view returns (uint256)
6666
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userMintBalance(address) view returns (uint256)
userMintOGBalance(address) view returns (uint256)
userMintSkulistBalance(address) view returns (uint256)
userOGFreeClaim(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint8 amount) payable
mintPrivate(uint8 amount, bytes signature, bool isOG) payable
mintTo(uint256[] quantity, address[] recipient) payable
pause()
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 newURI, string newExtension)
setCollectionSize(uint256 _newCollectionSize)
setIsReveal(bool _isReveal)
setMaxAddress(uint256 publicAmount, uint256 privateSkulistAmount, uint256 privateOGAmount)
setMintPrice(uint256 _mintPrice)
setSaleTime(uint256 _ogSaleStart, uint256 _skulistSaleStart, uint256 _publicSaleStart)
setSecret(string secret)
setSigner(address signer)
setUnrevealURI(string newURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw() payable
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()