WithdrawalRequestToken
WithdrawalRequestToken
Deployment on Ethereum mainnet:
https://etherscan.io/address/0xc84D4a45d1d7EB307BBDeA94b282bEE9892bd523
config
contract GoldfinchConfig config
initialize
function __initialize__(address owner, contract GoldfinchConfig _config) external
mint
function mint(address receiver) external returns (uint256)
Can only be called by senior pool or protocol admin
succeeds if and only if called by senior pool
burn
function burn(uint256 tokenId) external
Burn token tokenId
suceeds if and only if called by senior pool
approve
function approve(address, uint256) public
Disabled
setApprovalForAll
function setApprovalForAll(address, bool) public
Disabled
transferFrom
function transferFrom(address, address, uint256) public
Disabled
safeTransferFrom
function safeTransferFrom(address, address, uint256) public
Disabled
safeTransferFrom
function safeTransferFrom(address, address, uint256, bytes) public
Disabled
onlySeniorPool
modifier onlySeniorPool()