gego.dego
Verified contract
Active on
Ethereum with 1,576 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 "gego.dego"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995552 | a month ago | | | 0 | 0.00024208300 | |
| 19851675 | 6 months ago | | | 0 | 0.000092432552 | |
| 19137984 | 10 months ago | | | 0 | 0.00047757770 | |
| 19137974 | 10 months ago | | | 0 | 0.00046905132 | |
| 19137972 | 10 months ago | | | 0 | 0.00041330860 | |
| 17967163 | a year ago | | | 0 | 0.00041290052 | |
| 17755363 | a year ago | | | 0 | 0.00038862400 | |
| 17010109 | 2 years ago | | | 0 | 0.00048719178 | |
| 16695161 | 2 years ago | | | 0 | 0.0013916747 | |
| 16667011 | 2 years ago | | | 0 | 0.00048036546 |
ABI
ABI objects
Getter at block 21219004
_governance() view returns (address)
0x20fe4b1ed95911487499e53355bb8f14a881d735
baseURI() view returns (string)
https://api.dego.finance/gego-token-v2/
name() view returns (string)
gego.dego
symbol() view returns (string)
GEGO-V2
totalSupply() view returns (uint256)
980
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)
setURIPrefix(string baseURI)
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.