NewSplitter
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.66)
Native
Value
$1.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00054 | $3,070.84 |
$1.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15305213 | 2 years ago | | | 0 | 0.0011797804 | |
| 15305213 | 2 years ago | | | 0 | 0.0011797804 | |
| 15305213 | 2 years ago | | | 0 | 0.0011797804 | |
| 15305210 | 2 years ago | | | 0 | 0.0013753818 |
ABI
ABI objects
Getter at block 21214958
developer() view returns (address)
0x4ce69fd760ad0c07490178f9a47863dc0358cccd
getBalance() view returns (uint256)
540000000000000
owner() view returns (address)
0x44f750eb065596c150b3479b1df6957da300a332
supportedTokens() view returns (address[])
[]
supportedTokensLength() view returns (uint256)
0
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
Read-only
getRoleAdmin(bytes4 role) view returns (bytes4)
hasRole(bytes4 role, address account) view returns (bool)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
State-modifying
Events acceptDeveloper()
acceptOwnership()
addSplit(address newSplit, uint256 newShares)
addToken(address token)
claim()
claim(address token)
claimAll()
clearSplits()
clearTokens()
declineDeveloper()
declineOwnership()
grantRole(bytes4 role, address account)
paySplits()
pushDeveloper(address newDeveloper)
pushOwnership(address newOwner)
removeSplit(address remove)
removeToken(address token)
renounceDeveloper()
renounceOwnership()
renounceRole(bytes4 role)
revokeRole(bytes4 role, address account)
setDeveloper(address newDisplay)
setOwner(address newDisplay)
transferDeveloper(address newDeveloper)
transferOwnership(address newOwner)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
PayeeAdded(address account, uint256 shares)
PayeeRemoved(address account, uint256 shares)
PayeesReset()
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
TokenAdded(address indexed token)
TokenRemoved(address indexed token)
TokensReset()
This contract contains no constructor objects.
fallback()
receive()
MaxSplaining(string reason)
TooLateBoomer(uint256 yourTime, uint256 hitTime)
TooSoonJunior(uint256 yourTime, uint256 hitTime)
Unauthorized()