Fundamenta
Verified contract
Active on
Ethereum with 2,958 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 241 | $1.001 |
$241.24 | |
FMTA | ERC-20 | 1.3M | -- | -- | |
(#1) | ERC-1555 | 1 | -- | -- | |
(#581) | NEOTI | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20768454 | 2 months ago | | | 0 | 0.00012229585 | |
| 20661892 | 2 months ago | | | 0 | 0.00014852820 | |
| 20514122 | 3 months ago | | | 0 | 0.000097456000 | |
| 20377768 | 4 months ago | | | 0 | 0.00014618400 | |
| 19559380 | 7 months ago | | | 0 | 0.00045966338 | |
| 19078748 | 10 months ago | | | 0 | 0.00032444159 | |
| 17507938 | a year ago | | | 0 | 0.00067962358 | |
| 17323760 | a year ago | | | 0 | 0.0030062246 | |
| 17053248 | 2 years ago | | | 0 | 0.00063098526 | |
| 17000944 | 2 years ago | | | 0 | 0.0012182000 |
ABI
ABI objects
Getter at block 21164143
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_ADMIN() view returns (bytes32)
0xae6c2fc584631af4c9385b8a55683f1a75c813747e27efef5afece31c6b230d3
_BURN() view returns (bytes32)
0x9edfad36e7d4d9da54b4f78f22bf97cb5b58bb7998294a4288da41c15c647c45
_BURNFROM() view returns (bytes32)
0xc8a3befa5973ff6e159afc769978d92f26bae29c51a73d11c9112a05b68d25e6
_MINT() view returns (bytes32)
0x8c66330d9d4f6aba064f25ef2a307366ea6d917616f44c075aa60fa15e5cb1cb
_MINTTO() view returns (bytes32)
0x7d800f56a05adcb6245df540492a560d0e668aac15ee6c7dd40668064913da33
_SUPPLY() view returns (bytes32)
0xea4defabeb90fa1e79f929d6c8d482fee8a115926a592b79634d39a67cce3b62
_fundingEmission() view returns (uint256)
10000000000000000000000000
_originalLiquidityProviders() view returns (uint256)
3600000000000000000000000
_team() view returns (uint256)
5000000000000000000000000
decimals() view returns (uint8)
18
mintDisabled() view returns (bool)
false
mintToDisabled() view returns (bool)
false
name() view returns (string)
Fundamenta
paused() view returns (bool)
false
supplyCap() view returns (uint256)
50000000000000000000000000
symbol() view returns (string)
FMTA
totalSupply() view returns (uint256)
26766887250949483243350073
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableMint(bool _disableMinting)
disableMintTo(bool _disableMintTo)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount)
mintTo(address _to, uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPaused(bool _paused)
setSupplyCap(uint256 _supplyCap)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractPaused(uint256 _blockHeight, address _pausedBy)
ContractUnpaused(uint256 _blockHeight, address _unpausedBy)
MintingDisabled(uint256 _blockHeight, address _disabledBy)
MintingEnabled(uint256 _blockHeight, address _enabledBy)
MintingToDisabled(uint256 _blockHeight, address _disabledBy)
MintingToEnabled(uint256 _blockHeight, address _enabledBy)
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)
SupplyCapChanged(uint256 _newCap, address _changedBy)
TokensBurned(uint256 _amount, address _burner)
TokensBurnedFrom(address _from, uint256 _amount, address _burner)
TokensMinted(uint256 _amount)
TokensMintedTo(address _to, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.