SplitterV2
Verified contract
Active on
Ethereum with 29 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 "SplitterV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15920628 | 2 years ago | | | 0 | 0.0058525307 | |
| 15920627 | 2 years ago | | | 0 | 0.0019730938 | |
| 15919823 | 2 years ago | | | 0 | 0.0017138906 | |
| 15915251 | 2 years ago | | | 0 | 0.00094923494 | |
| 15915239 | 2 years ago | | | 0 | 0.0018944700 | |
| 15914365 | 2 years ago | | | 0 | 0.00098000358 | |
| 15913104 | 2 years ago | | | 0 | 0.0010424966 | |
| 15912286 | 2 years ago | | | 0 | 0.0030087454 | |
| 15912266 | 2 years ago | | | 0 | 0.0013445111 | |
| 15911717 | 2 years ago | | | 0 | 0.0011017742 |
ABI
ABI objects
Getter at block 21277066
defaultDonation() view returns (address)
0x7ee20a5763e6f21909d9f2a3dff1dc098226ab42
donationActive() view returns (bool)
true
donationSplit() view returns (uint16)
100
primaryToken() view returns (address)
0x64df3aab3b21cc275bb76c4a581cf8b726478ee0
totalPoints() view returns (uint16)
1000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
viewPoints() view returns (uint16 marketingPoints, uint16 devPoints, uint16 donationPoints, uint16 rebasePoints, uint16 divideBy)
(marketingPoints=650, devPoints=150, donationPoints=100, rebasePoints=100, divideBy=1000)
Read-only
canAdd(address token) view returns (bool)
pairedTokens(uint256) view returns (address)
tokenPaired(address) view returns (address token, uint256 creator, uint256 position)
userData(uint256) view returns (address user, uint16 split, uint16 donationSplit, uint16 rebaseSplit, uint16 adjustedSplit)
State-modifying
Events ERC20(address token)
addPairedToken(address token, uint256 userLocation)
changeUser(address newUser, uint256 userLocation)
distribute()
givePointsToAnother(uint256 callerLocation, uint16 points, uint16 receiverLocation, bool sendToRebase)
removeToken(address token)
toggleActiveDonation(address nonProfit, bool truth)
toggleAdmin(address newAdmin, bool truth)
toggleDonationSplit(uint256 userLocation, bool trueAddToDonationFalseRemove, uint16 points)
AdminUpdated(address indexed admin, bool indexed truth)
DonationEdited(address indexed nonProfit, bool truth)
Success(bool success, address user)
UserChanged(address indexed newUser, uint256 indexed location)
constructor()
receive()
This contract contains no error objects.