gego.dego
Verified contract
Active on
Ethereum with 48,307 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 |
---|---|---|---|---|---|
GEGO | ERC-721 | 1 | -- | -- | |
GEGO | ERC-721 | 1 | -- | -- | |
GEGO | ERC-721 | 1 | -- | -- | |
GEGO | ERC-721 | 1 | -- | -- | |
GEGO | ERC-721 | 1 | -- | -- | |
GEGO | ERC-721 | 1 | -- | -- | |
GEGO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206624 | 9 days ago | | | 0 | 0.0010391159 | |
| 21206585 | 9 days ago | | | 0 | 0.00045058953 | |
| 21162960 | 15 days ago | | | 0 | 0.00056128292 | |
| 21155744 | 16 days ago | | | 0 | 0.00053153405 | |
| 21068839 | a month ago | | | 0 | 0.00096274545 | |
| 21040823 | a month ago | | | 0 | 0.00013429443 | |
| 21031156 | a month ago | | | 0 | 0.00023571970 | |
| 21006745 | a month ago | | | 0 | 0.00024328169 | |
| 20995368 | a month ago | | | 0 | 0.00023515938 | |
| 20992733 | a month ago | | | 0 | 0.00047662552 |
ABI
ABI objects
Getter at block 21269804
_governance() view returns (address)
0x72a7e0764a06697d8755048ccec37a37106e4798
baseURI() view returns (string)
https://api.dego.finance/gego-token/
name() view returns (string)
gego.dego
symbol() view returns (string)
GEGO
totalSupply() view returns (uint256)
52094
Read-only
_minters(address) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId) returns (bool)
removeMinter(address minter)
safeMint(address to, uint256 tokenId) returns (bool)
safeMint(address to, uint256 tokenId, bytes _data) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setGovernance(address governance)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GovernanceTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.