SantasWorkshop
Verified contract
Active on
Ethereum with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SantasWorkshop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16264022 | 2 years ago | | | 0 | 0.00060925477 | |
| 16263803 | 2 years ago | | | 0 | 0.00058501328 | |
| 16263800 | 2 years ago | | | 0 | 0.00053850391 | |
| 16263800 | 2 years ago | | | 0 | 0.00056178841 | |
| 16263797 | 2 years ago | | | 0 | 0.00060634180 | |
| 16263794 | 2 years ago | | | 0 | 0.00065780505 | |
| 16263794 | 2 years ago | | | 0 | 0.00068108955 | |
| 16263794 | 2 years ago | | | 0 | 0.00068108955 | |
| 16263793 | 2 years ago | | | 0 | 0.00063707003 | |
| 16263793 | 2 years ago | | | 0 | 0.00066035453 |
ABI
ABI objects
Getter at block 21124120
MAX_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
333
PUBLIC_COST() view returns (uint256)
0
PUBLIC_OPEN_TIME() view returns (uint256)
1671995700
WL_COST() view returns (uint256)
0
WL_OPEN_TIME() view returns (uint256)
1671994800
baseUri() view returns (string)
ipfs://bafybeigmr6yaqwbr3qaw236n57lhso655dllhayecrwihijnuotzlsjrmu/
name() view returns (string)
SantasWorkshop
owner() view returns (address)
0x07ae632a89650ad4783f0aade9710b6a412e1e36
signer() view returns (address)
0x07ae632a89650ad4783f0aade9710b6a412e1e36
symbol() view returns (string)
ELF
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintPublic(uint256 _quantity) payable
mintWL(uint256 _quantity, bytes signature) payable
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 baseURI)
setCosts(uint256 _wlCost, uint256 _publicCost)
setOpenTimes(uint256 _wlOpenTime, uint256 _publicOpenTime)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()