TiGER GIF#1

Unverified contract

Proxy

Active on Base
Deployed by via 0xc4699913 at 22042788
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 "TiGER GIF#1"

0x01a1513d4bedeb4cb1a423b2ea082026dd55875ed7476d88364865be65b7539b
0x46382023102e3d76a1dfd5b8494825d2d29e952ffafd4fbed8a9be9a14263cae
0xdf2fba22306343b894f1d37f7cc0cc4e79161ccf920074024cffb6de79200fee
0xe77d73b783365ed1c1940512e512499825b9f9ab461f06a6a7561d6445952afd
0x72acbf7345ecaaf93bdb03c6c4ec9c8c5f71f11e6f32ed903a793c5b559de267
0x28ec18f01f79c1f722079d3d7b5f32ec929cc0ffe9389498dba279c1e105d604
0xf1fc9b2e59985bd2f6c147d78905c9a45c3d26f25c0a30560282bb3fae9636ee
0x03a19709d7507d9a6d99a9b89cf4ffc3622b2cbc67d932b3b308cd01352c669e
0xce3588ce7e44019acb858392ba0d43b16e5abaadf1049459d5c6908c45187a82
0xf07d77593387694e6f0ba48932b3d791ed07476a4422e101fac00e3f2aa51434

Functions
Getter at block 22773076
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
730
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
TiGER GIF#1
owner(view returns (address)
0x3fac67f1834ad4f0a1b91330720d5afda8e66544
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TG
totalSupply(view returns (uint256)
729
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