UpstreamCollectiveExternalToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc977a247 at 15539835
Slot
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

No balances found for "UpstreamCollectiveExternalToken"

No transactions found for "UpstreamCollectiveExternalToken"


Functions
Getter at block 21223344
depositFee(view returns (uint256)
0
enableDeposits(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
upstreamWalletAddress(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
callRemote(address tobytes datareturns (bool success)
callRemoteWithValue(address tobytes datauint256 amountreturns (bool success)
deposit(payable 
initialize(address _multisigAddressaddress _upstreamWalletAddressuint256 _depositFee
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
pause(
renounceOwnership(
sendEther(address touint256 amountreturns (bool success)
setDepositFee(uint256 _depositFee
setUpstreamWalletAddress(address _upstreamWalletAddress
toggleEnableDeposits(bool newValuereturns (bool success)
transferERC1155(address callAddressaddress recipientuint256 tokenIduint256 amountreturns (bool success)
transferERC721(address callAddressaddress recipientuint256 tokenIdreturns (bool success)
transferOwnership(address newOwner
transferTokens(address callAddressaddress recipientuint256 tokensreturns (bool success)
unpause(
Events
EnableDepositsChanged(bool indexed enableDeposits
FeePaid(uint256 feeAmount
FeesChanged(uint256 depositFee
FundsDeposited(address fromuint256 etherAmount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(
Fallback and receive
receive(
Errors
AmountTooHigh(
AmountTooLow(
DepositsDisabled(
FailedToSendFee(
NotUpstream(