DivineDogsGenesis
Verified contract
Active on
Ethereum with 1,137 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 "DivineDogsGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20098679 | 5 months ago | | | 0 | 0.00066053040 | |
| 20098678 | 5 months ago | | | 0 | 0.00067074637 | |
| 19957933 | 6 months ago | | | 0 | 0.00023149786 | |
| 19355673 | 9 months ago | | | 0 | 0.0021539739 | |
| 19159627 | 10 months ago | | | 0 | 0.00053079697 | |
| 18954327 | a year ago | | | 0 | 0.00077040732 | |
| 18907517 | a year ago | | | 0 | 0.00071765066 | |
| 18869732 | a year ago | | | 0 | 0.00043840855 | |
| 18839012 | a year ago | | | 0 | 0.0011026004 | |
| 17362255 | a year ago | | | 0 | 0.0013019180 |
ABI
ABI objects
Getter at block 21260925
baseURI() view returns (string)
ipfs://QmcY7j25XmYzGJZuUfW5MxgYcQZinWRevvNHKKEi9UKuWk/
cost() view returns (uint256)
65000000000000000
isMintActive() view returns (bool)
false
maxPerAddressDuringMint() view returns (uint256)
10
maxPerTx() view returns (uint256)
3
name() view returns (string)
DivineDogsGenesis
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x99391dd90f00e6033e338649c0950f54cc3949ae
symbol() view returns (string)
DDG
teamReserveAmount() view returns (uint256)
0
totalAvailable() view returns (uint256)
555
totalReleased() view returns (uint256)
37010000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
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)
flipMintState()
mint(uint256 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMaxMintPerWalletAmount(uint256 maxPerAddressDuringMint_)
setOwnersExplicit(uint256 quantity)
setTotalAvailable(uint256 totalAvailable_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(address[] payees_, uint256[] shares_)
receive()
This contract contains no error objects.