WyvernDAOProxy
/contracts/WyvernDAOProxy.sol

Project Wyvern Developers

constructor

WyvernDAOProxy

event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
event

ReceivedEther a419615b

inputs0addresssender
inputs1uint256amount
event

ReceivedTokens d65b48fd

inputs0addressfrom
inputs1uint256value
inputs2addresstoken
inputs3bytesextraData
function

delegateProxy fc74dadd

Execute a DELEGATECALL from the proxy contract

Owner only

inputs0addressdest

Address to which the call will be sent

inputs1bytescalldata

Calldata to send

outputs0boolresult
function

delegateProxyAssert a018f2b2

Execute a DELEGATECALL and assert success

Same functionality as delegateProxy, just asserts the return value

inputs0addressdest

Address to which the call will be sent

inputs1bytescalldata

Calldata to send

function, constant

owner 8da5cb5b

function

receiveApproval 8f4ffcb1

Receive tokens and generate a log event

inputs0addressfrom

Address from which to transfer tokens

inputs1uint256value

Amount of tokens to transfer

inputs2addresstoken

Address of token

inputs3bytesextraData

Additional data to log

function

transferOwnership f2fde38b

Allows the current owner to transfer control of the contract to a newOwner.

inputs0addressnewOwner

The address to transfer ownership to.