TWL Trailer

Verified contract

Active on Ethereum with 12,854 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"

0xcdee17b9e11527a62e48fae6fbcd4b507ea60cb0ae1f2dec0583ea7bd77d0206
0x28b108cf9c479c594fc46b65eb7058ce4f832718c075f482bfe680394c0d4984
0xe72061a068c278b0599e7a18b092062628e3f9709cf906a6695c9ea680af93c4
0x11234ba962fa579a9a38cd99dd6760706b81bd1d8221253b7bbb621bc075c8eb
0x63bda696c34b691c5422836c2a5f3c9065ea5b231b4dc192f95a1b31ffcb11f0
0x7b5a0f06990f95cea85036cb126a2b4a22c4d17e4aa8ce95ebcd8433e3c495b7
0x9641eed12a7668d9a5d1adb9c042853a526c4ec9e860ba678a57478a93ec2b10
0x979c45c92929416c6d6b0915b879ce4ed44eeae94c73e458629aee849d3f764f
0xbcafde407f5e506a9fbb1aab89a4da98c13666edc0fb6884a713f71168056f79
0xc89a5df1cfd3f3f9597f07d7a88c4350b781492d3a66325df638fbd54422c378

Functions
Getter at block 21050703
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(