T-Rex Mafia
Verified contract
Active on
Ethereum with 5,582 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "T-Rex Mafia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20649893 | 3 months ago | | | 0 | 0.000064657429 | |
| 20599150 | 3 months ago | | | 0 | 0.000067849490 | |
| 20549710 | 3 months ago | | | 0 | 0.00010760454 | |
| 20158783 | 5 months ago | | | 0 | 0.000075434802 | |
| 20158783 | 5 months ago | | | 0 | 0.000085337002 | |
| 19967803 | 6 months ago | | | 0 | 0.00040543375 | |
| 19839216 | 6 months ago | | | 0 | 0.00027944508 | |
| 19812485 | 6 months ago | | | 0 | 0.00034331466 | |
| 19705783 | 7 months ago | | | 0 | 0.00015778516 | |
| 19700377 | 7 months ago | | | 0 | 0.00027181630 |
ABI
ABI objects
Getter at block 21198998
MAX_SUPPLY() view returns (uint256)
7777
baseTokenURI() view returns (string)
https://trexmafia.herokuapp.com/
freeMintActive() view returns (bool)
false
maxPerTx() view returns (uint256)
6
name() view returns (string)
T-Rex Mafia
owner() view returns (address)
0x17f3cec65b39b6cfab5f2f6c27277d2d7d7153e4
price() view returns (uint256)
0
saleActive() view returns (bool)
true
supply() view returns (uint256)
7777
symbol() view returns (string)
TREX
vipSaleActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
claimReserved(address) 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)
tokensOfOwner(address _owner) view returns (uint256[])
vipSaleReserved(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimToken()
editClaimReserved(address[] _a, uint256[] _amount)
editVipSaleReserved(address[] _a, uint256[] _amount)
mintToken(uint256 _amount) payable
mintVipSale(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeMintActive(bool val)
setMaxTx(uint256 newMax)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setVipSaleActive(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.
This contract contains no error objects.