gmDAO Token v2
Verified contract
Active on
Ethereum with 4,511 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xd07d…2430 (#706480) | ERC-1555 | 844 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309261 | 16 hours ago | | | 0 | 0.00078658685 | |
| 21307211 | a day ago | | | 0 | 0.00034673094 | |
| 21296929 | 2 days ago | | | 0 | 0.00023970172 | |
| 21296929 | 2 days ago | | | 0 | 0.00023911718 | |
| 21296928 | 2 days ago | | | 0 | 0.00023144803 | |
| 21292272 | 3 days ago | | | 0 | 0.00036797912 | |
| 21291235 | 3 days ago | | | 0 | 0.00028504940 | |
| 21291213 | 3 days ago | | | 0 | 0.00032771671 | |
| 21264295 | 7 days ago | | | 0 | 0.00072127758 | |
| 21263659 | 7 days ago | | | 0 | 0.00020514178 |
ABI
ABI objects
Getter at block 21313888
baseTokenURI() view returns (string)
https://api.gmstudio.art/collections/gmv2/token/
getNormalTokenCount() view returns (uint256)
832
getSpecialTokenCount() view returns (uint256)
22
getTotalTokenCount() view returns (uint256)
854
gmDAOAddress() view returns (address)
0xd18e205b41eee3d208d3b10445db95ff02ba4aca
isMigrationActive() view returns (bool)
true
maxNormalTokens() view returns (uint256)
870
maxSpecialTokens() view returns (uint256)
30
maxSupply() view returns (uint256)
900
name() view returns (string)
gmDAO Token v2
nextNormalTokenId() view returns (uint256)
832
nextSpecialTokenId() view returns (uint256)
892
owner() view returns (address)
0xd18e205b41eee3d208d3b10445db95ff02ba4aca
raribleContractAddress() view returns (address)
0xd07dc4262bcdbf85190c01c996b4c06a461d2430
raribleTokenId() view returns (uint256)
706480
royaltyPercent() view returns (uint256)
10
symbol() view returns (string)
GMV2
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
sentV1Tokens(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
onERC1155BatchReceived(address, address from, uint256[] ids, uint256[] values, bytes) returns (bytes4)
onERC1155Received(address, address from, uint256 id, uint256 amount, bytes) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setRaribleContractAddress(address raribleAddress)
setRaribleTokenId(uint256 tokenId)
setRoyaltyPercent(uint256 percent)
toggleMigrationActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeBatch(uint256 qty)
upgradeSpecialBatch(uint256 qty)
upgradeSpecialToken()
upgradeToken()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address raribleAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.