OpenFlow
Verified contract
Proxy
Active on
Base with 4 txns
Unified 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 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "OpenFlow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17509099 | 4 months ago | | | 0 | 0.0000017619598 | |
| 17508911 | 4 months ago | | | 0 | 0.0000017676005 | |
| 17506084 | 4 months ago | | | 0 | 0.00044944653 | |
| 17506082 | 4 months ago | | | 0 | 0.00014142660 |
ABI
ABI objects
Getter at block 22474825
baseURI() view returns (string)
https://arweave.net/
distributeEpochs() view returns (uint256)
1
name() view returns (string)
OpenFlow
owner() view returns (address)
0xb8830331ec4e3840f89ca51a3cc7c29312d6f3d1
paused() view returns (bool)
false
symbol() view returns (string)
One
totalSupply() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
disperseEpochData(uint256) view returns (uint256 start, uint256 totalAmount, uint256 singleDistributeAmount)
getAllNFTOwnedForUser(address _owner) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getDisperseEpochData(uint256 _epoch) view returns (uint256, uint256, uint256)
getDisperseEpochDataReceivers(uint256 _epoch) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events addMultipleToWhitelist(address[] _addresses)
addSingleToWhitelist(address _address)
approve(address to, uint256 tokenId)
distribute(uint256 _amountToDistribute, address _asset)
initialize()
mint(uint256 _amount)
removeMultipleFromWhitelist(address[] _addresses)
removeSingleFromWhitelist(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setTokenURIOwner(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAnyToken(address _token, uint256 _amount)
AddedToWhitelist(address indexed account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string baseURI)
Distribute(address[] receivers, uint256 totalAmount, uint256 singleDistributeAmount)
Initialized(uint8 version)
Minted(address indexed minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemovedFromWhitelist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawn()
This contract contains no constructor objects.
receive()
This contract contains no error objects.