HypeSaintsCoin
Verified contract
Active on
Ethereum with 144 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 "HypeSaintsCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20577558 | 3 months ago | | | 0 | 0.00076039166 | |
| 20148838 | 5 months ago | | | 0 | 0.00010260397 | |
| 19239131 | 9 months ago | | | 0 | 0.00094456205 | |
| 19147632 | 9 months ago | | | 0 | 0.00037743900 | |
| 19097099 | 10 months ago | | | 0 | 0.00028895781 | |
| 18495839 | a year ago | | | 0 | 0.00031811168 | |
| 18454511 | a year ago | | | 0 | 0.00028594131 | |
| 18295636 | a year ago | | | 0 | 0.00015269220 | |
| 18292951 | a year ago | | | 0 | 0.00025307668 | |
| 18202636 | a year ago | | | 0 | 0.00017506614 |
ABI
ABI objects
Getter at block 21178744
COIN() view returns (uint256)
0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ONE() view returns (uint256)
1
getActive() view returns (bool)
true
getPrice() view returns (uint256)
0
maxSupply() view returns (uint256)
3000
owner() view returns (address)
0xd51dbc55d776ce51babc3d9079c025169763a9e6
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
grantRole(bytes32 role, address account)
kolMint(address[] _team, uint256 amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setActive(bool active)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 maxSupply_)
setMerkleRoot(bytes32 merkleRoot_)
setPrice(uint256 price)
setURI(string uri_)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof) payable
ApprovalForAll(address indexed account, 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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string name_, string symbol_, uint256 maxSupply_, uint256 price_, address royalty_, uint96 royaltyFee_, string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.