TWL Trailer

Verified contract

Active on Ethereum with 12,858 txns
Deployed by via 0xd98fe76c at 18270709
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TWL Trailer"

0x5e4006522d35f75dc338f9f0fe1d6bdab50f9d974d70e00a18ecc7c09f56079a
0xb1d743f4b4f2d5429da76c5d3b7e469d818c160e7cb64e1894b42f7ab7506265
0x2096718228a6a3e3294adf9532793875781c39c739b7e783d42381beb402ea98
0x6f940a0a8d39288e9bb29ad614ce66ca1d377ea6fb5aae949477351ceaecd8ef
From
0xcdee17b9e11527a62e48fae6fbcd4b507ea60cb0ae1f2dec0583ea7bd77d0206
0x28b108cf9c479c594fc46b65eb7058ce4f832718c075f482bfe680394c0d4984
0xe72061a068c278b0599e7a18b092062628e3f9709cf906a6695c9ea680af93c4
0x11234ba962fa579a9a38cd99dd6760706b81bd1d8221253b7bbb621bc075c8eb
0x63bda696c34b691c5422836c2a5f3c9065ea5b231b4dc192f95a1b31ffcb11f0
0x7b5a0f06990f95cea85036cb126a2b4a22c4d17e4aa8ce95ebcd8433e3c495b7

Functions
Getter at block 21393073
MAX_FRAME_WIDTH(view returns (uint16)
3840
MAX_MINTABLE_AT_ONCE(view returns (uint256)
1000
MINT_PRICE(view returns (uint256)
700000000000000
baseURI(view returns (string)
https://theworldslargest.com/api/nft/
closed(view returns (bool)
true
contractURI(view returns (string)
https://theworldslargest.com/api/nft/metadata
currentTokenId(view returns (uint256)
50091
fundsReceiver(view returns (address)
0x7fd91144e43ecdec4d193c451e01f2f38f1d61fd
name(view returns (string)
TWL Trailer
owner(view returns (address)
0x96d2a62eaf91421e6a14436d61d1ce125fd6d807
paused(view returns (bool)
true
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TWLT
totalSupply(view returns (uint256)
50091
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address touint256 tokenIdpayable 
close(
mintFrames(uint192 timeInMSuint16 xuint16 yuint16 dimensionaddress recipientuint256 quantitypayable returns (uint256)
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setFundsReceiver(address _fundsReceiver
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
FramesMinted(uint256 startTokenIduint256 endTokenIduint256 timeInMSuint256 xuint256 yuint256 dimensionaddress indexed recipient
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
Closed(
EnforcedPause(
ExpectedPause(
InvalidETHAmountForQuantity(
InvalidTokenId(
InvalidXOrDimension(
MaximumFramesAtOnce(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
QuantityShouldBeGreaterThanZero(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(