The Divine
Verified contract
Active on
Ethereum with 5,320 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 "The Divine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290923 | a day ago | | | 0 | 0.00029011331 | |
| 21282755 | 2 days ago | | | 0 | 0.00059612022 | |
| 21098904 | a month ago | | | 0 | 0.00010657919 | |
| 21025124 | a month ago | | | 0 | 0.00014927495 | |
| 20800420 | 2 months ago | | | 0 | 0.00093597689 | |
| 20695408 | 3 months ago | | | 0 | 0.000081175506 | |
| 20652911 | 3 months ago | | | 0 | 0.000053929186 | |
| 20612815 | 3 months ago | | | 0 | 0.00031383486 | |
| 20535577 | 3 months ago | | | 0 | 0.00051362375 | |
| 20381198 | 4 months ago | | | 0 | 0.000094763598 |
ABI
ABI objects
Getter at block 21297797
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmPn4cjsXmqNR5tHLeh8A9C1dNkvXi4FhzuumTtJSUkEvh/
maxSupply() view returns (uint256)
8888
name() view returns (string)
The Divine
owner() view returns (address)
0x9de208d07d60a0983b862344a90ea769af3c231c
paused() view returns (bool)
false
presaleOpen() view returns (bool)
true
price() view returns (uint256)
80000000000000000
saleOpen() view returns (bool)
false
symbol() view returns (string)
DIVI
totalSupply() view returns (uint256)
4476
Read-only
Whitelist(address) view returns (uint256)
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)
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)
burn(uint256 tokenId)
mint(uint256 amount) payable
pause()
renounceOwnership()
reserveMints(address to)
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 newPrice)
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistAddress(address[] who, uint256 amount)
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.