Framergence
Verified contract
Active on
Ethereum with 3,223 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 "Framergence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065088 | a month ago | | | 0 | 0.00096299612 | |
| 20938797 | a month ago | | | 0 | 0.00082149167 | |
| 20929089 | a month ago | | | 0 | 0.0019516279 | |
| 20917482 | 2 months ago | | | 0 | 0.00041082778 | |
| 20915255 | 2 months ago | | | 0 | 0.0015614372 | |
| 20863419 | 2 months ago | | | 0 | 0.00048014249 | |
| 20793313 | 2 months ago | | | 0 | 0.00093435767 | |
| 20731737 | 2 months ago | | | 0 | 0.000081548688 | |
| 20725322 | 2 months ago | | | 0 | 0.000077736756 | |
| 20724716 | 2 months ago | | | 0 | 0.00013657223 |
ABI
ABI objects
Getter at block 21248384
creator() view returns (address)
0xa5caf5406c83205fab198e69f9e9e0a2c41c9e59
name() view returns (string)
Framergence
paused() view returns (bool)
true
symbol() view returns (string)
FRAM
totalMints() view returns (uint256)
984
totalSupply() view returns (uint256)
762
Read-only
balanceOf(address owner) view returns (uint256)
burnt(uint256) view returns (uint256)
getApproved(uint256 tokenId) 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)
State-modifying
Events approve(address to, uint256 tokenId)
burnAndMint(uint256[] tokenIds)
changeCreator(address newCreator)
mintGenesis(address receiver)
pause()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BurnAndMint(address indexed from, uint256[] tokenIds)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address creatorAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.