TWL Trailer
Verified contract
Active on
Ethereum with 12,858 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7fd9…61fd
Balances ($0.00)
No balances found for "TWL Trailer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21324357 | 10 days ago | | | 0 | 0.0010217450 | |
| 21219667 | 24 days ago | | | 0 | 0.00031843903 | |
| 21140678 | a month ago | | | 0 | 0.00037319311 | |
| 21060580 | 2 months ago | | | 0 | 0.00028078110 | |
| 21032210 | 2 months ago | | | 0 | 0.00034987722 | |
| 21017476 | 2 months ago | | | 0 | 0.00030964494 | |
| 20982624 | 2 months ago | | | 0 | 0.00023199065 | |
| 20956661 | 2 months ago | | | 0 | 0.00025202454 | |
| 20854551 | 2 months ago | | | 0 | 0.00017386561 | |
| 20802867 | 3 months ago | | | 0 | 0.00032223429 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId) payable
close()
mintFrames(uint192 timeInMS, uint16 x, uint16 y, uint16 dimension, address recipient, uint256 quantity) payable returns (uint256)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setFundsReceiver(address _fundsReceiver)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
FramesMinted(uint256 startTokenId, uint256 endTokenId, uint256 timeInMS, uint256 x, uint256 y, uint256 dimension, address indexed recipient)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
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()