CryptoGit.co
Verified contract
Active on
Ethereum with 672 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($64.08)
Native
Value
$64.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017256 | $3,713.48 |
$64.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5159492 | 7 years ago | | | 0.0001 | 0.00042086000 | |
| 5158198 | 7 years ago | | | 0.1084375 | 0.00031924800 | |
| 5151718 | 7 years ago | | | 0.0001 | 0.00057086000 | |
| 5151715 | 7 years ago | | | 0 | 0.00036289200 | |
| 5151710 | 7 years ago | | | 0 | 0.00040731600 | |
| 5151698 | 7 years ago | | | 0.0001 | 0.00033668800 | |
| 5151696 | 7 years ago | | | 0 | 0.00040770000 | |
| 5151675 | 7 years ago | | | 0.0001 | 0.00042086000 | |
| 5151671 | 7 years ago | | | 0 | 0.00040731600 | |
| 5151664 | 7 years ago | | | 0.0001 | 0.00054711800 |
ABI
ABI objects
Getter at block 21379102
NAME() view returns (string)
CryptoGit.co
SYMBOL() view returns (string)
OSSCARD
ceoAddress() view returns (address)
0x55341850a254ea101757653af510cba1aa13b340
cooAddress() view returns (address)
0x55341850a254ea101757653af510cba1aa13b340
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoGit.co
symbol() pure returns (string)
OSSCARD
totalSupply() view returns (uint256 total)
33
Read-only
balanceOf(address _owner) view returns (uint256 balance)
cardIndexToApproved(uint256) view returns (address)
cardIndexToOwner(uint256) view returns (address)
getCard(uint256 _tokenId) view returns (string slug, uint256 price, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createCard(string _slug)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string slug, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address owner, string slug)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.