DIVIDEND CARDS
Verified contract
Active on
Ethereum with 2,268 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($106,941.19)
Native
Value
$106,941.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 29.705555 | $3,600.04 |
$106,941.19 | |
EBK | ERC-20 | 29.705555 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6467049 | 6 years ago | | | 0 | 0.000043648000 | |
| 6409705 | 6 years ago | | | 0 | 0.00021106000 | |
| 6398025 | 6 years ago | | | 1.545634 | 0.00027156000 | |
| 6398017 | 6 years ago | | | 2.2974865 | 0.00022630000 | |
| 6398010 | 6 years ago | | | 2.2974865 | 0.00022630000 | |
| 6398005 | 6 years ago | | | 0.72104968 | 0.00015841000 | |
| 6397935 | 6 years ago | | | 0.65549971 | 0.000097309000 | |
| 6397667 | 6 years ago | | | 0 | 0.00031659000 | |
| 6397151 | 6 years ago | | | 0 | 0.00012663600 | |
| 6396840 | 6 years ago | | | 0 | 0.00010553000 |
ABI
ABI objects
Getter at block 21283760
cardsDivRate() view returns (uint8)
10
decimals() view returns (uint8)
18
distDivRate() view returns (uint8)
40
getMyBalance() view returns (uint256)
0
getTotalDivsProduced() view returns (uint256)
157387119490382196431
gettotalCardValue() view returns (uint256)
341237950929802612500
gettotalCards() view returns (uint256)
12
name() view returns (string)
DIVIDEND CARDS
ownerDivRate() view returns (uint8)
50
precisionFactor() view returns (uint256)
9
referralRate() view returns (uint8)
5
symbol() view returns (string)
DIVCARD
totalCardValue() view returns (uint256)
341237950929802612500
totalCards() view returns (uint256)
12
totalEthereumBalance() view returns (uint256)
29705554773767514106
Read-only
cardPrice(uint256) view returns (uint256)
getCardDivShare(uint256 _card) view returns (uint256)
getCardDivs(uint256 _card, uint256 _amt) view returns (uint256)
getOwnerBalance(address _cardOwner) view returns (uint256)
getcardOwner(uint256 _card) view returns (address)
getcardPrice(uint256 _card) view returns (uint256)
gettotalCardDivs(uint256 _card) view returns (uint256)
State-modifying
Events addNewcard(uint256 _price)
buy(uint256 _card, address _referrer) payable
setAllowReferral(bool _allowReferral)
setName(string _name)
setSymbol(string _symbol)
setcardPrice(uint256 _card, uint256 _price)
withdraw()
Transfer(address from, address to, uint256 card)
onWithdraw(address customerAddress, uint256 ethereumWithdrawn)
oncardPurchase(address customerAddress, uint256 incomingEthereum, uint256 card, uint256 newPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.