DEGENERATE/REGENERATE
Verified contract
Active on
Ethereum with 17,664 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($44.62)
Native
Value
$44.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012365 | $3,608.71 |
$44.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260005 | 3 days ago | | | 0 | 0.00038155430 | |
| 21258231 | 4 days ago | | | 0 | 0.00064166164 | |
| 21253893 | 4 days ago | | | 0 | 0.00088531385 | |
| 21246666 | 5 days ago | | | 0 | 0.00094929463 | |
| 21225551 | 8 days ago | | | 0 | 0.00048835939 | |
| 21222569 | 9 days ago | | | 0 | 0.0017695462 | |
| 21210087 | 10 days ago | | | 0 | 0.00049873141 | |
| 21132433 | 21 days ago | | | 0 | 0.00083694111 | |
| 21080010 | a month ago | | | 0 | 0.00075421643 | |
| 21050850 | a month ago | | | 0 | 0.00031915185 |
ABI
ABI objects
Getter at block 21284015
MAX_PURCHASE_COUNT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
7400
MINT_PRICE() view returns (uint256)
100000000000000000
baseTokenURI() view returns (string)
ipfs://QmYdxBUR9k4e27tK6JPx53xaha2kLF7WudeYxjbkto7Hrk/
name() view returns (string)
DEGENERATE/REGENERATE
owner() view returns (address)
0x9a09d6ea1d2db80f120082b884d96698d4903467
startMintDate() view returns (uint256)
1639850400
startPresaleDate() view returns (uint256)
1639771200
symbol() view returns (string)
OBEYDG
totalMinted() view returns (uint256)
7400
totalReleased() view returns (uint256)
740001002532464988279
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
7400
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens, bytes pass) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setStartMintDate(uint256 _startMintDate)
setStartPresaleDate(uint256 _startPresaleDate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address account)
withdrawERC20(address token, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _startPresaleDate, uint256 _startMintDate, string _baseTokenURI, address _presaleSigner, address _staffSigner, address _obeySigner, address[] _payees, uint256[] _shares)
receive()
This contract contains no error objects.