DeadChristmas
Verified contract
Active on
Ethereum with 3,268 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 "DeadChristmas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910586 | a year ago | | | 0 | 0.00046924331 | |
| 18909313 | a year ago | | | 0 | 0.00047871264 | |
| 18907549 | a year ago | | | 0 | 0.00056351788 | |
| 18803241 | a year ago | | | 0 | 0.00079361238 | |
| 18803219 | a year ago | | | 0 | 0.00067627865 | |
| 18427064 | a year ago | | | 0 | 0.00062961673 | |
| 18357157 | a year ago | | | 0 | 0.00033253503 | |
| 18334324 | a year ago | | | 0 | 0.00044297449 | |
| 17166924 | 2 years ago | | | 0 | 0.0043827371 | |
| 17021424 | 2 years ago | | | 0 | 0.00052227921 |
ABI
ABI objects
Getter at block 21264193
baseURI() view returns (string)
ipfs://bafybeifp6f235pw4qi6hvgea2glbxtb7oh3h4q5ibk7kf5zy3aowk2mxz4/
cost() view returns (uint256)
4500000000000000
maxSupply() view returns (uint256)
5454
name() view returns (string)
DeadChristmas
owner() view returns (address)
0xc8cca358bdfaccd95fe456ed89e4b2541ce9e05d
sale() view returns (bool)
true
symbol() view returns (string)
KLLRS
totalSupply() view returns (uint256)
5454
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)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
ownerMint(uint256 _amount)
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)
setCost(uint256 _cost)
toggleSale(bool _toggle)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()