UpstreamCollectiveExternalToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "UpstreamCollectiveExternalToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UpstreamCollectiveExternalToken"
ABI
ABI objects
Getter at block 21224812
depositFee() view returns (uint256)
0
enableDeposits() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
upstreamWalletAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events callRemote(address to, bytes data) returns (bool success)
callRemoteWithValue(address to, bytes data, uint256 amount) returns (bool success)
deposit() payable
initialize(address _multisigAddress, address _upstreamWalletAddress, uint256 _depositFee)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
sendEther(address to, uint256 amount) returns (bool success)
setDepositFee(uint256 _depositFee)
toggleEnableDeposits(bool newValue) returns (bool success)
transferERC1155(address callAddress, address recipient, uint256 tokenId, uint256 amount) returns (bool success)
transferERC721(address callAddress, address recipient, uint256 tokenId) returns (bool success)
transferOwnership(address newOwner)
transferTokens(address callAddress, address recipient, uint256 tokens) returns (bool success)
EnableDepositsChanged(bool indexed enableDeposits)
FeePaid(uint256 feeAmount)
FeesChanged(uint256 depositFee)
FundsDeposited(address from, uint256 etherAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
AmountTooHigh()
AmountTooLow()
DepositsDisabled()
FailedToSendFee()
NotUpstream()