UniPangram
Verified contract
Active on
Ethereum with 1,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "UniPangram"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284273 | 15 days ago | | | 0 | 0.00048858552 | |
| 20544833 | 4 months ago | | | 0 | 0.000021854669 | |
| 19589044 | 8 months ago | | | 0 | 0.00073217330 | |
| 18050998 | a year ago | | | 0 | 0.0010969614 | |
| 17845586 | a year ago | | | 0 | 0.00057905815 | |
| 17612070 | a year ago | | | 0 | 0.00061783439 | |
| 17479246 | a year ago | | | 0 | 0.0048471792 | |
| 17215920 | 2 years ago | | | 0 | 0.0039672404 | |
| 16430839 | 2 years ago | | | 0 | 0.00046435404 | |
| 16363240 | 2 years ago | | | 0 | 0.00098116762 |
ABI
ABI objects
Getter at block 21391982
baseURI() view returns (string)
https://unipangram.io/
maxSupply() view returns (uint256)
10000
name() view returns (string)
UniPangram
owner() view returns (address)
0xde264a45c69e7112fe1d590d780b39cd3210a61f
price() view returns (uint256)
42000000000000000
symbol() view returns (string)
UP
totalSupply() view returns (uint256)
720
Read-only
balanceOf(address owner) 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)
tokenWords(uint256 tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenID)
mint(address to, uint256 tokenID, string __tokenWords, string __tokenURI) payable returns (uint256)
renounceOwnership()
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)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI) returns (string)
updateMaxSupply(uint256 newMaxSupply) returns (uint256)
updatePrice(uint256 newPrice) returns (uint256)
updateTokenURI(uint256 tokenID, string newURI) returns (string)
updateTokenWords(uint256 tokenID, string newWords) returns (string)
withdraw(address recipient, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string prevBaseURI, string newBaseURI)
MaxSupplyUpdated(uint256 previousMaxSupply, uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(uint256 previousPrice, uint256 newPrice)
TokenBurned(uint256 indexed tokenID, address indexed burner)
TokenMinted(uint256 indexed tokenID, address indexed minter, address indexed recipient, string tokenWords, string tokenURI, uint256 price, uint256 payment)
TokenURIUpdated(uint256 indexed tokenID, string previousURI, string newURI)
TokenWordsUpdated(uint256 indexed tokenID, string previousWords, string newWords)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawCompleted(address indexed recipient, uint256 amount)
constructor(string name, string symbol, string genesisWords, string genesisURI, uint256 __price, uint256 __maxSupply, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.