TalusFND

Verified contract

Active on Ethereum with 30 txns
Deployed by via 0xe30ac860 at 19216523
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TalusFND"

0xfc8de772fc984b26a1b571972409e1ff7e6c41e5353903cec613ca1cb7d28564
0x9e00cdd15d187dce192b7114714153cd781bfc44aba0e6442a5be0f50c1bc671
0xa624800a3abfa9c1c1df533b3ce62f46f5445627e1b04001bb95d813934f8cde
0x5234bad3dcf974317b1327639cc5d301f549bf910d638bbe947b8004baf7cb5a
0x01079a783a2749a2370e02dd648d15d8670479f234ca1c8b04113aeaff00f5a4
0x33515777d2771052485f4108dd095bf0f1e8367adbac5bf8d747cb5e10498dbf
0xa900438ef26e3c070489dd193b4327a2234d03a4edd687d591ce6a565d2aba33
0x8b375fb3d8a193a11176609e20721e254a7ccd6036236e4d7833b282a3b73cae
0x7440b93d69ecafa3017f327d4ecf1cc458a922a791d91892567547f02861b457
0x99998c219aa16b6667d7a668f82c4d7eb3980b35fb86a9a6ef187c682d38f587

Functions
Getter at block 21177962
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://ivory-grand-cod-258.mypinata.cloud/ipfs/QmZGkeM7PZh3PzzktiSMJvKxHvafQ7VgBc6WxyLi7NtvkY/
buyLimit(view returns (uint256)
2000000000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
330
name(view returns (string)
TalusFND
owner(view returns (address)
0x06d8a1b06a9cf4fa15d23a8bc8dcea0a9ab1c663
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
2000000000000000000000000000
symbol(view returns (string)
TALUS
totalSupply(view returns (uint256)
20000000000000000000000
txLimit(view returns (uint256)
10000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(