Prometheus
Verified contract
Active on
Ethereum with 344 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Prometheus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20670804 | 3 months ago | | | 0 | 0.00015530118 | |
| 19502926 | 8 months ago | | | 0 | 0.00044186088 | |
| 19502925 | 8 months ago | | | 0 | 0.00039127619 | |
| 19254082 | 9 months ago | | | 0 | 0.00091678695 | |
| 19195717 | 10 months ago | | | 0 | 0.0011110120 | |
| 19195716 | 10 months ago | | | 0 | 0.0011447780 | |
| 19194716 | 10 months ago | | | 0 | 0.0026421764 | |
| 19194216 | 10 months ago | | | 0 | 0.0017029517 | |
| 19193808 | 10 months ago | | | 0 | 0.0018258762 | |
| 19193801 | 10 months ago | | | 0 | 0.0018424751 |
ABI
ABI objects
Getter at block 21306902
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmUaJ42yzVoLzxCEtoqwJr6mPd4bpZBmSirsyYULveXZgG/
dataURI() view returns (string)
https://www.prometheuseth.com/flames/
decimals() view returns (uint8)
18
minted() view returns (uint256)
7354
name() view returns (string)
Prometheus
owner() view returns (address)
0xf705876a3c16874d1e1438b5b6bef86228fdab10
symbol() view returns (string)
PROM
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
setWhitelistBulk(address[] targets, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()