Forta
Verified contract
Proxy
Active on
Ethereum with 41,046 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
11 additional
variables
Balances ($3,043.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FORT | ERC-20 | 29.348283K | $0.103692 |
$3,043.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157203 | an hour ago | | | 0 | 0.00082941824 | |
| 21157174 | an hour ago | | | 0 | 0.0010679479 | |
| 21157139 | an hour ago | | | 0 | 0.0010578708 | |
| 21157122 | an hour ago | | | 0 | 0.0010580506 | |
| 21157120 | an hour ago | | | 0 | 0.00093326290 | |
| 21156931 | 2 hours ago | | | 0 | 0.00074269109 | |
| 21156754 | 3 hours ago | | | 0 | 0.00058525168 | |
| 21156725 | 3 hours ago | | | 0 | 0.00044007503 | |
| 21156707 | 3 hours ago | | | 0 | 0.00078700894 | |
| 21156704 | 3 hours ago | | | 0 | 0.00052331252 |
ABI
ABI objects
Getter at block 21157549
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x236a2c9eafc1818c06867c0294fc29c20cf7e54bd9d94bfcb278671a84b3b6fb
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
WHITELISTER_ROLE() view returns (bytes32)
0x8619cecd8b9e095ab43867f5b69d492180450fe862e6b50bfbfb24b75dd84c8a
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
decimals() view returns (uint8)
18
name() view returns (string)
Forta
symbol() view returns (string)
FORT
totalSupply() view returns (uint256)
1000000000000000000000000000
version() pure returns (string)
0.1.0
whitelistDisabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
disableWhitelist()
enableWhitelist()
grantRole(bytes32 role, address account)
grantWhitelister(address to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address admin)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setName(address ensRegistry, string ensName)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
NotWhitelisted(string name, address guilty)
ZeroAddress(string name)