ReGen Men
Verified contract
Active on
Ethereum with 2,641 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.95)
Native
Value
$3.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,946.33 |
$3.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18033719 | a year ago | | | 0 | 0.00097845614 | |
| 16995861 | 2 years ago | | | 0 | 0.0011956172 | |
| 16693521 | 2 years ago | | | 0 | 0.0023008582 | |
| 16632739 | 2 years ago | | | 0 | 0.0012914631 | |
| 16449004 | 2 years ago | | | 0 | 0.0012325958 | |
| 16185104 | 2 years ago | | | 0 | 0.0014695261 | |
| 16176993 | 2 years ago | | | 0 | 0.0016268458 | |
| 16141782 | 2 years ago | | | 0 | 0.0010226925 | |
| 16141690 | 2 years ago | | | 0 | 0.00087369436 | |
| 16141146 | 2 years ago | | | 0 | 0.0011466802 |
ABI
ABI objects
Getter at block 21412472
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmcxuA4F878PahcZhser6kdJ7TLuThJe6d17sRdk6haPZ3/
maxPerTransaction() view returns (uint256)
2
maxSupply() view returns (uint256)
5555
mintIsOpen() view returns (bool)
true
mintSupply() view returns (uint256)
5000
name() view returns (string)
ReGen Men
owner() view returns (address)
0x2af46d28b32cf71de17ead1001cd2ce7604c099e
price() view returns (uint256)
0
symbol() view returns (string)
REGEN
teamSupply() view returns (uint256)
555
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterAddress(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletPublic(address) view returns (uint256)
State-modifying
Events airdropToken(uint256[] amount, address[] owners)
approve(address operator, uint256 tokenId) payable
publicMint(uint256 qty) payable
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 baseURI_)
setPrice(uint256 newPrice)
setTeamSupply(uint256 maxTeam_)
teamMint(uint256 qty)
toggleMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
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)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()