12DaysOfCrypto

Verified contract

Active on Ethereum with 1,195 txns
Deployed by via 0x24f3afe8 at 16485792
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "12DaysOfCrypto"

0x6eea163e06a2585e94521ddae9f6bc1bfa391d5d19a20fddb238ea14c048d3f6
0x5de894c0ec2cf496338a61bd5331ae52c8eef1cb9c82cbee1f53242c478cb834
0x7b68d01571bc4ba47781f9cce87ed2396975ea7f7bf46a88ac78d993b63e670b
0x08ff407d61aab57e13c9d3dcaaa2a94ee3c81788438f58cc8d227b75acdfccdd
0x7c04528710420ff66d95cab82d10f63cdb30f36d806dd634011969285c03bf36
0xa84b946ed178985856206ef64bc6fcdd335a471b55e7e89150eaae87ce7d63bf
0x78b75da84c219b7086349446b1300ac980558946ad7eb824f9980f48d32a544b
0xb4b7939c61103942408e8afe07f643f1ff47dc4078df8371b260930b002d88a4
0x511622bd5f0a28b03c6e45698e31f579ab70d9270f6681e2e99a8a1b64ec7d2a
0x7947ab96b80dcd39629933d0560394328be93adb68a14e23fd3d1ca84dc5336a

Functions
Getter at block 21006977
BURNER(view returns (address)
0x3f9f7f8e22b66568db43edbf6aac886d0bb6ef82
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
mintActive(view returns (bool)
true
name(view returns (string)
12DaysOfCrypto
owner(view returns (address)
0xefc8a4ad63faf1c9c1e9529f10daf3ec33621fa6
symbol(view returns (string)
12DOC
totalSupply(view returns (uint256)
946
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(
mint(uint256 burnToken
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setBurnContract(address burnAddress
toggleMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintInactive(
MintToZeroAddress(
MintZeroQuantity(
NotOwner(address senderaddress expected
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(