ZethrGameDividendCard
Verified contract
Active on
Ethereum with 287 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 "ZethrGameDividendCard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6764230 | 6 years ago | | | 130.21613 | 0.0037815500 | |
| 6544184 | 6 years ago | | | 12.068143 | 0.00020924100 | |
| 6544184 | 6 years ago | | | 12.068143 | 0.0025573900 | |
| 6544184 | 6 years ago | | | 11.789738 | 0.00020924100 | |
| 6544184 | 6 years ago | | | 11.789738 | 0.0023249000 | |
| 6451356 | 6 years ago | | | 35.65683 | 0.00083123700 | |
| 6451340 | 6 years ago | | | 34.957676 | 0.0015113400 | |
| 6451320 | 6 years ago | | | 34.272231 | 0.00052896900 | |
| 6451308 | 6 years ago | | | 33.600227 | 0.0015113400 | |
| 6451278 | 6 years ago | | | 32.941399 | 0.00083123700 |
ABI
ABI objects
Getter at block 21169923
BANKROLL() view returns (address)
0x8481ff17c388ac87c5fa390e5c745677c6d99552
NAME() view returns (string)
ZethrGameDividendCard
SYMBOL() view returns (string)
ZGDC
creator() view returns (address)
0x7847ad4bb2f61ba8702c0ad43bde2762c0021715
implementsERC721() pure returns (bool)
true
name() pure returns (string)
ZethrGameDividendCard
onSale() view returns (bool)
true
symbol() pure returns (string)
ZGDC
totalSupply() view returns (uint256 total)
8
Read-only
balanceOf(address _owner) view returns (uint256 balance)
divCardIndexToApproved(uint256) view returns (address)
divCardIndexToOwner(uint256) view returns (address)
divCardRateToIndex(uint256) view returns (uint256)
getDivCard(uint256 _divCardId) view returns (string divCardName, uint256 sellingPrice, address owner)
ownerOf(uint256 _divCardId) view returns (address owner)
priceOf(uint256 _divCardId) view returns (uint256 price)
State-modifying
Events approve(address _to, uint256 _tokenId)
createDivCard(string _name, uint256 _price, uint256 _percentIncrease)
purchase(uint256 _divCardId) payable
receiveDividends(uint256 _divCardRate) payable
setBankroll(address where)
setCreator(address _creator)
startCardSale()
takeOwnership(uint256 _divCardId)
transfer(address _to, uint256 _divCardId)
transferFrom(address _from, address _to, uint256 _divCardId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor(address _bankroll)
This contract contains no fallback and receive objects.
This contract contains no error objects.