Atomical

Unverified contract

Proxy

Active on Base with 6,113 txns
Deployed by via 0xc4a917be at 20304221
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 "Atomical"

0x0e6ff150d40bda55e21f14227ad7071ef899d3248ce25847822341f9ed050323
0xf358516886d5055649a0a2e1801978f8aec06da2ef8d9d39d51e347d75bb3b5c
0xd951f9a6444f132638e6e69d08e2648c57ca5eeafb8482de64588c64902c82c7
0x638a49191f83f839db836bb687243d441f9231658aed17a18c96b2846721c3a6
0xa7ebf250a2be7f1e172169654baa52e704386ab0fac71c3ca3675117e3cb6c29
0xac49875bce6c227fab04aacb83bd64f943caef9e24dc1d702ca40f448e90202d
0xd0313b35af930f92828fde77b4bad049aae126dd49953f62772204db2d04bce6
0x7aa31bbf17e9cf6ff6e59919e5e318c30c2ad82358fb53b3c73b36f7d8918f6f
0xd5413ced6f0b7be353d2a7dfc715f2f795e5d105bd69b61ad6e34ce33410dc48
0xe6746424253e43d6051db03f67b601777bfaf007cba8e8f6ee74e1fdccdc0ec2

Functions
Getter at block 22941394
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
6276
 
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)
Atomical
owner(view returns (address)
0xbe7bfad8952ae92abb8779aa4d6826839e82fa3d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
A
totalSupply(view returns (uint256)
6275
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