DividendTracker
Verified contract
Active on
Ethereum with 31 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 "DividendTracker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14752096 | 3 years ago | | | 0.095706312 | 0.0026079850 | |
| 14745904 | 3 years ago | | | 0.066442322 | 0.0032231082 | |
| 14739667 | 3 years ago | | | 0.24570474 | 0.0014186234 | |
| 14733336 | 3 years ago | | | 0.63580721 | 0.0014779964 | |
| 14727090 | 3 years ago | | | 1.8683984 | 0.0023816987 | |
| 14720785 | 3 years ago | | | 1.3100378 | 0.0025758809 | |
| 14714504 | 3 years ago | | | 1.4849779 | 0.0033466805 | |
| 14708199 | 3 years ago | | | 1.1422124 | 0.0025589729 | |
| 14701904 | 3 years ago | | | 2.6350895 | 0.0039180167 | |
| 14695585 | 3 years ago | | | 4.358882 | 0.0032907937 |
ABI
ABI objects
Getter at block 21300027
TOTAL_PERCENTAGE() view returns (uint256)
10000
burnerPercentage() view returns (uint256)
1666
burnerWallet() view returns (address)
0x174dc5473ff69055de5165ba4f336b6c2ca2f5b4
cmsnMarketingWallet() view returns (address)
0x86fc52506b40ac87b9a449c868b97145ead2842d
cmsnPercentage() view returns (uint256)
1668
owner() view returns (address)
0x5b169a812a2fcc8288d5948f02717719c1bf9730
saitamaMarketingWallet() view returns (address)
0xff370498864e173413c752e680366b612bef27f5
saitamaPercentage() view returns (uint256)
6666
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setPercentages(uint256 _saitamaPercentage, uint256 _cmsnPercentage, uint256 _burnerPercentage)
setWallets(address _saitamaWallet, address _cmsnWallet, address _burnerWallet)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PercentagesSet(uint256 _saitamaPercentage, uint256 _cmsnPercentage, uint256 _burnerPercentage)
WalletsSet(address indexed _saitamaWallet, address indexed _cmsnWallet, address indexed _burnerWallet)
Withdraw(uint256 _saitamaAmount, uint256 _cmsnAmount, uint256 _burnerAmount)
constructor(address _marketingWallet)
fallback()
receive()
This contract contains no error objects.