All for One

Unverified contract

Proxy

Active on Base with 60,376 txns
Deployed by via 0xb86adfef at 19019240
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
ERC-20
--
0x83408c5b2a91e6a31d61e8354f629407a8726b2c61c553a1947fb031af286d2e
0x56e2c80808e368ff6db4d120d7e958685c6f13f1ddfcbf52e7404ddb9beeef0f
0xbc1f07b17722f886d0b61dccaa0274421652ae9027303ead7c420d6dd4775fb3
0xfe14b2c969b1c909a9e825ea19c322f0598f1467016165d9a67a58f36ef57086
0xbcf2713316869d203dee111abbaf4a63c57bc6b133bba87d097883ce2a4b833e
0x843e3d435c8ea9f7e3b9124eeca2f5584f1a19930e164eaf1d88811e0d87fbea
0xcc67c6d13c2da4fb9b9c31f8490e104787db97ade9892c649cb9849b26b5e555
0xbcea27afc494fc3036b753f30157c9bcf89b3e65fc3a3e72d6285aa8d95672cf
0x61cf475e0527e4141d044a99124a46d5057c56a84b9cee55a464b815e3815f2c
0xc91c15d5f4bad24fb7055b85b4fadca80d41d00c9fd7dae492a165695f2a0a8e

Functions
Getter at block 22007375
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
59689
 
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)
All for One
owner(view returns (address)
0xbe7bfad8952ae92abb8779aa4d6826839e82fa3d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AFO
totalSupply(view returns (uint256)
59688
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