Welcome to the new Base.org

Unverified contract

Proxy

Active on Base with 116,553 txns
Deployed by via 0xfd283a1c at 20937175
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 "Welcome to the new Base.org"

0x1cdaf5925e0c535a3856bb42ea55256a0ceda9b42fdc969da0a1df81530e41ea
0x1a1fa1e45e29b8df1b4b9abc5ac73bb1958e82a57d1d5f74d7cd2f9330c4f8ae
0x40099006cfb29fef9928c91b1b11e324bac8d9d83fe0a09c27877e8c48f8409b
0xade1531b848a8dacfe07cb2fb8cc099ad30d24c7c2ef163dcb3589697120f582
0x711cf9d9e8bf136bcae52a3e88083594fb2d12b11bffe47d264f8fbe9c3e7a5e
0x06485f9897129a6713398bc846474b1d50f07ce4380d38f96903b92721954d25
0x66bb0907c0ee588a06b77f792534aa57a2cf4fca83884e5743077eb44e25778f
0xb8c284d8353bff9118d4b4d336cabccddd11161a2bf7b4692a8d8f7973421190
0x6cc999faf996e4ababfc97f0226e36aae7df47467b0988c9e1bd499fba72db6d
0xe0cca5d1244c24a46a2b475bb079720ebc7b54ecf0af658e7d101c7f6ea3db75

Functions
Getter at block 22732403
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
133458
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
Welcome to the new Base.org
owner(view returns (address)
0x9652721d02b9db43f4311102820158abb4ecc95b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WTT
totalSupply(view returns (uint256)
133457
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