Fierce Models
Verified contract
Active on
Ethereum with 5,113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($163.54)
Native
Value
$163.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.049136 | $3,328.28 |
$163.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218865 | 8 days ago | | | 0 | 0.00051850978 | |
| 20851831 | 2 months ago | | | 0 | 0.00027953243 | |
| 20573701 | 3 months ago | | | 0 | 0.000042006674 | |
| 20194643 | 5 months ago | | | 0 | 0.000064937103 | |
| 20094446 | 5 months ago | | | 0 | 0.00017428925 | |
| 20061111 | 6 months ago | | | 0 | 0.00018091178 | |
| 20015318 | 6 months ago | | | 0 | 0.00027231744 | |
| 19994304 | 6 months ago | | | 0 | 0.00030392240 | |
| 19854509 | 6 months ago | | | 0 | 0.00026392451 | |
| 19799660 | 7 months ago | | | 0 | 0.00010764243 |
ABI
ABI objects
Getter at block 21275307
MAX_SUPPLY() view returns (uint256)
10000
MAX_TOKENS_PER_TRANSACTION() view returns (uint256)
2
PRICE() view returns (uint256)
0
_baseTokenSuffix() view returns (string)
.json
_baseTokenURI() view returns (string)
http://fierce-models-metadata.eba-uvjp5qjn.us-east-2.elasticbeanstalk.com/api/token-metadata/
name() view returns (string)
Fierce Models
next() view returns (uint256)
10000
owner() view returns (address)
0x70ddc38b0a88a76a48ab75ab502432c7f23b53f9
paused() view returns (bool)
false
symbol() view returns (string)
FM
totalReleased() view returns (uint256)
181045080680000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
mintTo(uint256[] quantity, address[] recipient) payable
pause(bool _updatePaused)
release(address account)
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, string _newSuffix)
setDelegate(address addr, bool isDelegate_)
setMaxSupply(uint256 _newMaxSupply)
setPrice(uint256 _newPrice)
setmaxMintAmount(uint256 _newMaxTokensPerTransaction)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.