The Awakening

Unverified contract

Proxy

Active on Base with 2,186 txns
Deployed by via 0xb94574e0 at 21170043
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "The Awakening"

0x30fdb59551197ae54e24fb6791704d99eb8009b0b7316ec7723286e06fb55aa8
0x6663c1c803ef8b0f7cf4a6d4229584dd53c6ae477588cf8f2a206b7b5674e140
0xbfbe52ac5f381e366642adf9a1b0479d09841a03fdafd18ac395327ef1fea5aa
0x1832272191d0ad72dcc9c0ae8c45f8fb1c4d43cbd7dd45f2fd1a90c0c48d7f84
0x7ec07801d5bdc01c09b1563fc04ae13388a6dd2152209a82357a9fc397b3947d
0x6c7fd741412edd0603aa9fadb1a873a4ff43969c8946d09cbab18fc845cac369
0x2bc553d66b5f52377016751262d6fa8eba68b677e5750f59d6a2be87cb6219a3
0xd780b902c6de990c3da8025776497bffa9df87038cb44a24bc0ba5f065df6ab4
0xbb58de14e7736232464589da9339c1f47f00724d8858521580c0c5369a6a5d47
0x6e87953701eb4c70ba6cadc517bee074c371f50f5f2f9abcee93d86694f5ed64

Functions
Getter at block 22748681
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2249
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
The Awakening
owner(view returns (address)
0xf894507c45e0491e27d38c71c1b2fe634820a4db
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TA
totalSupply(view returns (uint256)
2248
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId