T Rex Sapiens Order
Verified contract
Active on
Ethereum with 2,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.18)
Native
Value
$0.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000057 | $3,147.15 |
$0.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20478769 | 3 months ago | | | 0 | 0.00027207649 | |
| 17956687 | a year ago | | | 0 | 0.00098731010 | |
| 17884964 | a year ago | | | 0 | 0.00090230022 | |
| 17622046 | a year ago | | | 0 | 0.0026389199 | |
| 17290881 | a year ago | | | 0 | 0.0017978538 | |
| 16959646 | 2 years ago | | | 0 | 0.0010039872 | |
| 16859279 | 2 years ago | | | 0 | 0.00060278567 | |
| 16858841 | 2 years ago | | | 0 | 0.00085796282 | |
| 16636873 | 2 years ago | | | 0 | 0.0023062633 | |
| 16572775 | 2 years ago | | | 0 | 0.0012732062 |
ABI
ABI objects
Getter at block 21204030
firstSaleMerkleRoot() view returns (bytes32)
0x436bac27f3912a2cc12c2a178c1a587a92f8b883c18f1dfedc494d56775aa9fe
name() view returns (string)
T Rex Sapiens Order
owner() view returns (address)
0x993917c468e0f01bb9d12bf6ec7e1ef854cfae6d
saleConfig() view returns (uint32 publicSaleStartTime, uint64 firstSalePrice, uint64 secondSalePrice, uint64 publicPrice, uint32 publicSaleKey)
(publicSaleStartTime=1652126400, firstSalePrice=59000000000000000, secondSalePrice=59000000000000000, publicPrice=10000000000, publicSaleKey=89)
secondSaleMerkleRoot() view returns (bytes32)
0xb06ce7d32b2be6c2d22074c09b23c5a4c88b966501be172d8f8f387d9953ba44
symbol() view returns (string)
TREX
totalSupply() view returns (uint256)
5959
Read-only
balanceOf(address owner) view returns (uint256)
firstSaleClaimed(address) view returns (uint256)
firstSaleClaimedChecker(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
secondSaleClaimed(address) view returns (uint256)
secondSaleClaimedChecker(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
firstSaleMint(bytes32[] _merkleProof, uint256 quantity) payable
gift(address[] receivers)
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
reserveGiveaway(uint256 num, address walletAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondSaleMint(bytes32[] _merkleProof, uint256 quantity) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFirstSaleMerkleRoot(bytes32 merkle_root)
setFirstSalePrice(uint64 price)
setMaxSupply(uint256 number)
setPublicPrice(uint64 price)
setPublicSaleKey(uint32 key)
setPublicSaleStartTime(uint32 time)
setSecondSaleMerkleRoot(bytes32 merkle_root)
setSecondSalePrice(uint64 price)
setupSaleInfo(uint64 firstSalePriceWei, uint64 secondSalePriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()