Fugly Fellas
Verified contract
Active on
Ethereum with 578 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xccd5…954b
Balances ($0.00)
No balances found for "Fugly Fellas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16582325 | 2 years ago | | | 0 | 0.0011992032 | |
| 16437154 | 2 years ago | | | 0 | 0.0014126016 | |
| 16233579 | 2 years ago | | | 0 | 0.00069131377 | |
| 16140587 | 2 years ago | | | 0 | 0.00070410861 | |
| 15881398 | 2 years ago | | | 0 | 0.00047996497 | |
| 15825437 | 2 years ago | | | 0 | 0.0017338579 | |
| 15807856 | 2 years ago | | | 0 | 0.00053057715 | |
| 15794363 | 2 years ago | | | 0 | 0.00092552000 | |
| 15793207 | 2 years ago | | | 0 | 0.00092321902 | |
| 15791982 | 2 years ago | | | 0 | 0.0012269195 |
ABI
ABI objects
Getter at block 21178775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI() view returns (string)
https://metadata.fuglyfellas.kinos.one/
collectionSize() view returns (uint256)
3333
name() view returns (string)
Fugly Fellas
owner() view returns (address)
0x7242ead65e573c68d766101babed59d815b056c4
price() view returns (uint256, uint256)
(0, 5000000000)
royaltyBeneficiary() view returns (address)
0xccd5f1a84a4a6e52d74f782832e5abe259ab954b
royaltyPermillage() view returns (uint16)
75
signer() view returns (address)
0x8290b83f951e0d267cd97fddb44bc3403c326ac6
symbol() view returns (string)
FUGLY
tokenURISuffix() view returns (string)
.json
totalSupply() view returns (uint256)
1242
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
slotUsed(uint256 slotId) view returns (bool)
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)
batchMint(address[] accounts, uint256[] amounts)
changeSigner(address newSigner)
grantRole(bytes32 role, address account)
mint(uint256 amount, uint256 slotId, uint256 validUntil, bytes signature) payable
release()
renounceOwnership()
renounceRole(bytes32 role, address account)
rescueERC20(address tokenToRescue)
rescueERC721(address tokenToRescue, uint256 n)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setRoyaltyInfo(address beneficiary, uint16 permillage)
setTokenURISuffix(string suffix)
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)
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)
RoyaltyInfoChanged(address beneficiary, uint16 permillage)
SignerChanged(address newSigner)
SlotUsed(uint256 slotId, uint256 tokenId, uint256 amount, address minter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI, uint256 max, address signer_, address[] admins, address beneficiary, uint8 royaltyPermillage_)
This contract contains no fallback and receive objects.
This contract contains no error objects.