RedVillagePortal
Verified contract
Active on
Ethereum with 7,422 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 "RedVillagePortal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302009 | 2 days ago | | | 0 | 0.00050663677 | |
| 21147836 | 23 days ago | | | 0 | 0.00057712617 | |
| 20583608 | 3 months ago | | | 0 | 0.000043752600 | |
| 20412660 | 4 months ago | | | 0 | 0.00023952008 | |
| 20344253 | 4 months ago | | | 0 | 0.00016248590 | |
| 20179701 | 5 months ago | | | 0 | 0.00020279236 | |
| 20159848 | 5 months ago | | | 0 | 0.00012475501 | |
| 19829885 | 7 months ago | | | 0 | 0.00020480533 | |
| 19734172 | 7 months ago | | | 0 | 0.00035969160 | |
| 19650048 | 8 months ago | | | 0 | 0.0013336490 |
ABI
ABI objects
Getter at block 21315165
owner() view returns (address)
0x909680a5e46a3401d4dd75148b61e129451fa266
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getHolders(uint256 _tokenId, uint256 _start, uint256 _end) view returns (address[], uint256[])
getHoldersLength(uint256 _tokenId) view returns (uint256)
getPaymentDetail(uint256 _tokenId) view returns (uint16[], address[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenEligible(uint256 _tokenId, address _account) view returns (bool)
tokens(uint256) view returns (bool salesActive, bool presalesActive, bool teamClaimed, uint256 presaleClaimed, uint256 publicClaimed, struct RedVillagePortalTokenConfig config)
totalSupply(uint256 id) view returns (uint256)
tradingPaused(uint256) view returns (bool)
uri(uint256 _tokenId) view returns (string)
whitelistAllocated(uint256 _tokenId, address _account) view returns (uint256)
State-modifying
Events addWhitelist(uint256 _tokenId, address[] _accounts, uint256[] _amount)
claim(uint256 _tokenId, uint16 _amount) payable
presaleClaim(uint256 _tokenId, uint16 _amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(uint256[] _tokenIds, string[] _baseURI)
setExternalContract(uint256 _tokenId, uint8[] _standards, address[] _contracts, uint256[] _ids)
setTokenInfo(uint256 _tokenId, uint256 _maxPublicSale, uint256 _maxPresale, uint256 _maxTeamSupply, uint256 _maxPerAccount, uint256 _maxPerTxn, uint256 _maxPresalePerAccount, uint256 _maxPresalePerTxn, address _teamWallet, uint256 _price)
setTradingPause(uint256[] _tokenIds, bool _status)
teamClaim(uint256 _tokenId)
togglePresaleActive(uint256[] _tokenIds, bool _status)
toggleSaleActive(uint256[] _tokenIds, bool _status)
transferOwnership(address newOwner)
updatePayment(uint256 _tokenId, uint16[] _ratios, address[] _accounts)
withdraw(uint256 _tokenId)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.