Diverge
Verified contract
Active on
Ethereum with 1,302 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 "Diverge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21361023 | 4 days ago | | | 0 | 0.00058275353 | |
| 21318242 | 10 days ago | | | 0 | 0.00094520405 | |
| 21295982 | 13 days ago | | | 0 | 0.00057464647 | |
| 20707456 | 3 months ago | | | 0 | 0.000046390635 | |
| 19072633 | a year ago | | | 0 | 0.00083888958 | |
| 18393758 | a year ago | | | 0 | 0.00088534915 | |
| 16887196 | 2 years ago | | | 0 | 0.00033641789 | |
| 16729586 | 2 years ago | | | 0 | 0.0012109077 | |
| 16706818 | 2 years ago | | | 0 | 0.00097202771 | |
| 16588016 | 2 years ago | | | 0 | 0.0011866942 |
ABI
ABI objects
Getter at block 21389660
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_baseURI() view returns (string)
https://diverge-productshop.s3.amazonaws.com/metadata/
_contractMetadata() view returns (string)
https://diverge-productshop.s3.amazonaws.com/metadata/contract-level-metadata.json
_couponSigner() view returns (address)
0xf9bfa3d8055673df8c2827cdb49868c3a58a3899
_currentTokenTypeID() view returns (uint256)
1
_maxPublicMintPerTx() view returns (uint256)
4
_mintPrice() view returns (uint256)
0
_paused() view returns (bool)
false
_presaleMintActive() view returns (bool)
true
_publicMintActive() view returns (bool)
true
_royalties() view returns (address recipient, uint24 amount)
(recipient=0x0000000000000000000000000000000000000000, amount=0)
contractURI() view returns (string)
https://diverge-productshop.s3.amazonaws.com/metadata/contract-level-metadata.json
Read-only
_tokenMaxSupply(uint256) view returns (uint256)
_tokenSupply(uint256) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
quantityMinted(uint256 id, address owner) view returns (uint256)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 typeId) view returns (uint256)
uri(uint256 typeId) view returns (string)
State-modifying
Events create(uint256 maxSupply) returns (uint256)
grantAdminRole(address user)
grantRole(bytes32 role, address account)
mint(uint256 typeId, uint256 quantity) payable
mintOnBehalf(uint256 typeId, uint256 quantity, address beneficiary)
presaleMint(uint256 typeId, uint256 allotted, struct DivergeCoupon coupon, uint256 quantity)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractMetadata(string contractMetadata)
setCouponSigner(address newCouponSigner)
setMaxPublicMintPerTx(uint256 value)
setMintPrice(uint256 value)
setPaused(bool paused)
setPresaleMintActive(bool active)
setPublicMintActive(bool active)
setQuantityMinted(uint256 typeId, address user, uint128 quantiy)
setRoyalties(address recipient, uint256 value)
setTokenMaxSupply(uint256 typeId, uint256 maxSupply)
withdraw()
ApprovalForAll(address indexed account, 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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address couponSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.