FreedomWrld

Verified contract

Active on Ethereum with 1,466 txns
Deployed by via 0x5df376cb at 19375649
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots

No balances found for "FreedomWrld"

0xf6d3694268592163f57e3ffdb22786789d7ce71ab3e4927b7225e2ca03e6de30
0x2a82fe4fbcdbe6dd856784ecb63a14e36afc037b6e985ca82aef31b7488f4904
0xd4d921dda696d041ab6905d9ab3bd95d161c2fd479bcb4eb606a8a0385454e07
0xf3fb8e6eec99a22c97c04bd76e9f9aff9cb80548d550c6b8fb46c2d929262f41
0x991c41a80dc721ed2ad81017ab420cbf6488ccedd865384646523c729923d1eb
0x2740e54050c17ea875fe3f3c4d0bc10da9d1597bfbaf59d7c76555616ddfdada
0x65f69303642c961c41839a8c757524c13487c97a3cf0affe7462b8cb0d9f79d5
0x9ceff1aad59842a60775337a93856e8112548c8f381af3eafb41de0a470cfe03
0xf4233e798696b623c1875adc4455d4d121639300464caa77a531e2ebb8e47ee2
0x1ded6b9077659301c212c85181a00f1d02db3241e4a956c1324cb3c92c39f244

Functions
Getter at block 20867650
AVAILABLE_WHITELIST_MINT_SUPPLY(view returns (uint256)
1337800000000000000000
CLAIM_MERKLE_ROOT(view returns (bytes32)
0xdbb8a7b0e4b57b7037ffb6b163bd238979b825cde32e4b98e11869762c130a51
IS_CLAIM_LIVE(view returns (bool)
true
IS_PUBLIC_MINT_LIVE(view returns (bool)
false
IS_WHITELIST_MINT_LIVE(view returns (bool)
false
MAX_TOTAL_SUPPLY(view returns (uint256)
6000000000000000000000
MINT_STEP(view returns (uint256)
100000000000000000
PUBLIC_MINT_MAX_PER_WALLET(view returns (uint256)
4000000000000000000
PUBLIC_MINT_PRICE_PER_STEP(view returns (uint256)
5200000000000000
WHITELIST_MINT_MERKLE_ROOT(view returns (bytes32)
0x228a3cb9e9e9dca88d1c823be2164b9b145998a6d81deb28981e84d2fc44b0f2
WHITELIST_MINT_PRICE_PER_STEP(view returns (uint256)
5000000000000000
baseURI(view returns (string)
https://pttiz3ms8i.execute-api.us-east-1.amazonaws.com/metadata/
decimals(pure returns (uint8)
18
mirrorERC721(view returns (address)
0xf9e38e953c4e82a529d616207e67578cbb1f37b3
name(pure returns (string)
FreedomWrld
owner(view returns (address)
0x6e7de08f9dc987d881d84456970581d047520b99
paused(view returns (bool)
false
symbol(pure returns (string)
FREE
totalSupply(view returns (uint256)
4484600000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
getSkipNFT(address ownerview returns (bool)
tokenURI(uint256 tokenIdview returns (string result)
unpausablePerAddress(addressview returns (bool)
wallets(addressview returns (uint256 publicMintsuint256 whitelistMintsuint256 partnerClaimsuint256 presaleClaims)
State-modifying
approve(address spenderuint256 amountreturns (bool)
claimPartner(uint256 _amountuint256 _maxAmountbytes32[] _proof
claimPresale(uint256 _amount
mintPublic(uint256 _amountpayable 
mintWhitelist(uint256 _amountuint256 _maxAmountbytes32[] _proofpayable 
renounceOwnership(
setAvailableWhitelistMintSupply(uint256 _newValue
setBaseURI(string _newValue
setClaimMerkleRoot(bytes32 _newValue
setMintStep(uint256 _newValue
setPublicMintMaxPerWallet(uint256 _newValue
setPublicMintPrice(uint256 _newValue
setSkipNFT(bool skipNFTreturns (bool)
setUnpausableAddress(address _newValuebool unpausable
setWhitelistMintMerkleRoot(bytes32 _newValue
setWhitelistMintPrice(uint256 _newValue
toggleClaimIsLive(
togglePausedApprovalsAndTransfers(
togglePublicMintIsLive(
toggleWhitelistMintIsLive(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
withdrawEthBalance(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SkipNFTSet(address indexed targetbool status
Transfer(address indexed fromaddress indexed touint256 amount
Unpaused(address account
Constructor
constructor(uint256 _publicMintPricePerStepuint256 _whitelistMintPricePerStepuint256 _availableWhitelistMintSupplyuint256 _initialTokenSupplyaddress _presaleAddress1address _presaleAddress2
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
DNAlreadyInitialized(
EnforcedPause(
ExpectedPause(
FnSelectorNotRecognized(
InsufficientAllowance(
InsufficientBalance(
LinkMirrorContractFailed(
MirrorAddressIsZero(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SenderNotMirror(
TokenDoesNotExist(
TotalSupplyOverflow(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToZeroAddress(
UnitIsZero(