Degenerative ART
Verified contract
Active on
Ethereum with 922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Degenerative ART"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20352085 | 4 months ago | | | 0 | 0.000077602491 | |
| 19047531 | 10 months ago | | | 0 | 0.00037562994 | |
| 18903860 | 10 months ago | | | 0 | 0.00058386821 | |
| 18807917 | a year ago | | | 0 | 0.0014472663 | |
| 18806242 | a year ago | | | 0 | 0.0021241601 | |
| 18804082 | a year ago | | | 0 | 0.00071817332 | |
| 18654754 | a year ago | | | 0 | 0.00089666382 | |
| 18235490 | a year ago | | | 0 | 0.0013765263 | |
| 18083600 | a year ago | | | 0 | 0.00076616670 | |
| 17734755 | a year ago | | | 0 | 0.0012347392 |
ABI
ABI objects
Getter at block 21180053
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
200
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PRICE_PER_TOKEN() view returns (uint256)
100000000000000000
baseURI() view returns (string)
ipfs://QmXUZ3fNigvWU7RA2W533G16TwSgLh9DbdSVL5241VGXra/
isFrozen() view returns (bool)
false
isSaleActive() view returns (bool)
true
name() view returns (string)
Degenerative ART
symbol() view returns (string)
DGEN
totalSupply() view returns (uint256)
200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchReserveMint(address[] recipients)
burn(uint256 tokenId)
flipSaleState()
freeze()
grantRole(bytes32 role, address account)
mint() payable
renounceRole(bytes32 role, address account)
reserveMint(uint256 count, address to)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string newBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.